Loading Tool

Explorer IconExplorer

Memory Pool

48,364 transactions
28.15 vMB
0.07735902 BTC
Random Selection Loading Transactions
Max Size: 150.24/200 MB

Candidate Block

Mining Attempt 93c0056874f3ddaeeeac171c85d69f648ece27cd35f0062e215c040e985299b8
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 79a549ed456aa60849fd1896d5369ed7d741600f7571bde1ff8c3dda050f332d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,222
Size: 1.00 vMB
Total Fees: 0.02382806 BTC
Feerates: 500.45 > 2.39 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (87,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,917 826,917 00000000000000000000c57188d537971e3a557a771368f87c1b9db31dc3ecb9 4,905 1.00/1.00 vMB 32
826,916 826,916 00000000000000000001ec708fd07da2c1760ca0ce7eb5ba9d23a9d57f637b92 2,858 1.00/1.00 vMB 49
826,915 826,915 0000000000000000000245cc88ff56ed5fddffb02cfbb1fdf3898bc16060b690 996 1.00/1.00 vMB 33
826,914 826,914 0000000000000000000022df29166b7c70e8ebb19d6fa2bfe1648c0af4d0397f 2,249 1.00/1.00 vMB 39
826,913 826,913 000000000000000000003e3768e199167a4b42a806e1870f587deb3f3a9c685e 2,995 1.00/1.00 vMB 56
826,912 826,912 00000000000000000003a7ab1d25df503d16f09e6d242aa6d220758476eabd35 164 1.00/1.00 vMB 30
826,911 826,911 0000000000000000000015c03008366f495958f24eda9e251ff50027a0ac5dc0 1,031 1.00/1.00 vMB 32
826,910 826,910 000000000000000000023223e694d17791a74d709f9358d522c4d18c77122150 2,335 1.00/1.00 vMB 38
826,909 826,909 00000000000000000003d8b2f773f48f721c6a01edc5a71b8d64c19d4f0afc2b 1,420 1.00/1.00 vMB 35
826,908 826,908 00000000000000000000e2462d377fb62c30c0cb1bdf663df74db412512c5305 2,587 1.00/1.00 vMB 47
826,907 826,907 000000000000000000004c4f0b5d51c9809645183bc93b16fc7eb32cb9af462a 979 1.00/1.00 vMB 33
826,906 826,906 00000000000000000001ee85a409fac672a827d8ec9837683c6d144c073c6238 592 1.00/1.00 vMB 32
826,905 826,905 0000000000000000000269f3b2ff9731729c21d75ff95a0e751c66318b96b5ed 290 1.00/1.00 vMB 30
826,904 826,904 000000000000000000019b1067bf513be17c5e392e835a52e7e8419a148a3148 1,081 1.00/1.00 vMB 35
826,903 826,903 000000000000000000004c5c012d798bceb64ab7fe1c58f6b15a810d1dacd8e1 184 1.00/1.00 vMB 30
826,902 826,902 00000000000000000003bd77aa3055951c6ffaaf717f10b905b4d72f907dfc93 2,331 1.00/1.00 vMB 39
826,901 826,901 00000000000000000002e7a2d3421b24e4bd9e1fa934fa267c23f73d4104c491 1,987 1.00/1.00 vMB 40
826,900 826,900 0000000000000000000257d6209ef7ec80b5a77841e893a4a3079f4b317923e1 2,285 1.00/1.00 vMB 41
826,899 826,899 00000000000000000001c70bd1d4f05d36554daafea6038f8813b2d399b84d4e 2,679 1.00/1.00 vMB 49
826,898 826,898 00000000000000000002b1e435af63fdb8f3812edd58f594c04af62b6be943d9 1,900 1.00/1.00 vMB 38
826,897 826,897 00000000000000000002f0284b8e4c6f2d5384fa94b507c614e6dc4f61005c10 1,158 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.