Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,380 transactions (2.88 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,184 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,894 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,183 (867,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,610 42,610 000000003601f73bb375e7e048775e2e8fef5b0af3a9a76763386ae0fd73469f 0.00 MB 1 0
42,609 42,609 0000000042a38e8ef16f313651c4db2bc3107ce2fd34e58a22cd24fbceb8aea4 0.00 MB 1 0
42,608 42,608 0000000015db78d65f8b144ea2b7c9e6ed544aafd4f443173d590a290716cfd9 0.00 MB 1 0
42,607 42,607 0000000004a5e40733b0d35e969464c3e0300d53b80ef701f61e7704ef974c56 0.00 MB 1 0
42,606 42,606 0000000023c13957330243f92913538a5cc9feb561612806f65197b159041432 0.00 MB 1 0
42,605 42,605 000000000aa27f899c5a6af661deaeae5e029a2acb6f31ff5ae03ff30857d6ae 0.00 MB 1 0
42,604 42,604 0000000004a0720e0518dc305b354ab740206174936837a16a9a62703319a8f9 0.00 MB 1 0
42,603 42,603 0000000013136bd812212959a15ef0ea0f084ee2c64e2f7f0e127d198f67a37f 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.73 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,194.97 GB sent, 117.25 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.