Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,904 transactions (1.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,916 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (815,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,432 94,432 0000000000031b58770547263cad897914edc7d1b9e9acff6cf1cece611bf68d 0.00 MB 2 0
94,431 94,431 00000000000395be02aa780e8396b46ee64812636676bf7f7494a44d29c8fd4b 0.00 MB 4 0
94,430 94,430 000000000006d6a3fe07f7996ed592fcf05315f31715a759504f62afa34ed1d6 0.00 MB 4 0
94,429 94,429 0000000000002562c5f114172c08a84fb00fb2cc321c79acf5e1408dbe330867 0.00 MB 2 0
94,428 94,428 000000000004cb652d3fb0019794ef572b48b9e0f5c90cd0dceba46c9478741d 0.00 MB 2 0
94,427 94,427 0000000000034ad2c7045857fc3cec01785ee327c0292dc55bda0445b6408957 0.00 MB 1 0
94,426 94,426 000000000004f7e6efde77f6b237f608085d8ac0c0d8b7335364ff9c51917ca2 0.00 MB 2 0
94,425 94,425 0000000000033f204c000dbbd85bd300550e44cf6e798e930355084ec19e24aa 0.00 MB 3 0
94,424 94,424 000000000009090ee62621bec36adc98c39d074143c20536d7bee7fee7786f2d 0.00 MB 1 0
94,423 94,423 0000000000038c4779fcaeb3329ee4347d7c8e6981ed7c34bc2524aee3faeafd 0.00 MB 1 0
94,422 94,422 00000000000630fb233ca8faad6cad52cec1e6f73c377fc75e737724f40664e2 0.00 MB 2 0
94,421 94,421 000000000001d848dfc9c6a66b222943129b82d8a91293171b2f7d379de9e801 0.00 MB 3 0
94,420 94,420 000000000006c280185e83900db7533c053e58ae7d5d0641a751e6a3651ca307 0.00 MB 1 0
94,419 94,419 000000000004b55f8ed31d5df1d0042a5c0094beea89abe789ca228cadd2b861 0.00 MB 1 0
94,418 94,418 0000000000087c4aa5611db0dbe8d414c534806652fdcd334f105a75c392bf1d 0.00 MB 1 0
94,417 94,417 0000000000018277fddc0a57a47a072ed082022bce016ce6286dec56221bec40 0.00 MB 3 0
94,416 94,416 0000000000042dc6ebe45174a1fa950d8b64288b732a8027e2cb432d35b124df 0.00 MB 3 0
94,415 94,415 0000000000084a82e6276a34a90b81542f43670caf86dab5a2a4ed6a5319f025 0.00 MB 1 0
94,414 94,414 0000000000029ea1db166b200604a9e99dd25b7c1d71b78bb1abf1901e116f98 0.00 MB 2 0
94,413 94,413 000000000006326861d0476af7516a32995c3f7c77078ecbb83b8084b96edf0d 0.00 MB 6 0
94,412 94,412 00000000000254eca63a798626694ccaed8def26dc82aae3aa59ce81247ea50b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,132.63 GB sent, 112.23 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.