Loading Tool

Explorer IconExplorer

Memory Pool

81,690 transactions
30.07 vMB
0.09503354 BTC
Random Selection Loading Transactions
Max Size: 181.53/200 MB

Candidate Block

Mining Attempt 0edee1df2fc0d5e5b3af58f4d8faa852b6a84e001a27d552e2d326a19e7c4a41
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 9c4d2d3646f5e9e9bedd0f7f71a247ee9a84c0a70542b029df5d70bc79cf2edd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,024
Size: 1.00 vMB
Total Fees: 0.03350053 BTC
Feerates: 526.32 > 3.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (687,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,428 227,428 0000000000000256ded5ab09369238bc35614f7380d6d55b24c8f79d17b15537 543 0.16/1.00 vMB 2,418
227,427 227,427 00000000000001b5a63f660a4ed59b9fe88baa83e45b43a51f1e52d12e4ce48a 228 0.15/1.00 vMB 44
227,426 227,426 0000000000000288f01b6b2ea039f6eca632e459758e94e2b94551c9ce02cddb 146 0.09/1.00 vMB 144
227,425 227,425 00000000000000da4eef7a9faefffa3638b60c776fcb94bfcad0dee39fd9f282 74 0.06/1.00 vMB 87
227,424 227,424 0000000000000305f819d4fc1e03e1395940abaf8394ee0e5127e848bd05a82e 203 0.11/1.00 vMB 138
227,423 227,423 000000000000004d504cc8ccde5cb48268439b752e3100c1d8fa4fd235084bf1 74 0.06/1.00 vMB 62
227,422 227,422 00000000000002742f1294c02a1b940c40b38338db8f52526476a0eb014ac81e 1,009 0.44/1.00 vMB 222
227,421 227,421 000000000000008172e46270ee30f93e2c8c540333e189739fdd4bb7c7caad9a 529 0.24/1.00 vMB 179
227,420 227,420 00000000000001705d5b5230e325f3ba19569deecdf8fdec74719bb07473bf26 496 0.21/1.00 vMB 191
227,419 227,419 00000000000001dd45972f4f9d711accdf92147041ebd7e37d0ccbaa2b925a4f 40 0.01/1.00 vMB 298
227,418 227,418 000000000000023ecbeaf019895f01f089d139f051335e9a863d7dc6f7336bb9 295 0.15/1.00 vMB 208
227,417 227,417 00000000000000839259a374b03d7584ae08c2f49fe1b747f2746eaba40ac679 397 0.18/1.00 vMB 223
227,416 227,416 00000000000002504aed065dccdc01d72e0db141463a384491568c5a16cfba67 234 0.15/1.00 vMB 133
227,415 227,415 000000000000010c85ed7e2396f975bd10f10925c42b0f32aedbc1e106fe43d1 305 0.15/1.00 vMB 166
227,414 227,414 0000000000000170b7997c3e906a7f8682b724aa9b7683acfd1b9babca8ae64b 305 0.15/1.00 vMB 185
227,413 227,413 00000000000001b986bd315e9c1d66dc74dd2a623f493abc4f55266f99495f6f 595 0.35/1.00 vMB 152
227,412 227,412 000000000000007bf4038193e7a8ecff49259deafcfb4d92f6a101e76d28066f 211 0.13/1.00 vMB 108
227,411 227,411 000000000000025f978216d33817f85da4c88edf83b2c5a7295c6887226fc442 779 0.25/1.00 vMB 271
227,410 227,410 00000000000000d8c4297181327e365beab7c0c9301679977fe7cc0e050655fb 92 0.04/1.00 vMB 90
227,409 227,409 00000000000000f107b3766f3080b26b2c173d735fbcada48f7fb5f9ddd29977 653 0.26/1.00 vMB 207
227,408 227,408 0000000000000019a6bade7cbd718992cfc09b33893ca8605d201aae9e0ce15d 203 0.09/1.00 vMB 167
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.41 GB
    • Received: 14.72 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.