Memory Pool Memory Pool Refreshing

44,166 transactions
32.39 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,423 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,107 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,422 (592,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
269,719 269,719 0000000000000007effb4f634616e5e37b0094064f7104468de288bac161e97a 0.25 MB 492 53
269,718 269,718 0000000000000002606a2905b6319f23ab79072fe72679eafedb3b36f02fd0c0 0.22 MB 241 25
269,717 269,717 00000000000000006223a59b950bb1daeb39a0bd416c9f8bd07aeb0e0c4c4f85 0.25 MB 497 45
269,716 269,716 000000000000000658459cd64e63243e719106014257870d073207c2d5460137 0.25 MB 796 84
269,715 269,715 0000000000000004fe7b45f3bbc4c7edbd9ff86c963fe77282453e1b38f66503 0.20 MB 603 104
269,714 269,714 0000000000000004f6512bbfeccd904fa068123e33d59211253bbd307c54f441 0.03 MB 81 114
269,713 269,713 0000000000000006544ebfa25d0b6c42706120bc3280d4c087445bd78cc11f98 0.08 MB 175 43
269,712 269,712 00000000000000038dab8db5fbcc3f798f3541c9c3a29d31c8ca2fd4a4cca397 0.11 MB 184 40
269,711 269,711 0000000000000000b4fb058f24fca64613d7f0d8523a8a8ee51159de59bd675d 0.07 MB 162 52
269,710 269,710 00000000000000009810b91e68444ab31bc4a6ad0d13bc6a4cfa591398629795 0.04 MB 95 48
269,709 269,709 0000000000000006c48f599655a8fc11aa40ce460e7e8d01b804d152a773e645 0.18 MB 125 23
269,708 269,708 00000000000000076418fa24da96f37b5040871b81e7e3ca77f4feb8e506e6db 0.50 MB 1,457 154
269,707 269,707 000000000000000535dd9896681cb284a6cafe84d3a0cca0ea06c87ab7d8a6fc 0.25 MB 743 65
269,706 269,706 00000000000000072e8ea43791924ac0c1613d0b9f9ca571e937e1b610b6607e 0.06 MB 101 56
269,705 269,705 0000000000000004103b29467608e72022f30aa3186f3acbee99be7d19bb299e 0.25 MB 474 41
269,704 269,704 000000000000000426d2bfb1384026f6b8516434a54ac9f814dfb5879902eae0 0.08 MB 187 52
269,703 269,703 0000000000000004d0a7a713a10edc0e10374cf7d59ae8793ffd81c7cc3b58d3 0.08 MB 173 37
269,702 269,702 00000000000000012fa3cd498615175364d83cd17a18065d0b8a8e034f9d1e32 0.12 MB 263 33
269,701 269,701 0000000000000005de24dc375b5ea0201dda651bdf3247ee5f8c0da8461a4b52 0.14 MB 324 43
269,700 269,700 0000000000000001e2ab3c287f960b5e029d9878b78419d0136795b890be396f 0.09 MB 178 38
269,699 269,699 0000000000000002b78e9c33c79c304376329d05e2b527baa8973adac0f2953f 0.18 MB 389 36
Previous 10 blocks ↓
Total Size: 684.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,368.59 GB sent, 104.82 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.