Loading Tool

Explorer IconExplorer

Memory Pool

38,935 transactions
28.48 vMB
0.06102406 BTC
Random Selection Loading Transactions
Max Size: 144.55/200 MB

Candidate Block

Mining Attempt d0f9646f47082a626269dead45cdf9391e4bd0147d5a468d86d093b158f3855f
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 477c1b509aff2f8d8d089c1b0cecf5b3f4292140f3a18c17c98caf72cdcfffbd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,940
Size: 1.00 vMB
Total Fees: 0.00613607 BTC
Feerates: 50.27 > 0.61 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (335,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,443 579,443 000000000000000000198663baffeddc3f34d7fd861cde9880ba987b3a810646 1,729 1.00/1.00 vMB 45
579,442 579,442 000000000000000000203b15e26f46eb2abaeaf84a98ace061bbaa2a3cbb55ee 2,647 1.00/1.00 vMB 21
579,441 579,441 00000000000000000019be754d88f1dd42fd8dec5ea268ff172bbb50cfdf1ba6 630 1.00/1.00 vMB 29
579,440 579,440 0000000000000000000d9d6f595a40239258c5746ab471e657da41a05a3b7200 1,002 1.00/1.00 vMB 9
579,439 579,439 00000000000000000013416e02a24ec1990a14c5ab9acfeb3aa9b755f59660a3 2,456 1.00/1.00 vMB 61
579,438 579,438 00000000000000000008093d1ba141f1d5e68594efc20420dcd30d726b71fa16 3,198 1.00/1.00 vMB 72
579,437 579,437 0000000000000000000c3b43dd0f8fb875c37a4dfc85145155c99c720e914669 2,471 1.00/1.00 vMB 140
579,436 579,436 0000000000000000000dc68be3b56668a55ae8beccb80ed009a1ff123ea0ad15 3,284 1.00/1.00 vMB 161
579,435 579,435 00000000000000000013dba8576abde68a45da8215bb129a195bf7e994b1cb3b 2,541 1.00/1.00 vMB 33
579,434 579,434 0000000000000000000ec7a38264afbc5e217e7457c8e37f15e3c68d4616dc33 2,103 1.00/1.00 vMB 43
579,433 579,433 0000000000000000000eb39bfd020793777def7bca35992dc851267cd241f0d2 3,030 1.00/1.00 vMB 138
579,432 579,432 00000000000000000000d0024ba523a71442250b7ac3a22e8abc4fed1d8fd3c8 2,539 1.00/1.00 vMB 66
579,431 579,431 00000000000000000005b72101edc42cd770e19964bffc53b4703544276c5a3c 3,247 1.00/1.00 vMB 124
579,430 579,430 0000000000000000001056166218b163b7aa3eab9b6d81f5c22f6ae8e4b601f2 141 1.00/1.00 vMB 1
579,429 579,429 0000000000000000001ad41fe668df7ef5d72cfdaa102d4aff3f5f1860f926de 2,856 1.00/1.00 vMB 11
579,428 579,428 0000000000000000000c556a8f7fdf776fcda1fe537099665c5dfdecc8524bf0 3,222 1.00/1.00 vMB 94
579,427 579,427 0000000000000000001cf3b099134de0331a7b8a919e86abba7b7e2028beb0a5 3,263 1.00/1.00 vMB 116
579,426 579,426 00000000000000000002e4ef55cbe3903154ab2aa6b26afc6ee328ca65f9a118 2,568 1.00/1.00 vMB 12
579,425 579,425 00000000000000000019ae19394617317936b43105152f1e1b4f15ae339a7641 3,004 1.00/1.00 vMB 87
579,424 579,424 00000000000000000019e348e1f408bad2c182e68d5750e93a065dc3672afa56 2,740 1.00/1.00 vMB 164
579,423 579,423 0000000000000000001f064e472513e56680b65006891f509879576c28a9c5c6 2,308 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.29 GB
    • Received: 11.62 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.