Loading Tool

Explorer IconExplorer

Memory Pool

76,816 transactions
29.76 vMB
0.10218621 BTC
Random Selection Loading Transactions
Max Size: 179.81/200 MB

Candidate Block

Mining Attempt 5c8f79a257f2bff8c00b92ea2ac1a6ad711daa852317086fa8f12ab1ccd555e9
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 134aae46b0a7d1428e9647af94bb93fed7fd8642692a5ce8e2f95176879ede30
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,060
Size: 1.00 vMB
Total Fees: 0.03483041 BTC
Feerates: 357.61 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (430,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,824 484,824 0000000000000000005bd27090d899cf5ddad5d5890949ca2b5a7d79b08ad776 257 0.13/1.00 vMB 80
484,823 484,823 0000000000000000000bbad65dd4c07a901452786949405d4a37f4eaa79f8331 1,496 0.91/1.00 vMB 31
484,822 484,822 00000000000000000105de55f52f1b9528708878d0961c212d209a769b6fcfc3 1,972 1.00/1.00 vMB 106
484,821 484,821 000000000000000000df1a116f5722b4dfcff97993e71b06f7f0dc3df199da96 1,664 1.00/1.00 vMB 305
484,820 484,820 000000000000000000ae67b37522e6592f69648a1abf5515414d42a243df4fcd 1,285 0.55/1.00 vMB 114
484,819 484,819 000000000000000001097d9664e2214f5dc1dca6d6bdc227db52480587e305f3 259 0.12/1.00 vMB 100
484,818 484,818 00000000000000000117f9ccc4de3e1650728bbece844f0465f0fc47bd74622e 878 0.45/1.00 vMB 105
484,817 484,817 0000000000000000011b7296c955bdf456a29e9b749d7d3c5c7021eda2abeaaf 1,495 0.82/1.00 vMB 108
484,816 484,816 000000000000000000d56f1a9ba3ab4ee8abe07743396f9c51d9514f1293b0ce 1,059 0.47/1.00 vMB 26
484,815 484,815 000000000000000000439781209a95889fb17730f4730fd7d206a8b427f21b7c 1,600 0.74/1.00 vMB 159
484,814 484,814 000000000000000000a4c2d672b292259125b60b7c654b9a30ac74e99e2dc04c 2,340 0.98/1.00 vMB 65
484,813 484,813 000000000000000000c3c1450bfd9e0188ae20165b400539c613a2529e134cfb 1,547 1.00/1.00 vMB 24
484,812 484,812 0000000000000000008250f2c36fb4d2ce4e575ba0308d50356eb2b48ee36624 2,062 0.97/1.00 vMB 158
484,811 484,811 000000000000000000bac0ee86266e468ca3651768b25db6f2c7066fd2d8e284 2,063 0.98/1.00 vMB 108
484,810 484,810 000000000000000000a23a56459f5f63c129c88d2ff3618001657a13e2e10a2c 2,503 1.00/1.00 vMB 257
484,809 484,809 0000000000000000010bd595433bb4a940ef7006dab70e749bf883317157afee 2,129 0.99/1.00 vMB 160
484,808 484,808 000000000000000000f46cb96ee12877bf8947d60902daaaf947bd537ea5f351 1,063 0.53/1.00 vMB 125
484,807 484,807 0000000000000000012f2760dbd07b9119f239a968e32d79a251671336945eca 224 0.13/1.00 vMB 132
484,806 484,806 000000000000000000eb42c11a83b2e79f6e3518f86833c1d9077692a2dcd714 1,456 0.95/1.00 vMB 60
484,805 484,805 0000000000000000010a760e72a5fea1764b6e6f08ed763d9da57d1876685996 1,968 1.00/1.00 vMB 16
484,804 484,804 000000000000000000a8605e5b80902bb9d2c8d69d9cb50b0b8fe8eb761bebea 1,789 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 783.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: 744.14 GB
    • Received: 18.71 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.