Loading Tool

Explorer IconExplorer

Memory Pool

43,151 transactions
27.02 vMB
0.09613138 BTC
Random Selection Loading Transactions
Max Size: 141.25/200 MB

Candidate Block

Mining Attempt 27c936068cbebc66b00e86b4ef58de17ba6ca970c76fe359ebaa805f170d0c6f
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 437936cdba375d276733c379385ecdfe4e98aedcee451657381264bdd166582d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,710
Size: 1.00 vMB
Total Fees: 0.04535785 BTC
Feerates: 151.01 > 4.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (413,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,155 501,155 00000000000000000078a52a5fa9a4d7b90b4c6e32e16ad505b34bfd24c17515 2,218 1.00/1.00 vMB 818
501,154 501,154 0000000000000000007d49602307d7341347b266f42a34803bc624b2855267ba 1,145 1.00/1.00 vMB 1,092
501,153 501,153 000000000000000000594fca8fc2e2e6f7baff5ac96a10d94f33ae3b0f4e1971 1,932 1.00/1.00 vMB 728
501,152 501,152 000000000000000000256914f5477af1a53e1dc3b89c68084e904968d1ae32da 1,677 1.00/1.00 vMB 192
501,151 501,151 00000000000000000045d37407f5e85797f663d0fcf5d02b792bfdc8211ea190 1,446 1.00/1.00 vMB 197
501,150 501,150 000000000000000000199c0313d0ec8295927d47f185ef2f2cee8a0216c343b4 2,177 1.00/1.00 vMB 301
501,149 501,149 0000000000000000001ac270f7c54b369b0b142b0eb9c9a21df13ff0815b0cb9 1,778 1.00/1.00 vMB 336
501,148 501,148 00000000000000000069b0363195e1ad5295e008193439c5bac0724c7da9229f 2,110 1.00/1.00 vMB 504
501,147 501,147 00000000000000000052b31ca70c12a730124b714964967d2ac391e3f1b960fb 2,132 1.00/1.00 vMB 470
501,146 501,146 00000000000000000041300b5bc192b34c5611f620aa8c800947037bd5bf48eb 1,824 1.00/1.00 vMB 525
501,145 501,145 0000000000000000005b22f3f02b6d17ca6f94da0c36bace5d8793f01cb5e060 1,829 1.00/1.00 vMB 377
501,144 501,144 00000000000000000014d9602125c9364a836f7928f8a24ddf242857a5fa69cd 2,249 1.00/1.00 vMB 572
501,143 501,143 00000000000000000059a207f248dfe584141c89e507e2ef1370496aef9cf398 1,995 1.00/1.00 vMB 701
501,142 501,142 000000000000000000494f91cc3adc10516f3ffd67c430185f67d5e0091b3bc8 2,561 1.00/1.00 vMB 518
501,141 501,141 000000000000000000257da66acfc5b8d5c40639ee6d41cf95e5b24cb2410032 2,539 1.00/1.00 vMB 471
501,140 501,140 0000000000000000002978e0af5d845a885690b6b6598adb5fafb9d4d025d0e7 2,165 1.00/1.00 vMB 717
501,139 501,139 0000000000000000003259da54f67912606122ed2ca86a31c910f4ba4dfd9cca 1,657 1.00/1.00 vMB 743
501,138 501,138 0000000000000000005f8f64ea2e2646eaac34244ee434e746c8fe0d367314fd 2,290 1.00/1.00 vMB 678
501,137 501,137 0000000000000000008e1798cd301121d720c3e4f993e8fa39bfb6e02a69c8d4 2,652 1.00/1.00 vMB 796
501,136 501,136 00000000000000000076eddfab57454313cc9ab7cacf8071a71c65c8ac2171c4 2,082 1.00/1.00 vMB 746
501,135 501,135 0000000000000000005b9ff3be2acafa6c67bc50f04c79d422d77240a526a518 2,188 1.00/1.00 vMB 870
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.