Loading Tool

Explorer IconExplorer

Memory Pool

42,710 transactions
26.98 vMB
0.06842826 BTC
Random Selection Loading Transactions
Max Size: 141.56/200 MB

Candidate Block

Mining Attempt 3ca50564a1cae2e33fca3dbd8f978fee3aa7354597725420a3a59c2fd35c2d82
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 17762cbeb7055ca1a14ebc6ebda8adc9f6f5e94ec53249b35c836ea74c50dc45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,478
Size: 1.00 vMB
Total Fees: 0.01820892 BTC
Feerates: 201.07 > 1.82 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (491,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,730 423,730 000000000000000005581dc537b44321e61212babd37cd501215b70068de31ac 2,192 1.00/1.00 vMB 75
423,729 423,729 0000000000000000042a5104e9e49487d2928a72bf4109652923e18f04e447f1 2,055 1.00/1.00 vMB 63
423,728 423,728 0000000000000000026f61b4e95e3c3563b50440cfa5a65eae8ff3ec515125e4 2,281 1.00/1.00 vMB 58
423,727 423,727 00000000000000000100a3489b1c0b9e9253b946cd572abf27ae5df3dad29511 2,396 0.99/1.00 vMB 53
423,726 423,726 000000000000000001310794e9e914e720f95068207ae8b08d1b9053054d0c4d 2,954 1.00/1.00 vMB 102
423,725 423,725 000000000000000000dc2d63077ff22b45bc20abd0125d6a420ad1c56f1d270b 2,103 1.00/1.00 vMB 42
423,724 423,724 000000000000000001da6dcc99b88ffadc57c464dd41d58707883473875366a4 1,370 0.75/1.00 vMB 49
423,723 423,723 0000000000000000045f444cdca355cda9d7be1751c3cbf7a66d056db131b047 2,499 1.00/1.00 vMB 78
423,722 423,722 000000000000000001ab8d08e580a29942e039e6b7de1cc92ffb9d6c0562e9dc 2,261 1.00/1.00 vMB 70
423,721 423,721 000000000000000000ddf1f02fb5bfa640d1c14700229d6d128b5c5a8039137c 2,577 1.00/1.00 vMB 77
423,720 423,720 0000000000000000004a31ed24b5a9296dad23e118a8267985f4ee20df8fc36d 2,942 1.00/1.00 vMB 85
423,719 423,719 00000000000000000529eedfaaa6eed90230fe785ca9f0db03ebb1257d3564ac 2,197 1.00/1.00 vMB 54
423,718 423,718 000000000000000003d9f8258f325ba75b6bfe48f6ab7724c934a2fcd2269b33 632 1.00/1.00 vMB 14
423,717 423,717 0000000000000000034b48bad08edd8a21e0fb81f9fcfd0e7802bfddefbd1c45 911 0.98/1.00 vMB 21
423,716 423,716 000000000000000004834474b32a4768ce37c5bedaea53b804fd7e6b1888c97d 1,314 0.53/1.00 vMB 61
423,715 423,715 00000000000000000459149535a09efa98c1188c511d08b3b52bbb49d8bad685 780 0.47/1.00 vMB 32
423,714 423,714 0000000000000000013f19e1c7ac293e4c3e8b9833b1a7b9b0e9b4f0fa1a8f46 2,032 1.00/1.00 vMB 52
423,713 423,713 000000000000000004578d7ae698be6d315b79fddb7cce70145f1d951e45d6f3 3,193 1.00/1.00 vMB 82
423,712 423,712 0000000000000000038245392b795008e49ca9bb0fcce0bc1e6fcf7a9ae957d1 2,442 0.96/1.00 vMB 59
423,711 423,711 000000000000000001556c46b91a78585cd5f1f031269061f50888842e714172 220 0.99/1.00 vMB 4
423,710 423,710 000000000000000001f0b84c0c3e7904166720af8a1f434bcbcd74659f0de454 839 0.33/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.45 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.