Loading Tool

Explorer IconExplorer

Memory Pool

34,504 transactions
25.42 vMB
0.06996969 BTC
Random Selection Loading Transactions
Max Size: 129.58/200 MB

Candidate Block

Mining Attempt 9ec41e16d8356d343d63e1d6e65ba51409ffdb41fad198c50656006a37d9576f
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root b1e7f4a6a80c5843b56f0b49df07945643b84cab0de4c87cc0f46bd4a868bf2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,179
Size: 1.00 vMB
Total Fees: 0.02390474 BTC
Feerates: 101.67 > 2.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (312,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,899 602,899 0000000000000000000fdf888a9f67a181763e60fd8f73eca2a869a2eee33655 2,820 1.00/1.00 vMB 35
602,898 602,898 000000000000000000045bf13ae1976413208bcdac2e75d885d94803cc783614 3,004 1.00/1.00 vMB 52
602,897 602,897 00000000000000000003da9ecbe3b6f77375d4c8aed230377f5bc48258c77bec 2,585 1.00/1.00 vMB 45
602,896 602,896 00000000000000000005a0384dc67d9d795ea7bef73a5f16890b6d2f145551fc 1,773 1.00/1.00 vMB 68
602,895 602,895 00000000000000000002da085716ceec57976cd358afeebd3ff039c276645578 2,934 1.00/1.00 vMB 41
602,894 602,894 000000000000000000017054b9f182c3a1f7b120d5d1c8cfcdc6d31a4f35c1d9 3,213 1.00/1.00 vMB 42
602,893 602,893 00000000000000000011b3f25182598567cdf45dd0de76f8111f5109a8610d49 2,572 1.00/1.00 vMB 54
602,892 602,892 00000000000000000002b1397ee780c147215e9f1d4fad0b0ccc0522d12b8465 1,986 1.00/1.00 vMB 21
602,891 602,891 0000000000000000001332f69642ca24c623b29128bb434f5e2ce4b9893a9287 2,963 1.00/1.00 vMB 35
602,890 602,890 000000000000000000118a38bde4cc8f33d138a0fe4a19b1ca42b1fc1a4ba3fa 3,021 1.00/1.00 vMB 30
602,889 602,889 00000000000000000005557c68d7f112ce0c47726247def3b2169c391c2783e2 3,130 1.00/1.00 vMB 49
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
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.