Loading Tool

Explorer IconExplorer

Memory Pool

78,940 transactions
29.92 vMB
0.07426750 BTC
Random Selection Loading Transactions
Max Size: 182.86/200 MB

Candidate Block

Mining Attempt 648fef0652d8c3b4f11f7b6c12f7c12e261be740cbafbba7ff9168c676b9fa48
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 37211116a418ca3c64d77302ef8dfcba47aa62a710bfd16b10cacb290dce1a7b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,096
Size: 1.00 vMB
Total Fees: 0.00790449 BTC
Feerates: 18.60 > 0.79 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (716,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
199,023 199,023 00000000000000828aa6d4a1dce33345ef03eb860682431289a19787160522e5 13 0.00/1.00 vMB 0
199,022 199,022 000000000000025a77cefd0978e8dc0d6527b76a9b105e5e1b22bd059727fbe8 177 0.09/1.00 vMB 104
199,021 199,021 000000000000008750f2d21c58d8969c9681f53b051cca4f0d881da3bcdd308b 86 0.04/1.00 vMB 96
199,020 199,020 0000000000000627325ea210804d38a20be9897aace42328640acc1e3d0dbaa2 144 0.07/1.00 vMB 142
199,019 199,019 00000000000002b23b10f60d0892fc58c35a3ba7cc2552deeae43b5ea1e2ac8a 10 0.00/1.00 vMB 76
199,018 199,018 00000000000001c1a01fd0100112d7ddd082abb58c7af0b06df8fdc0c890acff 147 0.08/1.00 vMB 92
199,017 199,017 00000000000001e3a5635895cfa5551cc9de995350f393ea4ee97d5ce31e52cf 22 0.01/1.00 vMB 116
199,016 199,016 0000000000000354eec65d0c2c24ea9bb7886601c1b9fa5e2ce8308c82c20746 432 0.25/1.00 vMB 89
199,015 199,015 000000000000056dcb94b7ebb40ec08fc87c12cd9b3a854749dc6c6bd7700581 10 0.00/1.00 vMB 53
199,014 199,014 000000000000029a183b30123a07b41fb19e81abebdfec1d5fc5361123177a60 120 0.05/1.00 vMB 152
199,013 199,013 00000000000004143a5f79a21a4f25ee5f63686fc7c5d30202d09b8b391856af 105 0.03/1.00 vMB 34
199,012 199,012 000000000000022f98667e514370e34e597e5f2199c86d26d5456729e16f5d0c 98 0.05/1.00 vMB 100
199,011 199,011 000000000000058a0bff39ae0b3b43fb680eb280bdd9edc4033bf5069e0a2c2d 466 0.19/1.00 vMB 123
199,010 199,010 0000000000000375688f0b3d4b673d1b76d29a06ecbb4145b8cb7cc349f99203 36 0.01/1.00 vMB 97
199,009 199,009 00000000000003d239b25d8b3863a5335f2348ed0902ae0824114ae787a14e12 66 0.02/1.00 vMB 116
199,008 199,008 0000000000000448f00afc36b4cc3c293477b9817d94eafd39e3fa3d96b83fc1 43 0.01/1.00 vMB 87
199,007 199,007 00000000000001c4848a8ccb05f09f37229d3d7b16f7254e3e0fbb2c2468b954 256 0.12/1.00 vMB 69
199,006 199,006 000000000000015b7794107b2d6cf1aca617ef80aebe1b789581924002f8e761 155 0.13/1.00 vMB 104
199,005 199,005 000000000000001a8884e2721f1fc0b3792867c5bfdf0b0c7f26406397913a49 136 0.05/1.00 vMB 149
199,004 199,004 00000000000000dfd90087522dc606fc00dca07d7af947bf0a2778c9d0a7153f 166 0.08/1.00 vMB 121
199,003 199,003 00000000000001c45756884ae3d6b555baeb44f43afeef6d6fd670609d074903 7 0.00/1.00 vMB 552
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.