Loading Tool

Explorer IconExplorer

Memory Pool

78,126 transactions
29.65 vMB
0.07075001 BTC
Random Selection Loading Transactions
Max Size: 181.22/200 MB

Candidate Block

Mining Attempt 3ab13babc8105d1fa9d9b31174aea41f3ac6a7cea818bdf78229c9d82d7167ee
Version 20000000
Previous Block 00000000000000000001a02cb6d4fbacf8844dee7e1b84f92a84ac70592c59af
Merkle Root fbc3bcbd9d3767e2478d978295226ea441631c31b6c109d3a61c5cbc9c4fe98b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.00519465 BTC
Feerates: 104.17 > 0.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,381 (430,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,837 484,837 000000000000000000d1ae8490b64de57fcd83e5a2aa9aa518a13a6ad2c730aa 1,249 0.78/1.00 vMB 131
484,836 484,836 0000000000000000005c4a19fdcb25dd6ef801892cd73f9659982a71a81b303b 1,039 0.54/1.00 vMB 36
484,835 484,835 00000000000000000001b1725820b2b00ba1b17bb49cbb7198e870391e63894e 2,260 1.00/1.00 vMB 16
484,834 484,834 00000000000000000053ae42cab95136511577478d92fab995fdafb0d198b8f9 1,826 0.98/1.00 vMB 109
484,833 484,833 000000000000000000115d8d420a2672865e8c35c2fd45b7dcd0b2571385cb9a 1,728 0.99/1.00 vMB 182
484,832 484,832 00000000000000000117e486517b6c520a21e4ca8ec3487f7ff434160a19556e 2,077 1.00/1.00 vMB 244
484,831 484,831 00000000000000000126dda41e555fea21efcad7ba70af7152809f12b9166e1a 1,519 0.77/1.00 vMB 34
484,830 484,830 000000000000000000d6162c4d15a728257d5d0a527dfdb9fc0723d27ea9b865 2,173 1.00/1.00 vMB 74
484,829 484,829 000000000000000000922d74cd104cd38426b92ccfaafcbebe1b27ad1170555c 1,692 1.00/1.00 vMB 87
484,828 484,828 000000000000000000521d7aa4c12911c123a66057009f59529b82e7c8bddfa6 2,263 0.99/1.00 vMB 206
484,827 484,827 0000000000000000004c1163d93ba9e0b122ebf559cc4ac9f39416195f4736ba 1,753 0.79/1.00 vMB 103
484,826 484,826 000000000000000000bf3c232e5032d32ef84c52835a3297c59f8f3c2c9661cc 1,966 0.89/1.00 vMB 107
484,825 484,825 000000000000000000fb42fc9991bc148574a6d31b1dfc8a12ec475a8439778b 409 0.22/1.00 vMB 98
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
Previous 10 blocks ↓
Total Size: 783.05 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.56 GB
    • Received: 18.19 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.