Explorer IconExplorer

Memory Pool Memory Pool Refreshing

921 transactions (0.38 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
909,479 000000000000000000022cb30000000000000000000000000000000000000000 0.38 vMB 913 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,478 (886,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,387 23,387 00000000fe2654cae915eb3c3402bc98616e5a8aa40af4d6bee8e8926b496e5a 0.00 MB 1 0
23,386 23,386 0000000063b4f1da35acdafe037739b0fc1a6d3ff17d86e955e0a72008d2e10c 0.00 MB 1 0
23,385 23,385 000000009257402f2a5bbc3d9a9e0be92bad1256bff277f4cf357f072d84a9c6 0.00 MB 1 0
23,384 23,384 00000000e2038b830ca4243cb45ee069d16fa1e5b016d8f254cdf6257ebc63b0 0.00 MB 1 0
23,383 23,383 000000009f967c7dc5cd7de076c3d42b6d95e9bbb47064221440489eb8fb6bfb 0.00 MB 1 0
23,382 23,382 00000000065c648ba7af0f6f9ec54e3ed404ffd6d73adf85e041005399b2603c 0.00 MB 1 0
23,381 23,381 00000000ddfe525e228a39173b354c5cd1e49a0d0b9402e60740d88ae674fe8e 0.00 MB 1 0
23,380 23,380 000000001ab8c18e5888d0c7f43e476ca8406ed160b9eb55a2753c66d4dfb82a 0.00 MB 1 0
23,379 23,379 00000000e567b7efded3877036537e7a1829c7ca87b09cd19f8eec8c8ba136d2 0.00 MB 1 0
23,378 23,378 00000000c73898e84c01ea3b52b828025f056036bd3d5c1229cd6b5f2eef6c2e 0.00 MB 1 0
23,377 23,377 000000003b66e124b303ea627e371295671d3814d1bb822704daa16b8c60ea7f 0.00 MB 1 0
23,376 23,376 0000000022806d30d6bfa5cf9e5e661bf2c6332c4971ba4bdc40bef02c0ee8ba 0.00 MB 1 0
23,375 23,375 00000000041ea57811233cb8e76df75e08b14f977217ea58b59f43dc707be92f 0.00 MB 1 0
23,374 23,374 000000008fe3c87b994e36b23fb70a01e4223d271ff4cb470ec488170e5c85e7 0.00 MB 1 0
23,373 23,373 000000001cba3eeaa7d150a05b1c6da7abe7ed10e0e7bfb31859fa4ad1a43af2 0.00 MB 1 0
23,372 23,372 000000009241b2ce6aea6c61a26656eab4684dcbc90e587e5b72cda76faf8802 0.00 MB 1 0
23,371 23,371 000000004d9172755748fed654a95d08b79985194e42dd83c52c62de9ff65a29 0.00 MB 1 0
23,370 23,370 0000000060cb3103c9383be7291822f0237e86daa78a725bff8ee33c292a165a 0.00 MB 1 0
23,369 23,369 0000000006885eb30aa56b7edde60c3b43a445dbda057e62d3dcc2ed0b315d04 0.00 MB 1 0
23,368 23,368 000000009367a793c9319fe68ae331434f6ac5f7a0b85d7461ffd0dbb3229565 0.00 MB 1 0
23,367 23,367 000000000117f292512933b5839c7bfd21b21755fd32265f2caabdde7273159e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.44 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,080.55 GB sent, 110.40 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.