Loading Tool

Explorer IconExplorer

Memory Pool

82,628 transactions
30.40 vMB
0.10518377 BTC
Random Selection Loading Transactions
Max Size: 183.26/200 MB

Candidate Block

Mining Attempt c4ce6c7a87b843c2d6c1aef6e40e0a2bf3e1fcdf42dcd8072d4fc60baa0459af
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 9ec0607263cb49feba4b8a53c906930e3418e147127553f7148ac551eda9e3b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,641
Size: 1.00 vMB
Total Fees: 0.04274455 BTC
Feerates: 526.32 > 4.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (360,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,236 554,236 000000000000000000006a973ee9d6bfd4a08c51d89f062b65aec6ef1f7c4609 3,381 1.00/1.00 vMB 19
554,235 554,235 00000000000000000009d076a2a89facdabe1d59c1757ba48a302dce889dfc50 2,674 1.00/1.00 vMB 33
554,234 554,234 0000000000000000002763ba20c76746aa64124a7a14f21aeb06c0e11211dc13 2,684 1.00/1.00 vMB 14
554,233 554,233 000000000000000000086dbb5972179a6ea0237fa9b5eaf27744e2573e719293 2,668 1.00/1.00 vMB 22
554,232 554,232 000000000000000000239fa2e3cd9a623c7790fe7634d33d5c116a2c6453306a 1,696 1.00/1.00 vMB 9
554,231 554,231 0000000000000000001cb498fe136ab2461304433c906208aa4e00eb3ceb54cc 2,648 1.00/1.00 vMB 27
554,230 554,230 00000000000000000017d280dcff9dbe6390d0221928a2fb0b973ab43a571b1f 2,716 1.00/1.00 vMB 28
554,229 554,229 0000000000000000001905d7a6dff59a1958cd4341ec36fe2b3a5252f3b8a4fc 2,890 1.00/1.00 vMB 12
554,228 554,228 0000000000000000002c1401e7010051081d5f93d297594a556d34df814f3fa1 3,133 1.00/1.00 vMB 31
554,227 554,227 0000000000000000002beba1171a9d4dde4a68ce4e56ae497349e4f0df968866 758 0.26/1.00 vMB 20
554,226 554,226 0000000000000000000492017ef2d8246b542f3faf725b2a81bf168dc78cb9b0 700 0.54/1.00 vMB 7
554,225 554,225 0000000000000000002830d5163f64e9c5c2e4de7487699094356317f5c12977 2,056 1.00/1.00 vMB 15
554,224 554,224 000000000000000000045f802030f96553780eb96d51c61e88a84f9e97a9adae 2,132 1.00/1.00 vMB 5
554,223 554,223 00000000000000000005a5e722ad27cdeeaedc06f4c6a40f66d283e61a196c16 1,621 1.00/1.00 vMB 7
554,222 554,222 0000000000000000000074f10083f8c26ef9ab86ec3c68321c62445d78d2d1f7 1,754 1.00/1.00 vMB 14
554,221 554,221 000000000000000000107d40cedc5772cbaa75e86e74465a737b964bc1d14546 2,617 1.00/1.00 vMB 18
554,220 554,220 00000000000000000001dd48216aff931ee1c9465c167d4b14fdd798ad974310 2,065 1.00/1.00 vMB 10
554,219 554,219 00000000000000000025ebdba6d9c0a1560581b2757fae6c5bb1c94909bd1022 1 0.00/1.00 vMB 0
554,218 554,218 00000000000000000009ace1c93a77fa3750e8c1219fd44a20d62adf832a578b 2,154 1.00/1.00 vMB 12
554,217 554,217 0000000000000000000bb7bc9d066710b4d979a98c52fb5a7748078d62d0960a 2,897 1.00/1.00 vMB 40
554,216 554,216 00000000000000000003b852fc2a2620f09758f1adb94a665762eba978c776b5 1,943 1.00/1.00 vMB 9
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.73 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.