Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

311 transactions (0.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,496 000000000000000000022b910000000000000000000000000000000000000000 0.20 vMB 286 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,495 (893,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,470 18,470 00000000b595fd5889a3c51e38a8fae56a3604fc21b9c892adf7ae7614cf09b9 0.00 MB 1 0
18,469 18,469 000000008650d67a92711bb7bb767faebc81641dcfa36d804c6f516ae5a2a3a9 0.00 MB 1 0
18,468 18,468 00000000bda193a4e5effd70d433a7d8d4106e6f4123919c99447228d6e778d1 0.00 MB 1 0
18,467 18,467 00000000485fbbda5c2bdbb6c980f5ec7346debe7dd88b72ac6b52f670728f47 0.00 MB 1 0
18,466 18,466 00000000ab4066224306cf8d3fc7a6c0849caef382c5a6a3b61cb1ea84b59bf6 0.00 MB 1 0
18,465 18,465 00000000c6b1ce935e45a52a5e00696d75a2ceb2b46589a37dfb913c50093965 0.00 MB 1 0
18,464 18,464 0000000081d277f4a80b4b396d234d20808c8cd9a52da49ba34a67551e3f7f11 0.00 MB 1 0
18,463 18,463 00000000e659b9b1b91dc348ac8780d76b7e9556458b1641a84de817c724d306 0.00 MB 1 0
18,462 18,462 000000004ba9e3c27a17cc664bcb0bb5e41c339111dae5d8be5351537a73d9f1 0.00 MB 1 0
18,461 18,461 00000000f01dfdd42118c0ca22f9c623ac136485377796cf52f00d98a7a7a904 0.00 MB 1 0
18,460 18,460 00000000248dfdd4e61d75b15f9cb588ad61be76eab35bcab9d12d4d725ea981 0.00 MB 1 0
18,459 18,459 000000000801d33fbefa0b5561347b600b2db643a3b11cc9e8f528d67de44675 0.00 MB 1 0
18,458 18,458 00000000ee37db0bfa4b1a83383236bec0f4bd9c982819b9c9ff5f31182cc9fa 0.00 MB 1 0
18,457 18,457 00000000eeeddb286391bd3e8e95d44218358a6387478e93c7418750dd87940b 0.00 MB 1 0
18,456 18,456 00000000056b7bf0a6e67ed42fa27f8447bca81b0942861e8621a1a138949ae4 0.00 MB 1 0
18,455 18,455 000000004be46a825d43a24fd735e802c3ca88bfe852baabe4ffe3341e96b655 0.00 MB 1 0
18,454 18,454 00000000aea194e5aff51f85d6ba283a992e012030d72e5eb228c2e02e9583aa 0.00 MB 1 0
18,453 18,453 000000003ac1e575df3e7813c9536e07694fdd102e98ebaaf39731fd27d8b621 0.00 MB 1 0
18,452 18,452 0000000042c8cabf623dc7f89fb36d14e01839866861a5c9a87e5b1225bcdd5e 0.00 MB 1 0
18,451 18,451 000000002e17fc1bf369bd62a419bb48a8b364831a34e25f396a4cb712ac2fcf 0.00 MB 1 0
18,450 18,450 00000000b29eccba3877f9040211cb11355b8a5953b9cce10a38ee8baeb7174b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.15 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,411.96 GB sent, 129.47 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.