Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,695 transactions (0.60 vMB)

Priority:

  • 1 sats/vbyte = (11 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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
909,344 000000000000000000022cb30000000000000000000000000000000000000000 0.59 vMB 1,684 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,343 (857,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,392 51,392 0000000002b7890906f7a1ff9bc90d83ebc5bbb88d0c2e8cfc54187ebd8ac903 0.00 MB 1 0
51,391 51,391 000000001bb35a2be16fb0a63dbb52994c4bd519240999c27de6614324587abd 0.00 MB 1 0
51,390 51,390 0000000018276d5fa86e9f5a7f46bf4f76f20843cf4cc65ed73c323cc75e2d7a 0.00 MB 1 0
51,389 51,389 00000000185919671b3a9d7a637ef7dd06782813ef83628e2d3d059aa5ce3b54 0.00 MB 1 0
51,388 51,388 0000000011a5b1f7098d4aff2f21b949253170a5c47392068b967f017f34088b 0.00 MB 1 0
51,387 51,387 00000000046199efdb53dd27ed402d2c23147ff757fe9ada1068705d424c5925 0.00 MB 1 0
51,386 51,386 000000001d1a02c2b84b6b43ce2fc1ceffa8901d197cc4699b8e37c148fe17f9 0.00 MB 5 0
51,385 51,385 00000000124521258015bce83f2324be63a26c73da7c4c5e0d1099f4115711d7 0.00 MB 1 0
51,384 51,384 000000001bcad068140cef51eb50c11041c7503bee58418a8716cfe8912a4e5a 0.00 MB 2 0
51,383 51,383 00000000167228314ed4d6c311d198af01c720dff902c4c6e059dbd0152766be 0.00 MB 1 0
51,382 51,382 000000000b82a74041211bc6fd0be184af39ca8992cd347e4fd8f0d5b503fba5 0.00 MB 1 0
51,381 51,381 0000000006ba58f005f32f8c0f674fb4202a39a8087b24c380354c600d562989 0.00 MB 1 0
51,380 51,380 000000001f491a3f7aa7076d7fdce5756e63a7388fc6f17aee1752f1dbda6557 0.00 MB 1 0
51,379 51,379 000000001489b147e59a728cb8132a023d9095f049ce1273a0167d18acf26e63 0.00 MB 1 0
51,378 51,378 000000000dc483c626fe5e3820eb0462f0bfda78d629e1ed46445ff30487d0e6 0.00 MB 1 0
51,377 51,377 000000000dbbea7022dd678308226e3cd64a1bd83abc4bddfcc38e72dd701593 0.00 MB 1 0
51,376 51,376 00000000091b0494ca0e27a7ead3c775b0b2b548228f03529773ae3b98686140 0.00 MB 1 0
51,375 51,375 000000001c688ab5973541756ce47131fccf2fb955bf20a3967181081380d738 0.00 MB 1 0
51,374 51,374 0000000015c531191db8534c76ee92677144ed88a08956e070af363a270db1ea 0.00 MB 1 0
51,373 51,373 00000000002ff63247421f6cd26e6009aa7bf172bf924225f34c3732738eec80 0.00 MB 1 0
51,372 51,372 000000001a152cdae297022a416e46b615d85914e5e3c08e7fb6f622d843c2ce 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.18 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,066.99 GB sent, 109.03 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.