Loading Tool

Explorer IconExplorer

Memory Pool

82,242 transactions
31.67 vMB
0.08836145 BTC
Random Selection Loading Transactions
Max Size: 188.47/200 MB

Candidate Block

Mining Attempt 15576734d528cfa1bd98580490adb8a003f8629b22edd8456c0f4b5a58534fb4
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 915d03af5e4c4cacc2f89209a17135ce850993fd11e102efab75eb1c5a85b13e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,583
Size: 1.00 vMB
Total Fees: 0.02540190 BTC
Feerates: 101.66 > 2.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (442,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,464 472,464 00000000000000000044db310851a86a3a6749c83067a43269303245b7bb27fc 1,110 1.00/1.00 vMB 99
472,463 472,463 0000000000000000010446bb9d0a7636305ba010cc9b3842fc283ac6c59cdea0 2,264 1.00/1.00 vMB 292
472,462 472,462 000000000000000000e02ee449e21e0275456b90f87799e1a11abb37bb404dca 2,414 1.00/1.00 vMB 364
472,461 472,461 0000000000000000012ef03ebbf95bd05267759d66e546c5a1db6b194bdbcdcd 1,822 1.00/1.00 vMB 273
472,460 472,460 000000000000000000f37bbb489b9823e77b3acdbb117dd8008c70c4d7ebf7ab 1,169 1.00/1.00 vMB 175
472,459 472,459 0000000000000000005b11dea0016a6eda5b6844b0a3bf8145499838ac00b05d 1,597 1.00/1.00 vMB 221
472,458 472,458 0000000000000000011501fab7c3e874e73a110c26ab657fc8902049911604d1 844 1.00/1.00 vMB 158
472,457 472,457 000000000000000000da105333a6cddd82be0ff9032e1deffc63d20ef58678cb 1,138 1.00/1.00 vMB 101
472,456 472,456 000000000000000000cf1b844f6d797dd0e0420c02c4cbfe8227bf7b9880ce0f 1,089 1.00/1.00 vMB 123
472,455 472,455 0000000000000000009cf56d48f49b4fb85fe276cdb474d5d008ecd30d2edc15 2,005 1.00/1.00 vMB 193
472,454 472,454 000000000000000000db7fb5f666b39faf6281709bb391afc4a314a17288b5d6 1,990 1.00/1.00 vMB 239
472,453 472,453 000000000000000000b708ca8a2fa39c98148c1acb053735909b3d9b35a93b0e 1,740 1.00/1.00 vMB 109
472,452 472,452 0000000000000000004c64ccea846f5b609e0716bd12d518f80298dbef2f009a 1,980 1.00/1.00 vMB 293
472,451 472,451 00000000000000000028487357f5ff0db7ef0213737652b6c7a637f56199695e 2,201 1.00/1.00 vMB 310
472,450 472,450 000000000000000000d71a54268652428d59875272ee7f0ffa2442ebeb05446e 2,218 1.00/1.00 vMB 240
472,449 472,449 00000000000000000129fd9473d0145e8cc21b79cd506954d79d1419bb7f6fd9 2,280 0.99/1.00 vMB 393
472,448 472,448 000000000000000000f65a83b3b20d2dd817df017d8ad7d32c22c1805fc18279 2,529 1.00/1.00 vMB 335
472,447 472,447 000000000000000001213d3eb6b174053c19654f247adf3514a2bc4b09bcbe52 1,945 1.00/1.00 vMB 373
472,446 472,446 0000000000000000010bc3310814ae1431d7b08254cdba5e7a2772c8f6a8852b 2,327 1.00/1.00 vMB 439
472,445 472,445 00000000000000000125ae684d2c7748e8cb5034605be7bfffd58e701c20c107 1,767 1.00/1.00 vMB 171
472,444 472,444 0000000000000000005008c1949a6e460fad3f18e9f66baf68ef7b4c4e528e55 2,019 1.00/1.00 vMB 339
Previous 10 blocks ↓
Total Size: 782.31 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: 658.63 GB
    • Received: 14.58 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.