Loading Tool

Explorer IconExplorer

Memory Pool

77,815 transactions
29.48 vMB
0.08718011 BTC
Random Selection Loading Transactions
Max Size: 179.51/200 MB

Candidate Block

Mining Attempt 61178f5662de052f35f0be0d6ae7756fa4f0cdc772afb52e2e4526bda0741de3
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root d80af0699fee516943d9864b13fec88325683125b939e14e9341da8903b985d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,500
Size: 1.00 vMB
Total Fees: 0.02238412 BTC
Feerates: 477.45 > 2.24 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (286,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,479 628,479 000000000000000000031bc4399305ef2b8e88be508f164bd3568604d22ccef0 2,047 1.00/1.00 vMB 38
628,478 628,478 00000000000000000002f79ee9c48e977f32bea0ef6deec536052f659fd30113 1,928 1.00/1.00 vMB 19
628,477 628,477 0000000000000000000a5f9d1c304b77f1f78553ad96222dfcc79faebf693da1 1,976 1.00/1.00 vMB 17
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
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.31 GB
    • Received: 17.07 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.