Loading Tool

Explorer IconExplorer

Memory Pool

78,725 transactions
29.17 vMB
0.11891179 BTC
Random Selection Loading Transactions
Max Size: 175.92/200 MB

Candidate Block

Mining Attempt 406cffd41c7eedbc6160c8369bcfef8409c2c23ebc3620a87f927abc3a70e383
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 63329993c142a00d6d6b8996ede1e16271507eecedd428254e13656745a96b49
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,114
Size: 1.00 vMB
Total Fees: 0.04303721 BTC
Feerates: 150.80 > 4.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (436,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,864 478,864 000000000000000000346bf568c3945687b364496394b798a4c811b1caba9482 1,516 1.00/1.00 vMB 96
478,863 478,863 0000000000000000007841f0e6cac242e7ad949acc603d6f2b54e230609cbadc 1,397 1.00/1.00 vMB 23
478,862 478,862 00000000000000000025a5a70a8548fcf649217cb05a682237a65cde3b42454d 1,274 1.00/1.00 vMB 24
478,861 478,861 000000000000000000c3f7042e4dac8bf8f0dc5064cda0081eee03a05d7dc95e 1 0.00/1.00 vMB 0
478,860 478,860 0000000000000000002039ad7b817c433f565911eeb67afd503ed11e0b6ef9f7 1,867 0.99/1.00 vMB 55
478,859 478,859 000000000000000000b2e2a328c4fffbd9780809fcb20ecf44990975d71c73e0 1,885 1.00/1.00 vMB 139
478,858 478,858 00000000000000000125d8f7764960a80e286cb856e86bbcfea37b5b9824ea04 2,101 1.00/1.00 vMB 114
478,857 478,857 0000000000000000005390f1533cc41f7970462022707d623f567807e4439432 2,025 1.00/1.00 vMB 171
478,856 478,856 00000000000000000032fd7db6cd01bca31e5541da3e0e4f21da9c5f55b8b1a0 1,768 1.00/1.00 vMB 99
478,855 478,855 0000000000000000003e5e6b327b367336ee1f507d877861eff0d3b26d7d3a31 1,587 1.00/1.00 vMB 29
478,854 478,854 000000000000000000cd36fb595adbe4a3ea5ca11bb9692c1c1393d5320470c1 1,737 1.00/1.00 vMB 76
478,853 478,853 0000000000000000009f65be102bc7e49807e7e8c29873392a49ede41dcfe072 1,666 1.00/1.00 vMB 141
478,852 478,852 000000000000000001405f503c8ee080a9f5102fd6d4d4ba083f61bd10af5339 1,579 1.00/1.00 vMB 143
478,851 478,851 0000000000000000007ce57198974bdceafbbad27a517733a407415636c6c644 1,974 1.00/1.00 vMB 103
478,850 478,850 0000000000000000001b2d0f4a98515a33008855315d63ee3c7ffbe3e29da3d2 2,490 1.00/1.00 vMB 140
478,849 478,849 00000000000000000119aadfdb1c4a51ce402c59dbd0aa14311b511c2214e53b 2,004 0.75/1.00 vMB 188
478,848 478,848 0000000000000000012f7c45b72d3def17bc0ff2dc962a60bd3de88444a47058 994 1.00/1.00 vMB 38
478,847 478,847 000000000000000000386c1dd284f7e6564dd66d292dd86cacb576d5af4802f3 1,959 1.00/1.00 vMB 149
478,846 478,846 0000000000000000008da2665198d62337b915b7e38caeeda7c7425aa4484af3 1,459 1.00/1.00 vMB 31
478,845 478,845 000000000000000000700a8f30bf2a7ebbef967f507b50b8d27b8b9b47003c61 1,808 0.73/1.00 vMB 193
478,844 478,844 0000000000000000008a619176efae8b812529d0c92f9c4e9e99ba781e99d702 2,521 1.00/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.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.