Loading Tool

Explorer IconExplorer

Memory Pool

48,770 transactions
28.91 vMB
0.10051019 BTC
Random Selection Loading Transactions
Max Size: 153.01/200 MB

Candidate Block

Mining Attempt ece0836b4c0c29a58ca9287ec23a9a06ecfd63d28c9c1599debe85a35b5750c5
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 12c3aa7cf8281e149921077075fd4f217fbbda525ddde70192ebf5747ba049fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,907
Size: 1.00 vMB
Total Fees: 0.02489517 BTC
Feerates: 70.48 > 2.49 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (465,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,533 449,533 000000000000000002f2e7b0ecde28290d38a3c8bed57295e9edce0d13c08b71 240 0.08/1.00 vMB 90
449,532 449,532 00000000000000000326f3603fd97f1003d7f718ffc8538cdb5cb86d85e8ed04 442 0.32/1.00 vMB 76
449,531 449,531 000000000000000000464714175097c6bdc6bf4e857bb9dfe2e37d3fac7d89e8 1,612 0.69/1.00 vMB 83
449,530 449,530 000000000000000000999fd22b3f452d9e4b5dd6b2b73c06edbfa799d943d4ee 999 0.41/1.00 vMB 83
449,529 449,529 00000000000000000134597565124363319a93a51caeb8e3f39d69fc9ec7331c 1,448 0.77/1.00 vMB 83
449,528 449,528 000000000000000002598187e566b840e6f72d3320138ef0346b39fd67410855 1,152 1.00/1.00 vMB 30
449,527 449,527 0000000000000000009ee9af6c0217c30074d648a6c5fcf6f25467c2bec1d193 2,107 1.00/1.00 vMB 76
449,526 449,526 00000000000000000000cb4dad1c3b1076a9a71e5f21196e2908f4a50ac3ddad 1,912 1.00/1.00 vMB 66
449,525 449,525 000000000000000000507ad9f3875e18eaca3dc66e4236646c5cf4ea9b820913 2,629 1.00/1.00 vMB 85
449,524 449,524 000000000000000001ecad0851ee8ea9d704ed9c9f1e38ca35d15623f4f2ea27 2,514 1.00/1.00 vMB 66
449,523 449,523 0000000000000000023c80a33dcbaaac0f9ef27bc6ef58ddf090e1fd1cb437d4 2,284 1.00/1.00 vMB 82
449,522 449,522 00000000000000000294d2608b3fdda4b3cf3d0b6127ba3f933a0b32a8eb95d1 2,137 1.00/1.00 vMB 100
449,521 449,521 00000000000000000280d60df0589ed649855b406e30699abac6a84aae8da82e 1,095 1.00/1.00 vMB 94
449,520 449,520 00000000000000000093ee2f4af328eb3523810609caeb5b659e8fa56b349b41 1,745 1.00/1.00 vMB 150
449,519 449,519 0000000000000000014dd006635fa4871a2cae80a31924df970b8bb2b8f09297 1,820 0.75/1.00 vMB 94
449,518 449,518 000000000000000000d197ff5559911b3123348d7b9db91f58b2dae5b4baaa3c 1,220 0.48/1.00 vMB 83
449,517 449,517 000000000000000000dce3cb10219c2f53907c43bc1b3e2e0cbedf181f47435e 1,671 1.00/1.00 vMB 48
449,516 449,516 00000000000000000038ce79cc890e9cbedfd10311a272f62d2f033057c11d12 1,607 1.00/1.00 vMB 63
449,515 449,515 0000000000000000030c8cb7fa5f23dd20f2f2016e24558e982244c43a48a90d 2,562 1.00/1.00 vMB 80
449,514 449,514 000000000000000000d682874a2eb806e075a47fcf7a456fb4af0b2ce7cc5d37 2,114 1.00/1.00 vMB 98
449,513 449,513 0000000000000000011096952b384e51be93147725b596428c3545e16774b521 2,744 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.