Loading Tool

Explorer IconExplorer

Memory Pool

80,951 transactions
30.06 vMB
0.07426550 BTC
Random Selection Loading Transactions
Max Size: 181.23/200 MB

Candidate Block

Mining Attempt d66e7d5883352aee03c5a5d9d76a1652aff1fb93acef3e3376eb9d61f8649bc6
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root e81e7a6e594af3f4e59a3dbd59a6348e24b7abdb58600cc754f4e0ead7abeea2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,367
Size: 1.00 vMB
Total Fees: 0.01247883 BTC
Feerates: 40.21 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (109,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,484 805,484 00000000000000000004b1509eb4192e763689615c1b8947f26d02fdf70b8159 3,502 1.00/1.00 vMB 19
805,483 805,483 00000000000000000003dafd39bad3d6fc9e028400e9308651cf75420362c35a 2,350 1.00/1.00 vMB 12
805,482 805,482 00000000000000000000931f51ded3415d0f2f4259f6b16e18b22ba9d2bd937c 3,321 1.00/1.00 vMB 17
805,481 805,481 0000000000000000000396d9011d1e3434f2df9ed6741841f01b234edd8789ae 3,511 1.00/1.00 vMB 17
805,480 805,480 00000000000000000002a58e1395cb43b5eef92da6e8ac9da728f201dbed7d43 2,574 1.00/1.00 vMB 17
805,479 805,479 00000000000000000000ac648c770038a58abb3ccd0b3b8d12512a820dbb847e 2,196 1.00/1.00 vMB 13
805,478 805,478 000000000000000000002f00b959cf2d73537e01c04eb6761e37eb0648e91e8c 3,377 1.00/1.00 vMB 22
805,477 805,477 000000000000000000040f08227b10b630409625352a982bfc9eaac2d72481a4 4,230 1.00/1.00 vMB 14
805,476 805,476 00000000000000000004108fa7e321280237a8282ea0318d4dd59631ac733ce0 2,280 1.00/1.00 vMB 17
805,475 805,475 00000000000000000001625b95fee7d8722c4b74a57a489e93c4fe1251b3f307 2,424 1.00/1.00 vMB 20
805,474 805,474 00000000000000000000e8c484ed52c0991df5c4ca05f544e8e3fcccb1f667d1 3,582 1.00/1.00 vMB 16
805,473 805,473 00000000000000000004f02d752255f27d2473fcb338ff452568ed9be45bfd73 2,985 1.00/1.00 vMB 29
805,472 805,472 000000000000000000043afece52a7b3280bff1b1c550987536d5be7ec814ab7 3,038 1.00/1.00 vMB 20
805,471 805,471 0000000000000000000289e9447241de958ac5c1812c41758f8864da1e2da762 3,313 1.00/1.00 vMB 22
805,470 805,470 000000000000000000024dbbcae421b18e84c34e5947900e591af0e597b9d01f 2,147 1.00/1.00 vMB 14
805,469 805,469 000000000000000000003b0cbac0d90167a918706097b953fc3fcc5c964e46f5 2,079 1.00/1.00 vMB 20
805,468 805,468 000000000000000000009779ef7c9361babb24a3093dc3af5350bf80d5fb3c46 3,201 1.00/1.00 vMB 29
805,467 805,467 0000000000000000000159b0ca69f86eee6674c0ba8d7eb0b50c43630c87fbf2 2,323 1.00/1.00 vMB 23
805,466 805,466 000000000000000000050ebe7984be903f57fb88211d064dd1936cd734d36e07 2,465 1.00/1.00 vMB 21
805,465 805,465 0000000000000000000177c4b566f14d037f77509cbfe6de06cf802a9fa50fb0 3,137 1.00/1.00 vMB 22
805,464 805,464 00000000000000000001c5d33a82145d3fa7518a81dfa55564edeb3cdb77bcbb 2,738 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.33 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: 660.46 GB
    • Received: 14.75 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.