Loading Tool

Explorer IconExplorer

Memory Pool

36,554 transactions
25.85 vMB
0.07459535 BTC
Random Selection Loading Transactions
Max Size: 132.77/200 MB

Candidate Block

Mining Attempt 421fe8cefb260709de7e2e66d6c60a421bc6558bcd8a6b06ad3ae7a6d86b79f2
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 77d0c95d8627bfb2f8474231b072079e05de2b72c081ff214bdad47e8eb9cf5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,305
Size: 1.00 vMB
Total Fees: 0.02760199 BTC
Feerates: 502.65 > 2.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (450,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,433 464,433 00000000000000000082682bc5c35abd043eee7f9307f0cf9551620e222c16ee 3,143 1.00/1.00 vMB 204
464,432 464,432 000000000000000001e3e3f361d5b6237028011b974fed66a0f17b4c4dd7d4fc 2,533 1.00/1.00 vMB 178
464,431 464,431 000000000000000000ac23d1d3d075bc22f6b932e7adf310e39a493b49f28426 3,116 1.00/1.00 vMB 244
464,430 464,430 000000000000000000eb330d58046d541a151fa7d21cbc534e3ecc68035ad12f 2,353 1.00/1.00 vMB 128
464,429 464,429 000000000000000001014bb40ba45a310f1f7aad0b8b80795d9a2f08cb3f71bf 2,567 1.00/1.00 vMB 144
464,428 464,428 000000000000000001e9a77be97e42d53e21c6326e1d99d422d8359c201cea3f 939 1.00/1.00 vMB 132
464,427 464,427 000000000000000000218e16686105d63d9af36e9a815fae352667d9def98bfe 1,747 1.00/1.00 vMB 150
464,426 464,426 0000000000000000007971b4f6309bb8701f00f1d714723810cf229ec8ef98fe 1,215 1.00/1.00 vMB 138
464,425 464,425 00000000000000000024a8fe8c085bbc8d3fc643562d8bb5d25f7ffb186d8842 2,034 1.00/1.00 vMB 158
464,424 464,424 000000000000000001f02798776e208f8de551a0a5ddab0b6ed4b44665a04140 1,942 0.93/1.00 vMB 149
464,423 464,423 000000000000000002192fc0a05ebcbe253df03286e65dcf25bd23d48d122662 2,324 1.00/1.00 vMB 224
464,422 464,422 0000000000000000007d28c366355932dfe06fac7332b596e8dfe0fa738aedf7 2,487 1.00/1.00 vMB 160
464,421 464,421 00000000000000000158606dfd5b1b7ab1270af13e817978f5ae7afe02928358 2,604 1.00/1.00 vMB 216
464,420 464,420 0000000000000000011fdb9778ae7cea413ac9e02b483d20aab8c182d0277eb8 1,989 1.00/1.00 vMB 244
464,419 464,419 000000000000000001abb8b448889665260645970f22c05a05310cf954447f5e 2,663 1.00/1.00 vMB 139
464,418 464,418 000000000000000000c8e0250233c9c96f0b820fe35335dade0e602729f46912 2,260 1.00/1.00 vMB 200
464,417 464,417 0000000000000000002b39b4d4adf2141ee9b6ef33fec9339db7f69e8bd48851 1 0.00/1.00 vMB 0
464,416 464,416 000000000000000001927c7cc50ed19ebceae8715a214e31d5dbd8acc914a318 3,201 1.00/1.00 vMB 163
464,415 464,415 000000000000000000be8e8409bc82b681f01100f1f65afce7a8ebfeec07f16e 2,558 1.00/1.00 vMB 188
464,414 464,414 0000000000000000008bdb10f07306ddcf4f91079b52eaa119f9e7bef7c32d55 2,099 1.00/1.00 vMB 138
464,413 464,413 00000000000000000035fa776aa5c7f7d900dee9a634a652a7af9b60c4278257 2,367 1.00/1.00 vMB 174
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.