Loading Tool

Explorer IconExplorer

Memory Pool

41,537 transactions
27.43 vMB
0.08131099 BTC
Random Selection Loading Transactions
Max Size: 141.73/200 MB

Candidate Block

Mining Attempt c7a94ffd9b27c34dafc34efffa32625a93a6bf26e62c114a8e1ded6d1e0ab0e5
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root fd051baebe157739b79b5c3c433424d24f09bbd753669c3ed1fe6e4880feaa72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,044
Size: 1.00 vMB
Total Fees: 0.02762337 BTC
Feerates: 141.50 > 2.77 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (908,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,471 6,471 000000006ba84c4373f6c8372932e76e51da59ee24fdfa01afdc337f7f8d978d 1 0.00/1.00 vMB 0
6,470 6,470 0000000032428f2545047f6e32b40ad6df7a96b2feb287467aa20013b2790f8d 1 0.00/1.00 vMB 0
6,469 6,469 00000000923fedf5838df2d0813d7b3131e3261ba0c5194c123ef1b6eebbaa20 1 0.00/1.00 vMB 0
6,468 6,468 0000000037cf5a77ed3dd54ff1df8c0a8e4c041b644809debbffe04cdaabf74f 1 0.00/1.00 vMB 0
6,467 6,467 000000004d80d182f8f764246bf1f575da852557b659b42777edc0d719fb490a 1 0.00/1.00 vMB 0
6,466 6,466 00000000aad46b09e74ff3a1b37b511fa5e44e004b33432c28bcabe487b5599b 1 0.00/1.00 vMB 0
6,465 6,465 000000004d33265be14c74dee250498297b6e32ab0d570796ced0cf5904b8e41 1 0.00/1.00 vMB 0
6,464 6,464 00000000d17bc95524605afd683baeef808993f1c615e7fc5151c08904c7a8be 1 0.00/1.00 vMB 0
6,463 6,463 0000000007215fcf4eb06cf260013306b66fd92401f735861c4bb232d8352d17 1 0.00/1.00 vMB 0
6,462 6,462 00000000494442377d4e296cf505b688e7dd90f5c4fe6f903884b92ff997b659 1 0.00/1.00 vMB 0
6,461 6,461 00000000a7fcecefa39556dfa8d3793d56de48e260d4d549c392dad2d5e77236 1 0.00/1.00 vMB 0
6,460 6,460 000000006bf60389961c20d43c2404ac9530bd951a94a4e6d6f6ae16a7ae18ff 1 0.00/1.00 vMB 0
6,459 6,459 00000000d55d6408ce7d024168e5c0a051fa4892305145e59788a5deb1f6c0cf 1 0.00/1.00 vMB 0
6,458 6,458 00000000be1c17b62356470ccf76fe597b67a32be2b85419eabdb70de230108b 1 0.00/1.00 vMB 0
6,457 6,457 000000007660d1d51a1bbbbc4fa973795056600b7e62b953f5a95b9f2a194372 1 0.00/1.00 vMB 0
6,456 6,456 00000000de73e06a0aba72009d81c96b55b470400b4bbe784df0286f4ee29e96 2 0.00/1.00 vMB 0
6,455 6,455 00000000fd1e812fa64ecb5bf83c061d632432bddfbfb0675074d6d06267a5a1 1 0.00/1.00 vMB 0
6,454 6,454 00000000e3b9afe6d09b959e337f8aad6e73a74afb10dca0a6f79abb65fa5a91 1 0.00/1.00 vMB 0
6,453 6,453 00000000ea45133dfb3c76ffc0e75c4c0c5dcc21fa14ba9998cc8e77d4600d98 1 0.00/1.00 vMB 0
6,452 6,452 000000009acc756a47a300705afab95771cf2b66d76988eddf464016fe3ca89b 1 0.00/1.00 vMB 0
6,451 6,451 000000004c48da009c0e4bde41c3232f593fed898295ebaa2ff27834f0d98572 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.79 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: 633.65 GB
    • Received: 12.21 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.