Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,567 transactions (0.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,651 000000000000000000022cb30000000000000000000000000000000000000000 0.44 vMB 1,558 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,650 (888,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,488 22,488 00000000798da6491109c67cc9c561eb7dea8b445f10bbd10bde501b04b82815 0.00 MB 1 0
22,487 22,487 000000001af15f096c9ba0da1761c9fd0450fbfc1bae94cb53b684c53d98fb8d 0.00 MB 1 0
22,486 22,486 00000000f95d858eb095833ac0a41a9d63704117a60372c3e630b7e4e9ce7910 0.00 MB 1 0
22,485 22,485 00000000e4d010691c32f31d742cb2475022de326a8c8a8324f88581000419b6 0.00 MB 1 0
22,484 22,484 00000000d2064bd3f5d75eec296f6e5c23fbda153b9e6308d9d8919c9541fb25 0.00 MB 1 0
22,483 22,483 000000000f75e8c7bcadf169d00c099799d17279f9d99759a5815821331d4ead 0.00 MB 1 0
22,482 22,482 00000000a7631c743a881e667c84a01fca2a1a8f0b5aa7909e97db9dc5ced25e 0.00 MB 1 0
22,481 22,481 00000000bd2f2d1d9796a20f84d6c1aaba9d08dfd05d8b080565f56d4ee06a26 0.00 MB 1 0
22,480 22,480 0000000016cefbd89927fba3f7220a45e66da8bf2b8bc457f98c0b35bca52da3 0.00 MB 1 0
22,479 22,479 00000000dc96bd6d82e626c1a428637ebfe569370ebcb95aab670df244c1de55 0.00 MB 1 0
22,478 22,478 000000004afe30d63b067666b8014c4a4b9d8f7217f5f24c84ab15400016ed93 0.00 MB 1 0
22,477 22,477 00000000de3653d5d2edf43df71667f305ae0da0b2aa9ef1c69a819d41e33d97 0.00 MB 1 0
22,476 22,476 00000000892e49a3fab6da6449e6216fe50fd444638522c9c753a94d2e15bc9c 0.00 MB 1 0
22,475 22,475 000000003f0317b7f0ce10f5b970d002a612bb9fb0857feba6fbcc6cde177fc1 0.00 MB 1 0
22,474 22,474 00000000b41826bb7698efc05e303c1da00186bd8219d69fd3803aa8720055f0 0.00 MB 1 0
22,473 22,473 0000000007c2c71c6b2ffad7d16e866b331a49239244dad3aec4478da08072cd 0.00 MB 1 0
22,472 22,472 0000000023c731729fd683cb98ddae984094c7f2859fe4e0cc37332f53573879 0.00 MB 1 0
22,471 22,471 00000000427c365d5ae88289bb73b213eabb211d7896c00a0145851da88c3117 0.00 MB 1 0
22,470 22,470 000000002e23e995fc6a577aaab1044ee9d4ef83b051b5317dd5532af2d67e35 0.00 MB 1 0
22,469 22,469 000000002b0109b1bbe42220491784cf91ad07c93fc8fad0d01ab1c494b371fa 0.00 MB 1 0
22,468 22,468 000000001a02ea38504d7214a9fe4af0bd36ef72ea7fc404179bbbd499514a3c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.58 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,279.84 GB sent, 121.48 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.