Loading Tool

Explorer IconExplorer

Memory Pool

78,424 transactions
29.45 vMB
0.06877419 BTC
Random Selection Loading Transactions
Max Size: 176.92/200 MB

Candidate Block

Mining Attempt 8fa3cee24b53f1b0280d86d5b7ec3dbed2e9e029e7faccb372f6574c5dc4ebf5
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root a1d9ab0ed43e6762e6d8a806baf7bbcde7ad683e72b59a1a15bd9ddab24a8c71
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,895
Size: 1.00 vMB
Total Fees: 0.00890400 BTC
Feerates: 100.53 > 0.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (618,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
296,275 296,275 0000000000000000b1897fdfff08e836bfef275e8af5e493cfa58f74ee6ace65 512 0.72/1.00 vMB 19
296,274 296,274 0000000000000000a187cce7e67459db0d450a4ebfcd338b573e86a698d8f550 143 0.07/1.00 vMB 29
296,273 296,273 00000000000000009195b0a4f9e46ce7052e89b09ca984a9d91addce9ece8518 429 0.31/1.00 vMB 29
296,272 296,272 000000000000000028ee824510e3b4c2325348b9dae6fae6faebdb793a68c43d 32 0.02/1.00 vMB 26
296,271 296,271 000000000000000006e84a5d44b5270c3cfc1dfcee8b98b27fc81180765baad4 45 0.02/1.00 vMB 28
296,270 296,270 000000000000000068ebe25cb2dc53f93842d741b1c5787f98a585d5493e591a 357 0.18/1.00 vMB 33
296,269 296,269 00000000000000001f8cd1eb5202c8d33b222a4d9059644208db757afc44e8be 68 0.06/1.00 vMB 42
296,268 296,268 00000000000000007c792ab7cbb81f20168c3ff444ef146e8a7efdcbdc89efca 302 0.22/1.00 vMB 32
296,267 296,267 00000000000000009af9ce52e898b52c269a6ad2e462e2ecb6c6f15399f1a833 143 0.09/1.00 vMB 52
296,266 296,266 000000000000000045db1294b0889ac76c010c37b5adb4ae92e0278ac0b6f534 767 0.56/1.00 vMB 27
296,265 296,265 00000000000000008a161ac3c52b506159419e996c1d991c3483249dac39665b 40 0.06/1.00 vMB 3
296,264 296,264 00000000000000009ee6832c914e7a87c183f8ac647f00b415e28040648d4aa6 30 0.03/1.00 vMB 25
296,263 296,263 0000000000000000a36457e29f3c94a6fb61467920dede62ae7fa45a3ae20f3d 82 0.03/1.00 vMB 32
296,262 296,262 00000000000000009502da7b6ef9c43d5738ec702696304ee4b2be0f60a7dad6 651 0.37/1.00 vMB 38
296,261 296,261 000000000000000032d02397df9d6d93fd14687ca15a03cfaa7d52ccf527ed29 36 0.09/1.00 vMB 4
296,260 296,260 00000000000000006aa27885d6af4ddfaf37df222bc0e0143a3df61ca4a7859d 140 0.16/1.00 vMB 17
296,259 296,259 0000000000000000aa59777ae6639ce9dd8f9bfd06a49c66893e5d4d1cf8cba5 195 0.09/1.00 vMB 31
296,258 296,258 000000000000000021bdf705bc0e4c58288b4081b062e512f7a44d084bed6d60 171 0.10/1.00 vMB 30
296,257 296,257 000000000000000056f0127fe796a1fc89ee10e5d9a4b20a025dc35064a08d2e 1,002 0.73/1.00 vMB 27
296,256 296,256 00000000000000009c18dda00e08c6743022370ba0a9d7ce12140b81546ec3cc 196 0.14/1.00 vMB 27
296,255 296,255 00000000000000009c0db504c58ac7ee83173ece22c0fab0adfe5d25823b3938 399 0.47/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.41 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: 664.96 GB
    • Received: 15.06 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.