Loading Tool

Explorer IconExplorer

Memory Pool

29,116 transactions
8.81 vMB
0.06792918 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.04/200 MB

Candidate Block

Mining Attempt 483bdb4009f29d4e8de79fb4a28d46553291f482d1f9a56712899981c19dab5f
Version 20000000
Previous Block 00000000000000000000c13069b9329f48223affbf81e7578255b2033820348d
Merkle Root 029b01bd20a9f5e2f127a2e7c091877fae7d1f214cc05e76a925aa59debab12c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,730
Size: 1.00 vMB
Total Fees: 0.03791537 BTC
Avg Feerate: 2.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,020 (688,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,126 224,126 000000000000017beb00e3868e4928e76df07c69019d2a3dfaa813ce44c201df 0.20 MB 356 133
224,125 224,125 000000000000021873f2fd30a9e279d8bc658bc8b2ea2f86c5cd6600c64adf5d 0.00 MB 1 0
224,124 224,124 00000000000002108a255ab1e1bc9955ae528e35450646f2b5809ac9e2860251 0.25 MB 582 139
224,123 224,123 00000000000000bc4cfd900485ca29e8bcdd3f9a8c84508059a07714d3a50de6 0.25 MB 908 288
224,122 224,122 00000000000001973f46efa6f9b5b804b258d6a380c1b3833b7858d65e4cc534 0.09 MB 145 97
224,121 224,121 0000000000000367132957efd55ed7332187f7c7096e05d5d7ff5d3a398d789d 0.23 MB 476 214
224,120 224,120 00000000000002c22c3d3e9687eb473955d0072b9508bee8a698103601588379 0.19 MB 500 205
224,119 224,119 000000000000025e46ebe7ee36d6be6b8eab23b0335260f7684a7d0e923cd129 0.10 MB 254 197
224,118 224,118 00000000000000700e4e9d975f252a2431cabd5ca3226343905120c829e6e01f 0.22 MB 312 123
224,117 224,117 0000000000000082d70d4a7a0e735cb11cc217b0b2f4e67bc3c49204a85d5b2c 0.25 MB 387 138
224,116 224,116 00000000000000017b4913ee095bb924f4ac1dfd48a2dc4092d4351cc1b100c1 0.25 MB 437 158
224,115 224,115 00000000000001c6c70016f573bea34192dc6302be81cb237d77c8f73ef1e58c 0.25 MB 786 270
224,114 224,114 000000000000021061c576041e3366a196c682fce0cb5ec583d34971461921b2 0.14 MB 256 118
224,113 224,113 00000000000002cda940f70b40123efd0c6a8785a71c4c799e04f0eca68e2070 0.33 MB 654 186
224,112 224,112 000000000000015b4587c180a8b2b614fc619139e7fdc668a59436d7c5def4db 0.25 MB 764 272
224,111 224,111 0000000000000249106554517dad6d48dbb4a6cac88d4a74d9298a16599b7f62 0.12 MB 256 161
224,110 224,110 000000000000037a7d843f67c62215f1cca092a4c21c949996fabf2807b1bff2 0.04 MB 65 116
224,109 224,109 00000000000000dbb114545b7b238bc5a507bc27443682a59e6087581ca99ee2 0.28 MB 344 57
224,108 224,108 00000000000003c0aa3cb7d23374500bae5ac7f43b7b27da8819075e0e6a7233 0.25 MB 805 319
224,107 224,107 00000000000000f756b8ba161d5c4dc335830ab7a13525aa79578323629a1e22 0.11 MB 185 139
224,106 224,106 0000000000000345414f59101e8e40575aada5082c2d85a50d990d0de2852ab7 0.08 MB 180 178
Previous 10 blocks ↓
Total Size: 778.88 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: 401.34 GB
    • Received: 3.61 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.