Loading Tool

Explorer IconExplorer

Memory Pool

38,010 transactions
26.81 vMB
0.05335439 BTC
Random Selection Loading Transactions
Max Size: 139.32/200 MB

Candidate Block

Mining Attempt 9c57ecac3cebe5bd5e9147d365a2f875dd7a29a77771fbbe20aa0e0dfc0a637b
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root 8140fea129ebe50c9e4912cd9de5b83485414bcc86206c3cc31616be4935fcbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 542
Size: 1.00 vMB
Total Fees: 0.00393777 BTC
Feerates: 44.54 > 0.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (311,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,888 602,888 000000000000000000144857b29a49c9b0359db9448358f3c62357f524d3094d 2,165 1.00/1.00 vMB 30
602,887 602,887 00000000000000000015dbaa49c12ff03f1dbee4d5f32e80a7ae8bad691fd7e6 3,411 1.00/1.00 vMB 31
602,886 602,886 000000000000000000015d7a44f6471cc4056fa97b8cbdfd32b3747fe2c2073a 3,092 1.00/1.00 vMB 45
602,885 602,885 0000000000000000000ecc988c1bd2eb7bdfac3cd8cf7dfd4e393130031e1e55 3,285 1.00/1.00 vMB 37
602,884 602,884 000000000000000000066cf238936e5188151ceb2ae1e014166f183a4482b4ad 2,005 1.00/1.00 vMB 69
602,883 602,883 000000000000000000011c7b0f5f5c542ec429809f05d9857847d2234be2eb42 3,029 1.00/1.00 vMB 56
602,882 602,882 0000000000000000000809f04211c0b436c77075bb203457fea6bdad6cd3cb3b 2,929 1.00/1.00 vMB 46
602,881 602,881 00000000000000000011d294a288d8adbc2aca8cb61927d0d23254bf0c5b8429 3,069 1.00/1.00 vMB 45
602,880 602,880 00000000000000000000b412de5cbc56e60346d647a6c9411163fc883a2a73e7 3,143 1.00/1.00 vMB 37
602,879 602,879 00000000000000000007daf06daa98567db46d0789f3c6b3a2bd4b2d3ecfc9a2 2,403 1.00/1.00 vMB 61
602,878 602,878 000000000000000000120bdf0655efe0759d5664e5b9e2c0359c6826ebb871e5 2,646 1.00/1.00 vMB 60
602,877 602,877 00000000000000000005d7fed2ae8cce8b67dc6d78efd6232c82d6e7925d3245 2,394 1.00/1.00 vMB 26
602,876 602,876 0000000000000000000bdb1f1b42be689f6a89cd0259832b6966d74a186895e7 2,244 1.00/1.00 vMB 12
602,875 602,875 000000000000000000048c5a95a4f1524fbadff2359c79a0053745ccb0557606 1,369 1.00/1.00 vMB 12
602,874 602,874 00000000000000000012825c8f2181fbb873cd030ca83276818c54a12e8791c9 1,745 1.00/1.00 vMB 16
602,873 602,873 000000000000000000147db384bf50df563f9e3ad50c6aa29f29ec37a21070cd 2,204 1.00/1.00 vMB 27
602,872 602,872 0000000000000000000b1a9e3c3512ad1285efbd53efd800d76445b66141f08b 2,268 1.00/1.00 vMB 23
602,871 602,871 000000000000000000047c2c9321b56388ac1c665d1356cabc9efa1e577e1b95 2,504 1.00/1.00 vMB 27
602,870 602,870 0000000000000000001045b0c96f4996da7f5426e95744abbef26781d0b1397d 1,982 1.00/1.00 vMB 50
602,869 602,869 0000000000000000000761fb30b9346040dcf6af01e50d6f886067c4eb4bf07e 752 1.00/1.00 vMB 28
602,868 602,868 00000000000000000004f33e859a2ddcfe76256a8533b70627d604f61f3624ab 1,306 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.15 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.02 GB
    • Received: 13.82 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.