Loading Tool

Explorer IconExplorer

Memory Pool

41,194 transactions
26.67 vMB
0.06350274 BTC
Random Selection Loading Transactions
Max Size: 139.27/200 MB

Candidate Block

Mining Attempt 902853e005928107b36f21bfe62bccbcfcd19df89625dfa9b19b2b36e3d5bddb
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 0947302a904e0f18274c8a0b4669291d29f797a6131309cd16f0f0d2e233a877
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,214
Size: 1.00 vMB
Total Fees: 0.01410115 BTC
Feerates: 151.03 > 1.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (421,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,427 493,427 000000000000000000b941bf33c628279dcf1de03facaebe962757ebd055225d 2,679 1.00/1.00 vMB 216
493,426 493,426 0000000000000000006749f6b86e7cfecef4a4e05f11a01963c875cd24f1dbf9 2,434 1.00/1.00 vMB 292
493,425 493,425 0000000000000000005202be8e02018453d0e6495a85ad38f2a758fc8ba4211f 2,032 1.00/1.00 vMB 275
493,424 493,424 000000000000000000b726454afe506ba2ca4134fea3a86c7c92dcd8b6f06e36 2,061 1.00/1.00 vMB 136
493,423 493,423 0000000000000000003410d679bc59c78f1b366ba3ab65db928c9388e80c9676 2,191 0.88/1.00 vMB 214
493,422 493,422 0000000000000000005581898dc46562817a0ed5a1ab0239652dff886480c70a 1 0.00/1.00 vMB 0
493,421 493,421 0000000000000000006da27830b9dbd470008d89b092f7240b458daee03f54fa 1,932 0.93/1.00 vMB 298
493,420 493,420 0000000000000000001e2dec9f2d1ba3315c5a6e661e2049bedd7f3dd72d83cd 2,095 0.91/1.00 vMB 325
493,419 493,419 000000000000000000717d1ff78865c6cc1b2f0f6417febea121dd92c4d1bcda 2,009 1.00/1.00 vMB 287
493,418 493,418 0000000000000000004257edbd2b6938f20f5e8c0359d95d6788cc778abb50ac 2,291 1.00/1.00 vMB 247
493,417 493,417 000000000000000000bf048994633f04890f22eaf6c492b531c9fb7e4114bbbf 2,344 1.00/1.00 vMB 288
493,416 493,416 0000000000000000008f4aa3126b63a52b9002b2df78d7b1cf10c18c7eeeb8e7 2,242 1.00/1.00 vMB 279
493,415 493,415 000000000000000000401b44b16eacd033846de53d1930130d00ba317798a28d 2,049 1.00/1.00 vMB 286
493,414 493,414 000000000000000000398cd7f052e462600786df3a11e11ef08ce433ab8e3eb2 3,418 0.96/1.00 vMB 339
493,413 493,413 00000000000000000089e6d10666dbb81bf137cae95d914e2cd874404e7d3299 1,725 1.00/1.00 vMB 155
493,412 493,412 000000000000000000a70aa3c919f6e8627365ce23a49b5471ac303c5af2bf18 2,333 1.00/1.00 vMB 301
493,411 493,411 000000000000000000329e843482d49c0e4bb7b80f599cfd87d26fe2d88e37f6 2,048 1.00/1.00 vMB 127
493,410 493,410 000000000000000000728c4bbbd6ade32ddbfa9c4f2a06ba52b55db8aefcbd8f 2,276 1.00/1.00 vMB 204
493,409 493,409 000000000000000000a37d8a2958ec0e0236221b43e47ad18e053229aa7d1df0 2,072 0.91/1.00 vMB 303
493,408 493,408 000000000000000000be698893a6f70cf55e53cf2740fafb4d8e4dea70fa8366 2,418 1.00/1.00 vMB 161
493,407 493,407 00000000000000000052739c86ef70f0de93e98e56348da4fc93c88882a82a4f 2,362 1.00/1.00 vMB 246
Previous 10 blocks ↓
Total Size: 782.28 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: 657.00 GB
    • Received: 14.44 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.