Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,729 transactions (0.98 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
909,599 000000000000000000022cb30000000000000000000000000000000000000000 0.98 vMB 1,723 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,598 (839,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,137 70,137 000000000075cfad974f1153e278d1790f93cc163fe84e246f1b5e58b8108719 0.00 MB 2 0
70,136 70,136 0000000001598f1692bf465cab884e428d2791f791eb61db15c62beed7c4ba88 0.00 MB 1 0
70,135 70,135 0000000000434b5772eed2591f3ff61ce3d509478778603b5a4664c54549a685 0.00 MB 3 2,217
70,134 70,134 0000000000d45a8a9c79b898f6386dc3adb9267ceb482fa0e788cb0a1906443a 0.00 MB 3 1,317
70,133 70,133 0000000000c2882ed170b7f7980349f5db6e5f43339f8ec0543ef36c5d14c321 0.00 MB 1 0
70,132 70,132 00000000008187db7605e898d8c5f144647f0944baba822eedae7a4ea4007973 0.00 MB 1 0
70,131 70,131 0000000000f57cbe267560adf7c95bfc12868db01d40daf0a5e5819fe3c3f491 0.00 MB 2 0
70,130 70,130 00000000008d0009719d8a1771a5947e829c1e7da1a497e31ded16610db4176c 0.00 MB 2 0
70,129 70,129 0000000000c9ec457626f8312c0a442330030e74ae49f7f5bf2ca5f515b4e7e9 0.00 MB 1 0
70,128 70,128 000000000021d06a7941bcd1c8f9ced54be243df4a1ba04aa44efec542c82e9b 0.00 MB 1 0
70,127 70,127 000000000066bdb6e1723e12ef24cbe888f4d3e9aa9e01c908e04ac77e63c4db 0.00 MB 1 0
70,126 70,126 0000000000cbf7492d28c953be65e29be048d86782ebba02af0c014ea479728d 0.00 MB 2 0
70,125 70,125 0000000000df24cd72d20e78cda465d2873abf33d1867535e8ee26baa08a49d2 0.00 MB 1 0
70,124 70,124 00000000016092c5ee04331c2aa0b653a6316453823903a7de7aebf3db97c662 0.00 MB 1 0
70,123 70,123 0000000000d81a31453fc76515ae8f65182d0c92d93e80e11083d46110f3f88f 0.00 MB 1 0
70,122 70,122 0000000000707e62295113825c2a6fa5672bd019432947092119e2dd43f961e4 0.00 MB 1 0
70,121 70,121 00000000006bed0e2829cb3a98e9902f73be818314088e43ff8c2ece77f7b795 0.01 MB 3 198
70,120 70,120 0000000000e5880521ad1d9d7183da1960a3ac33d0291e822d967aae5d8a6d17 0.00 MB 1 0
70,119 70,119 0000000000aafb7fbca3bfd116913c7cc40158adec85ca99b622bd9598f0079e 0.00 MB 3 2,403
70,118 70,118 0000000000eaa05b85ad0bd9ba3d6e3b8ffb8a55531f30f3dc88d175c673c482 0.00 MB 3 0
70,117 70,117 00000000003c22a7fde4c11cacc29521755171d53bd0efc90bd1ca08d6f17f83 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.66 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,098.63 GB sent, 111.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.