Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,142 transactions (1.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,221 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,781 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,220 (867,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,602 42,602 000000003cc635cded4c5ebf100a74a49575faf6917788e60edce55fc94f3f73 0.00 MB 1 0
42,601 42,601 000000000b62382fecc935f06b79359f52affb7defa97026183aebf612613100 0.00 MB 1 0
42,600 42,600 000000001f4b9e962992c36c6305abe2d285046a770727555d9cc4de29adab4a 0.00 MB 1 0
42,599 42,599 0000000025b965e0f6d3e1438eff4968da7363d6d018fa41b898616265969cd2 0.00 MB 1 0
42,598 42,598 000000000de1c3cc21603974211ca297251d4c10a6bdca4d1df856146bdbf578 0.00 MB 1 0
42,597 42,597 0000000030a735e2ff938918fe71a4cffb5fb94d97d69fce8ac636ac933c1e52 0.00 MB 1 0
42,596 42,596 0000000001d3dc1954887308a8e3efdef827dcd411f716ca5a4f94820653ac2b 0.00 MB 1 0
42,595 42,595 00000000272f3e3411a623470440a225ef51cdbc721587fe79b0ce6935637b4f 0.00 MB 1 0
42,594 42,594 00000000119fa1d492ebb3f27fceb2cec2cecabb60d05ddc9fb65c63b00a3264 0.00 MB 1 0
42,593 42,593 00000000113e7fc6ade99590be3a8fb4963e4346b0dce531deca0fc00c064bba 0.00 MB 1 0
42,592 42,592 000000001944df47d05d9832cbe03e42661ec694b64792d7c4cf65944070683c 0.00 MB 1 0
42,591 42,591 00000000367f20081144c43ff031e281a8979d33088d27e38e0e8fe43c179c7d 0.00 MB 1 0
42,590 42,590 0000000033755a32af8527df5c4573350210a793e69fb3f51bc8676abe073e2f 0.00 MB 1 0
42,589 42,589 0000000026c41d12a61251a37aba261e3fb1f046a6a3c21ccb67150ad8501398 0.00 MB 1 0
42,588 42,588 000000000a14e4289cad0f26dbcd7ff9f1ff844a9d08773f4cf11419753fcc68 0.00 MB 1 0
42,587 42,587 000000001e74a68523d98aaac07ce174a974b4e475b710ef190fb4e3b2e2ece9 0.00 MB 1 0
42,586 42,586 000000002c53549adc8517b095fe63f17e68b2e010e84a8271e2e76e0510e3c9 0.00 MB 1 0
42,585 42,585 000000003828d94dd625bbb8bc3bb0d4fee2f3b6cc1bf7f9681512e81a68962d 0.00 MB 1 0
42,584 42,584 000000001b42f2d5074f299a8cf68536f2968d6dfea8d20c9f745db68a6efd03 0.00 MB 1 0
42,583 42,583 000000003db5dba61f501bb7c80bbd82210eed73a8053f1ec1970f6c5ebad0e3 0.00 MB 1 0
42,582 42,582 00000000365e2c0b3112ec1220ba2c06da649009dcddae41077f252ad1b2844b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.80 GB

Node Information

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