Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,564 transactions (0.52 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,761 000000000000000000022cb30000000000000000000000000000000000000000 0.51 vMB 1,547 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,760 (885,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,300 25,300 0000000028f1b78fcac36df9288b39b7b9b3ab81bc72fab601b01c901bae9ebc 0.00 MB 1 0
25,299 25,299 00000000e10df0e3228c7c509e93c6970e6e51b20dc61cbc104fff79558a3b5f 0.00 MB 1 0
25,298 25,298 0000000001195e0c9500ef7ab18be1030d964401a291bc86b3588e3d8bc8e6f4 0.00 MB 1 0
25,297 25,297 00000000e28ba0343630f1daa5c9e58a0f25df7c950a37e2fcfeffa8fe64d829 0.00 MB 1 0
25,296 25,296 00000000cf1c187918b74e4540146992fa2cd0722f10d38dfcca500fcaa8cec7 0.00 MB 1 0
25,295 25,295 00000000889f0ff63fa826975733698178a79afa1427cd54fd67c24f0f25ee87 0.00 MB 1 0
25,294 25,294 00000000384e42922cffed2b30c4c7f52ba0e8fea5e394b4ca01a683c045c40e 0.00 MB 1 0
25,293 25,293 0000000058cc330fb7dc5ceb77b04cbf35b1bdde59f54f5c810282da14328d90 0.00 MB 1 0
25,292 25,292 00000000724d101e73e32451c38028c74a61748dabd46d9cf7e9decb2b287f1d 0.00 MB 1 0
25,291 25,291 00000000216b924e94000b05f967e23ed598e36a396da24e441460964b7d87b4 0.00 MB 1 0
25,290 25,290 00000000739df9bd884cea7140c32230bd1da6e1214f569f12aa21b61f645362 0.00 MB 1 0
25,289 25,289 00000000b447b50a51520b91368fe364f1c0632968afab34fd46bb3e5343c269 0.00 MB 1 0
25,288 25,288 00000000349799041c51eb2e2ec5c0a7a2f2d7881f6bbd33b47692a67d807e70 0.00 MB 1 0
25,287 25,287 00000000a685fc6f949d6bd9806cc5b81b3df5659fe0683ef5dcbdad5b0c2d16 0.00 MB 1 0
25,286 25,286 00000000da601a65fd1e62010a825d1dfe74005dbc43d053a019fe1e6fc29673 0.00 MB 1 0
25,285 25,285 00000000cc8d1295f45111e06c0573523f6db482c525f1dfce319f1605ba85e7 0.00 MB 1 0
25,284 25,284 00000000744f92aa4a903effe4605285ef80f0283bf2cdccb8071c5e429d80f9 0.00 MB 1 0
25,283 25,283 00000000e5b72579741d69fef29f5533abde8d6258601b98e5a8c68a422f716b 0.00 MB 1 0
25,282 25,282 000000001c363569212f06abfb34ac36fbdfdb8fb61eedd249f991d767456242 0.00 MB 1 0
25,281 25,281 000000008580758fe3dff5f95eca5c3a7e04417bf1db5169a15c6cf5b49a8595 0.00 MB 1 0
25,280 25,280 000000007047e0e1de04dc7a2ea2f952f88c27ed745b511007de6839ee03bb5c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,294.69 GB sent, 122.58 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.