Loading Tool

Explorer IconExplorer

Memory Pool

81,275 transactions
30.25 vMB
0.07438523 BTC
Random Selection Loading Transactions
Max Size: 185.71/200 MB

Candidate Block

Mining Attempt bd84ccbb117fd9aa4605dfe87e1d67a0927063f96c6e638c1f0b0d9bfb330cbe
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 278a214540624e6ef952002d301611a8c323e48b240ab33c501bf66b480e1cb9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,945
Size: 1.00 vMB
Total Fees: 0.00722535 BTC
Feerates: 100.00 > 0.72 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (139,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,341 775,341 00000000000000000005c941ad19ec757b380e426c2842f22c5116cc56a1d67e 3,061 1.00/1.00 vMB 21
775,340 775,340 0000000000000000000106570e7110c356b42beb04f6858822ac071175834e51 3,075 1.00/1.00 vMB 27
775,339 775,339 000000000000000000010b5e1a4b67a5035fe6db80af565f780751666c5df72b 3,236 1.00/1.00 vMB 20
775,338 775,338 0000000000000000000421f3e02a3afeb9e46a8050f1ced4e0abb4ef684d9679 1,129 1.00/1.00 vMB 5
775,337 775,337 00000000000000000001deb4e034716eb9d4bf44abca0346757efa8a7d82d85b 2,748 1.00/1.00 vMB 17
775,336 775,336 00000000000000000002e0e35be9ba3d4cfe1052e6e3354899dc1c65d2aeec27 3,223 1.00/1.00 vMB 15
775,335 775,335 00000000000000000000397e1fc979d06f845ba0e16aa9d5e2ddad3e8c50ff6d 863 1.00/1.00 vMB 6
775,334 775,334 00000000000000000001d62c0c49ef2d4c5eaa19f563660d0d91c81dd8020ed7 1,467 1.00/1.00 vMB 7
775,333 775,333 000000000000000000043438590e3737f1225d578585faad148768b5a4fadeaa 2,585 1.00/1.00 vMB 4
775,332 775,332 000000000000000000025d273b2f6feb091b718d10ac80b586ed0180e8c28e2f 3,062 1.00/1.00 vMB 18
775,331 775,331 0000000000000000000528323f29e6b388497d06078b937457e272c284e86b9c 2,827 1.00/1.00 vMB 14
775,330 775,330 00000000000000000001bde30de9e1b8be389705f18e21cfa5e8b6d9529b1ba2 3,382 1.00/1.00 vMB 24
775,329 775,329 00000000000000000004da013cf8f95676135a271d83c9db17ebe92b468eda34 3,042 1.00/1.00 vMB 21
775,328 775,328 000000000000000000023c6802db1be8701602f879b77f2a48507fff73bed1cd 1,260 1.00/1.00 vMB 18
775,327 775,327 000000000000000000058a080f5b662dde8842c460c8cddca7738aed492585bc 1,766 1.00/1.00 vMB 21
775,326 775,326 0000000000000000000165171208e8ce4704a197e50cb492b25052b0ebf7dd6a 1,355 1.00/1.00 vMB 8
775,325 775,325 00000000000000000006ef5213800447e77445e9264617c869178926d56dadbc 2,002 1.00/1.00 vMB 11
775,324 775,324 00000000000000000004d4b25d886f912c0e17da1a77f74f4512ab7ad3e97b95 2,221 1.00/1.00 vMB 9
775,323 775,323 00000000000000000006b7955d5ae5d094e33ad64afef0537e157faa3ca977a2 3,123 1.00/1.00 vMB 23
775,322 775,322 00000000000000000002be73a1723f7edfe5967decbb84f2c1bb93bcbcd3157d 928 1.00/1.00 vMB 8
775,321 775,321 00000000000000000002c893f1b00bc0c95f66d899d54d8b346939c84b6b00e7 2,187 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.