Loading Tool

Explorer IconExplorer

Memory Pool

72,120 transactions
27.73 vMB
0.06953741 BTC
Random Selection Loading Transactions
Max Size: 167.82/200 MB

Candidate Block

Mining Attempt 3b689e9e18f0a850c8e076106a270330e8baeb486ff5e5b8f99c1cdddab86721
Version 20000000
Previous Block 000000000000000000016dffe7445c108bac746ebb89454ac2dea8afaeeb91d1
Merkle Root be58ea83fc880db4f647b182bdec0dafcb22767bb479de75d3cecccd172947e0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,669
Size: 1.00 vMB
Total Fees: 0.00831634 BTC
Feerates: 298.50 > 0.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,452 (48,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
867,407 867,407 0000000000000000000167fa0f1569be4f99966ed0c7ce8799d81842033650a8 2,858 1.00/1.00 vMB 6
867,406 867,406 000000000000000000020597f7b24a50e3ff20e2cad8bed175ecc53f56307101 1,668 1.00/1.00 vMB 8
867,405 867,405 000000000000000000012d55ecd55a551753a0d98b7dc6ec67ec06ee884829b3 3,460 1.00/1.00 vMB 5
867,404 867,404 00000000000000000000b035dcf91ac94a075ea608ab0b4780f4407b67153b8e 2,703 1.00/1.00 vMB 3
867,403 867,403 000000000000000000027168aa759b65c29b387d4e3e41e65a0fee1ef7c496cc 2,627 1.00/1.00 vMB 7
867,402 867,402 00000000000000000001726290af08d477f1391ffd605cda7a814d128130e12e 4,309 1.00/1.00 vMB 5
867,401 867,401 000000000000000000015def93bcc191e1eb93b5669f8851dcb0cc1b749e9838 3,841 1.00/1.00 vMB 7
867,400 867,400 0000000000000000000016732759c1a299dc2350ab6d13be1a444eef060c6049 2,816 1.00/1.00 vMB 11
867,399 867,399 00000000000000000001694582f3f7e20959830b0744aca6bdf2d82f56df46f3 4,202 1.00/1.00 vMB 13
867,398 867,398 000000000000000000024660c82f4209591b9e71ce0ced3d127e1993386e65dd 2,880 1.00/1.00 vMB 13
867,397 867,397 0000000000000000000284af6e8a8c84b0587115e18e3d1d4c7edc19a0ea8f38 7,796 1.00/1.00 vMB 1
867,396 867,396 0000000000000000000005b5c6c62bdac17a97ac7043a883daa365d9cea4df8d 5,424 1.00/1.00 vMB 3
867,395 867,395 0000000000000000000232f17658a6f2c38a1e84d4e097dd5c533476b95f7cd2 5,510 1.00/1.00 vMB 3
867,394 867,394 0000000000000000000067c4886f6d65b340dd42f62326d459682774723bac1d 3,222 1.00/1.00 vMB 5
867,393 867,393 000000000000000000007ea1c69990e991a49640d9d7d7035544e6eb6ad04cb9 5,690 1.00/1.00 vMB 2
867,392 867,392 00000000000000000002e94ceaa1719a7ef3282f09dcebe1d0f4eca5ef5b87e5 3,454 1.00/1.00 vMB 4
867,391 867,391 000000000000000000003bc95a32ee9c7e1b1d80cc5e40aa8315d30ad1babce3 3,224 1.00/1.00 vMB 4
867,390 867,390 000000000000000000028d401a03a90f9ce6efdec63284163720df193751c68c 2,824 1.00/1.00 vMB 16
867,389 867,389 000000000000000000018fa2c6e33ee4656048e5cadd5657b9ce97ec7997c258 4,647 1.00/1.00 vMB 6
867,388 867,388 00000000000000000001183bea4f47f81f52bf4e5a572c89837f375ad5d91ffb 2,963 1.00/1.00 vMB 16
867,387 867,387 000000000000000000000ea36e18e50eab082fc83f7ce29cd85c3b67e4955908 3,863 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 750.45 GB
    • Received: 18.85 GB
  • Uptime:

Notes

  • 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.