Loading Tool

Explorer IconExplorer

Memory Pool

19,379 transactions
10.76 vMB
0.02517785 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.22/200 MB

Candidate Block

Mining Attempt d5a3d65bb8f9e5fbd91c017d607674ac03e51738d157e3a8d95c6ff293637cf9
Version 20000000
Previous Block 00000000000000000001e4adc040e5943a26aca16b48e6178a736f319d347df0
Merkle Root c42b0d496a5d493c46f9f623b5326d1fb3379a3b89f3de18111ade262873cecd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,081
Size: 0.99794025 1.00 vMB
Total Fees: 0.00802332 BTC
Feerates: 101.00 > 0.80 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,638 (746,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,268 167,268 00000000000003e778e6b535b9e337c0294912fb7e842d6f5110826ca358cda2 75 0.05/1.00 vMB 43
167,267 167,267 00000000000002793cba11701a76b669f0b1a291cc0f32b145105dd40b7ec866 15 0.01/1.00 vMB 48
167,266 167,266 0000000000000b7d41e167b28c3590964ee124947896858299a39e70913107e4 27 0.03/1.00 vMB 88
167,265 167,265 000000000000021412c08a87748409f9a95228002572a268b95dc9fbc5998efd 19 0.01/1.00 vMB 69
167,264 167,264 000000000000016592144cfa07a92019e2b9e4fe2c4af5fcfc04f00c285d6ff6 50 0.02/1.00 vMB 129
167,263 167,263 00000000000007d11b8b493ea77bb0cd33729812709beb83f8c2ba0be3f9d5a9 27 0.01/1.00 vMB 173
167,262 167,262 000000000000044633f999e69101c320f0890f8b32842ad7beb052bfdf84ee1a 50 0.02/1.00 vMB 33
167,261 167,261 000000000000020a71513b38074affec07b1124d93485327097286cecb3d62f9 48 0.02/1.00 vMB 251
167,260 167,260 000000000000009f77ec23d4db4898c741f87151c7219264db27c8dde8d3a3ea 68 0.03/1.00 vMB 269
167,259 167,259 00000000000006ad0a90d8c7e4857d48103fa5891bd34cd7159a335923332988 37 0.03/1.00 vMB 41
167,258 167,258 0000000000000793f5b1e9aaa482d8c56f2e5816ade8274b9fead6073db3fb39 67 0.02/1.00 vMB 100
167,257 167,257 0000000000000722109aac0eefabdb76d6028ddde297406d83802e967d59f804 97 0.03/1.00 vMB 75
167,256 167,256 0000000000000ae18ea5d5d6ff2a1482b06f1a44cd7ce594dd8bf5ea1973eac5 7 0.00/1.00 vMB 868
167,255 167,255 0000000000000c05ed3d3c5b82f0cb4607153405df087843d3687c54f52d64ea 10 0.00/1.00 vMB 0
167,254 167,254 00000000000003b99501df408f9be98cbd337480039783d7286e7dc126ea84e4 66 0.02/1.00 vMB 152
167,253 167,253 00000000000004ca0a9a6d64ea800c283eb1d0044ca4666cfad97086e795ad4b 22 0.01/1.00 vMB 263
167,252 167,252 000000000000067cd5b4ea7931bfb0b6c34d9a0f6dbcc90d8d3ba1728aef83a8 1 0.00/1.00 vMB 0
167,251 167,251 000000000000053175d711b40bfb41762af9a977c37015b2dc648e334d118cc8 18 0.01/1.00 vMB 26
167,250 167,250 00000000000006502b197ba44b154d214ff642271e09eee7085f102bf7bb6a4e 2 0.00/1.00 vMB 0
167,249 167,249 00000000000006d52e96bb4f5e2c347dedb665331da1919d07acfd78b0e48a08 42 0.01/1.00 vMB 87
167,248 167,248 0000000000000ba9b7f34ca705e8a56ea02a8515644efd48175e157844666c5d 34 0.01/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 779.97 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: 470.31 GB
    • Received: 2.95 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.