Loading Tool

Explorer IconExplorer

Memory Pool

81,280 transactions
34.27 vMB
0.13827731 BTC
Random Selection Loading Transactions
Max Size: 194.67/200 MB

Candidate Block

Mining Attempt d2e2f9c9790f99da7f8ea47375f90d58ecc32983303c9b2d6b8339e59fe0c605
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 82ea8a810187f3ebbf91b20a444b416a31361dda16798210024c3fba8772ec9f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,348
Size: 1.00 vMB
Total Fees: 0.02504656 BTC
Feerates: 384.62 > 2.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (715,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
199,566 199,566 000000000000015b26dd918752bb062ebbfb06117ee6f78aa05c5edc909a1de4 251 0.14/1.00 vMB 106
199,565 199,565 0000000000000517b6eca398bcb86ab60a44b4770d7cd3cfbc3a8b785b80399a 1,081 0.37/1.00 vMB 46
199,564 199,564 000000000000059a3b41f9961f78fc3dae9cfa6c92752ba80facfa9f6d8f9d70 92 0.05/1.00 vMB 47
199,563 199,563 00000000000004ece1ff977cf7b01719d2ce7d6d62e3113dcd50e8a51bca5e00 807 0.31/1.00 vMB 201
199,562 199,562 00000000000006276718f33838a87f016d66471c04884e03b182a49ed4df07c9 280 0.12/1.00 vMB 350
199,561 199,561 00000000000001c2179927e5744e16b92d1a62bfffaa29f4291d372cd3fb7f82 141 0.07/1.00 vMB 220
199,560 199,560 00000000000005cbcb77366f1afb58f19a5732341adbf9279c6c80f7b949e0f8 401 0.17/1.00 vMB 134
199,559 199,559 00000000000001211a3bd1333e8ee24aaf931c814fd086fd3bfbb250e2cce2b0 290 0.09/1.00 vMB 37
199,558 199,558 00000000000001637a2c33f09991311a9f63a78fcaaf029f2e1d79de3636e644 129 0.07/1.00 vMB 87
199,557 199,557 00000000000001beb8e01d2334acfc33afba551da3e3a54b604e36fb50f5facc 389 0.16/1.00 vMB 190
199,556 199,556 000000000000061c3cf8c4653ffcb31d0e3105edf19aaf346835d8a465ea17e9 226 0.18/1.00 vMB 181
199,555 199,555 00000000000002c8f2ff3251c52e80c97b6c4e440a7e642a384f90092609f8fd 313 0.14/1.00 vMB 113
199,554 199,554 00000000000005217fcf281769e4c870169286ed21a2be20e8e8045a09cbf90e 444 0.18/1.00 vMB 246
199,553 199,553 000000000000048bbbdbd7ce0a2ca076a95e1356b61fbc9ec5c851bd62033714 14 0.00/1.00 vMB 61
199,552 199,552 000000000000040751ed7bd764aa65e8bde98951fd0581a1f91ff8f1b94ea579 204 0.22/1.00 vMB 125
199,551 199,551 000000000000038306182579d350efcaa0a4ebfe43a66512c9c92c0aee7d6548 218 0.10/1.00 vMB 341
199,550 199,550 0000000000000600f60314d5db2a0013f46491b5692d16d8ff69ffc8d9b38ab8 256 0.10/1.00 vMB 80
199,549 199,549 000000000000034a78b928a19f18715d33553371fe23cd85e97962504a69c5ee 11 0.01/1.00 vMB 71
199,548 199,548 000000000000046bb76e12de2c02d5668d024583942b8dda2c743889156ddc18 151 0.08/1.00 vMB 539
199,547 199,547 00000000000001e638ba134783d0d98977ea89f8fe93997a3b95d26a5c58824f 68 0.03/1.00 vMB 108
199,546 199,546 00000000000001320eb849ae239a0a61aa76b9699064f250ddd5b0f49cc29e46 130 0.09/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 783.10 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: 729.70 GB
    • Received: 18.49 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.