Loading Tool

Explorer IconExplorer

Memory Pool

77,686 transactions
29.27 vMB
0.10479521 BTC
Random Selection Loading Transactions
Max Size: 175.23/200 MB

Candidate Block

Mining Attempt a8a1df41436a96701a0e4ac797b4e1b6ba769a6532ed3d8821fd06946b4e25ee
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root f4084ce8866bfd0bf65192aaef36d32df52b2e45afe381fc654d75a8d30529e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,262
Size: 1.00 vMB
Total Fees: 0.02994863 BTC
Feerates: 150.77 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (343,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,023 572,023 00000000000000000015c7ec4ba1b71a42e576fb704859e94affeec916d16a7c 2,910 1.00/1.00 vMB 76
572,022 572,022 0000000000000000001b2c82cce0eb368174a46024d7fff5c007659c3c0c02d2 2,754 1.00/1.00 vMB 52
572,021 572,021 00000000000000000019bab34748fb7736c4dea213a4b29bb081a9a9a0e9a1b9 2,976 1.00/1.00 vMB 69
572,020 572,020 00000000000000000008399dc8bb5de924493412104c3221a309de7f424077d1 2,709 1.00/1.00 vMB 73
572,019 572,019 0000000000000000002b9c57dc7401899359503dfaa4f8a05a2cdd12a9d29b4b 1 0.00/1.00 vMB 0
572,018 572,018 00000000000000000021473c867d5338af5e09406be1bf89da6732906e95825a 2,399 1.00/1.00 vMB 59
572,017 572,017 000000000000000000197171f7809ed8a2e5ed1093b405572ee97f3f534583bf 2,034 1.00/1.00 vMB 55
572,016 572,016 0000000000000000000ea54ea3990e5f9480bfb5513bbfbd71e7f6098abdb567 2,578 1.00/1.00 vMB 71
572,015 572,015 0000000000000000001494987eea50c19ac0dd5358e4d2d22380e368c1dbfe56 1,816 1.00/1.00 vMB 57
572,014 572,014 0000000000000000000d31f8e75c2803d10fcdfe81d0d2fcc535e09dc496f785 2,307 1.00/1.00 vMB 69
572,013 572,013 0000000000000000002a60164c32b83715b8f40b855566f31f78e791ec0105e9 2,668 1.00/1.00 vMB 71
572,012 572,012 000000000000000000154c38f37086647531fd7089eedf914a91c5b41fce4e17 2,675 1.00/1.00 vMB 85
572,011 572,011 0000000000000000000c986cc0e0e70deb55bde9cdea04bc943d0531e3926015 2,416 1.00/1.00 vMB 58
572,010 572,010 0000000000000000002110e020919dd096e67f66c0c60fcb45730cb9990e96a2 2,887 1.00/1.00 vMB 57
572,009 572,009 00000000000000000020b3892effe898224f6a0e15d4d50dc17afe11a7b53ae4 2,445 1.00/1.00 vMB 68
572,008 572,008 0000000000000000002b5087dd0a2557e4d5aa7286377a3253efe8ca021a0e97 2,411 1.00/1.00 vMB 70
572,007 572,007 0000000000000000000d7539987b3ad098c4b9016b75515b0e781718c9b48517 2,717 1.00/1.00 vMB 74
572,006 572,006 0000000000000000000234172e5da3818b1f8bbc73b3f6d5baa5448f43f847ca 3,100 1.00/1.00 vMB 112
572,005 572,005 000000000000000000288c8abb39bcc49cfda780aabcd135f46e1925d807f5ad 2,372 1.00/1.00 vMB 90
572,004 572,004 00000000000000000018882bdbfbb36907f2c9df95254d3a346de548eb8f25d9 2,621 1.00/1.00 vMB 49
572,003 572,003 00000000000000000013bb030da0d9093979344a6977e9ec68648a493d30ee2c 2,045 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.86 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.83 GB
    • Received: 17.23 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.