Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

19,238 transactions (4.61 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,070 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,020 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,069 (869,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,556 40,556 000000001d552e77e5507a83c857a656f0f2a5bd2f4bed05b682c11f9321593b 0.00 MB 1 0
40,555 40,555 00000000002e44d58245b285fdd6ef2f5ce0e7f68d197509be546548a4260d88 0.00 MB 1 0
40,554 40,554 000000004b440f91aa204ef7d765e521f59081be1e7330009a2fdd46892333d2 0.00 MB 1 0
40,553 40,553 0000000003754de3bdc12d4506cb827056a0495fea0d5885e55e62ff70b4981a 0.00 MB 1 0
40,552 40,552 000000002da80e3d619d1a745d58d1e8514bba8231b31dfcecc271b32edf656e 0.00 MB 1 0
40,551 40,551 0000000023cf42c0c5ad983d6c591861f646a7c180f95a82d623a6495c261366 0.00 MB 1 0
40,550 40,550 000000003031e4294adb8e7cbf7ba6501b8ba63475c8079a23964f20c6335db7 0.00 MB 1 0
40,549 40,549 000000002cffdcade481f769b301e7be2cfd11dabfd1cbb23b03d3d287fd157b 0.00 MB 1 0
40,548 40,548 0000000036ec82f70dc915d5ad4c54d951b247658dcfa882cd8ea27962cb03de 0.00 MB 1 0
40,547 40,547 0000000041dac57709afe95280e8b6eee71089656ab6249d91926bafd495fc82 0.00 MB 1 0
40,546 40,546 00000000523d4f31e6bc173389dfc7e7fa9950c82a271f8eb2a3e0d561661899 0.00 MB 1 0
40,545 40,545 000000002d4377e9f76d52fc4f6d27262b9347f3c2e3824b81dcafe4ff5924f7 0.00 MB 1 0
40,544 40,544 00000000412530448f16d45e8e007ef57e9410f528e384e19631096adc97b1cf 0.00 MB 1 0
40,543 40,543 0000000000dcc6f1f672b1379da9553dadd11d9bef315fda0c8f91bdc12a0685 0.00 MB 1 0
40,542 40,542 00000000314cd812af5911df56cacee353804a7be2824b0d372248074d49cc02 0.00 MB 1 0
40,541 40,541 00000000381ef59296c400ac9db54798b9a60bb2c931221887a690d5eff202a4 0.00 MB 1 0
40,540 40,540 0000000059da0d69feb590e963b37fb4549038bc1f40ce9d6947ede00e781104 0.00 MB 1 0
40,539 40,539 000000001ace7f4aa75ba7cd7a2fc3d2164638fabf8c617afd538b0369148cb6 0.00 MB 1 0
40,538 40,538 000000001287dfc005c2bbaea48fb4e617ea75873d95155b84866cad6f7b9336 0.00 MB 1 0
40,537 40,537 00000000291d3e118d5448e594147037873545d26bc8b8820ec7bca083e741ba 0.00 MB 1 0
40,536 40,536 0000000062fdd9c0b6a2d4faa006abb03f9a3fef316a333d3e56590a50a4354d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.52 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,186.72 GB sent, 116.10 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.