Explorer IconExplorer

Memory Pool Memory Pool Refreshing

20,984 transactions (5.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,310 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,542 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,309 (826,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,474 82,474 00000000001bad01cdbd00a5be6d1777a9d42419f76ce3a2703008b26e383462 0.00 MB 1 0
82,473 82,473 000000000009ef74f864f3f9078a9909e793c8e8b1919b1eb6ad785eea5d573a 0.00 MB 1 0
82,472 82,472 0000000000411e702d88ae000e13ea0cabcd5a8570be3e14f0a93ff5d4c3e435 0.00 MB 2 0
82,471 82,471 0000000000044e9d175d5e2c3cf1251b3c4957863b4540146df9ee08d74542eb 0.00 MB 1 0
82,470 82,470 00000000003f9c4ad3366e62974d38d0afa2fbecf4562f6dc5515d26c87f98aa 0.00 MB 1 0
82,469 82,469 00000000001097252a5a72e4ad6a0eaf041ec1a01b30c1a6034450ebd7133b5d 0.00 MB 1 0
82,468 82,468 00000000002f242a39e9070ed15ec293f550313d0e09f5f0543e99e8d5267da7 0.00 MB 2 0
82,467 82,467 00000000002e2ea5c0f40ce7625267cf7f923b6827d2b7effa49bd243b643795 0.00 MB 1 0
82,466 82,466 00000000003cffc55ded9ffc291d98ef022ea750e5343475d11e228bb4ec1f95 0.00 MB 1 0
82,465 82,465 00000000002ba2e57027497aaf88e01b402d390defdc9a2f893dec367b4f7015 0.00 MB 1 0
82,464 82,464 00000000002d2d08c0870f87c22c95aff63044b2063e1ca746af1865c5a8daa2 0.00 MB 1 0
82,463 82,463 000000000005909a99ca935b8cf05a8e2540b709b726c8ed54cac4cc1d561639 0.00 MB 1 0
82,462 82,462 0000000000049e3155b8c0737d3d6915808c4e3acc3a50c75d9f492f131e90e3 0.00 MB 6 0
82,461 82,461 00000000000b43533480538794b2549ed031bb38696ca29b02cd82b0697b87dc 0.04 MB 2 0
82,460 82,460 000000000046cd255bb8f5197336e84103a19fb6b8f89a1e04f942135a3b9802 0.00 MB 1 0
82,459 82,459 00000000003de967045d186fb6c3bdd8df3fe533385dc3da3c5edf3e358ae44a 0.00 MB 1 0
82,458 82,458 00000000001525f5df0eb7487fb64aa6c9729d53de5e2e056dba9005655eab37 0.00 MB 1 0
82,457 82,457 0000000000472b8a133960796547323994c0064c9f5e16db95c51c7927ddf7f7 0.00 MB 4 0
82,456 82,456 00000000000bc86fecf787a54065733487bc3c12d94ca12db3ae3f232d1f5415 0.00 MB 2 0
82,455 82,455 0000000000005bc862eae29e6f5d4cd4a9cb4d9c6eab7e2d468eb841e0e063d5 0.00 MB 2 0
82,454 82,454 00000000001cd0eb9a5fbb5f509d519fc013fa69617681ebc1e39a2b459a1e76 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.11 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.22 GB sent, 108.76 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.