Loading Tool

Explorer IconExplorer

Memory Pool

76,685 transactions
28.95 vMB
0.07523267 BTC
Random Selection Loading Transactions
Max Size: 177.09/200 MB

Candidate Block

Mining Attempt ac05d1fc56ac8716bd5bf5f76c29b13b00f3d37a4bcf4717a0ec97ec6f1a1a08
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root a4f86707ad16be7829a2cff1fb6f3ae89a2256675f50ecee6e9f18469221407f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,425
Size: 1.00 vMB
Total Fees: 0.01205250 BTC
Feerates: 74.05 > 1.21 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (286,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,476 628,476 0000000000000000000cc03088da248af09a87210282bcc6cfd34436ba6d11f2 2,519 1.00/1.00 vMB 58
628,475 628,475 00000000000000000006d1b7e44189aa998873dba7f114cff4f38e12e3bd4b80 2,223 1.00/1.00 vMB 104
628,474 628,474 00000000000000000009f6499827ded8fa2392f5801ea5950c4a5142462df67e 2,139 1.00/1.00 vMB 22
628,473 628,473 000000000000000000009b57de5551f9273052e583579d7e3cdd5f5987abdd3a 2,775 1.00/1.00 vMB 44
628,472 628,472 0000000000000000000047e69f3f04aaa2fb51f47d6128139c1adc1359e28604 3,122 1.00/1.00 vMB 107
628,471 628,471 0000000000000000000e0b7c0c75127715aaeabef441040bdd22d2540335213b 2,965 1.00/1.00 vMB 38
628,470 628,470 000000000000000000058be77a87ae3fd5ed4140e044090f1d3f1a2c61437208 2,392 1.00/1.00 vMB 99
628,469 628,469 0000000000000000000c6dc8b396e74ce46d98778150a059e0bf986b04df3440 2,818 1.00/1.00 vMB 42
628,468 628,468 000000000000000000117c996ad2a1b900b6d9537881f786d53442f7d0775a23 2,778 1.00/1.00 vMB 66
628,467 628,467 00000000000000000007deefa8f5b0649a9ec22c3e2ce27455fdfd2bf224e622 2,136 1.00/1.00 vMB 96
628,466 628,466 0000000000000000000c52ed3d1734f46ee306a32312553273cf66b22f5ae98d 2,397 1.00/1.00 vMB 110
628,465 628,465 000000000000000000093a9ae3c8704aac7fc8154fac2ccfeff0f69cc5b5c078 2,792 1.00/1.00 vMB 121
628,464 628,464 0000000000000000000b18a99951f713c391b0cab2090dad1baaaf480b423c1d 2,259 1.00/1.00 vMB 72
628,463 628,463 0000000000000000000dc9f145d9e7e2a26a7d75d24860ac05c78080e7c11e9f 2,943 1.00/1.00 vMB 121
628,462 628,462 000000000000000000111091d7ba800e136ae53ae65419096046924799332d40 1,975 1.00/1.00 vMB 52
628,461 628,461 000000000000000000091d3cf3a08455051bcf1700cd2acfc8142cbed0bc0eda 1,447 1.00/1.00 vMB 20
628,460 628,460 0000000000000000000bc0a3f3b802a4c5cd3ba1a2a92177ceec3762dc9a3378 2,009 1.00/1.00 vMB 38
628,459 628,459 0000000000000000000ef8ade6398dfab7e504831b690528c534e7a157a68113 2,136 1.00/1.00 vMB 52
628,458 628,458 000000000000000000083e6b945abe605d1e7a6d1e7a4a583f9c784e568d8611 1,820 1.00/1.00 vMB 25
628,457 628,457 00000000000000000004bf69afb246b119f82f51e55d827c88e37c0aba2d710b 2,469 1.00/1.00 vMB 75
628,456 628,456 000000000000000000102d5184aaf1211aa237dcd62a2ff46b7cec66d299ba81 1,109 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.