Loading Tool

Explorer IconExplorer

Memory Pool

79,125 transactions
30.04 vMB
0.08286635 BTC
Random Selection Loading Transactions
Max Size: 183.02/200 MB

Candidate Block

Mining Attempt 9796b1f17239e03e9f1ebb81b7a45f7073e2da3bc3af9d888b8d5693b77d3965
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 8eee2eb6bb213fa54de23d57afb52c5477ef8c24c19493c9f499f8a0eb7df08c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,009
Size: 1.00 vMB
Total Fees: 0.01611441 BTC
Feerates: 300.83 > 1.61 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (97,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,598 817,598 000000000000000000039cadfa13fbf6f3a50210d7e18efd91efc7419f4e9f2c 2,792 1.00/1.00 vMB 142
817,597 817,597 00000000000000000002d2d1277d3bafd5b91656213c5228f048d3682e6759e1 3,939 1.00/1.00 vMB 64
817,596 817,596 000000000000000000004c9ba431583a19e19f5f6eca922ff81e9055da1bb705 3,310 1.00/1.00 vMB 110
817,595 817,595 0000000000000000000180079527e56d34ad6ade8f363d0d2f672c9a129ea217 3,486 1.00/1.00 vMB 89
817,594 817,594 0000000000000000000163f134e0d5a0b4e81e55798f28bfb0f3c55debafaeb1 4,175 1.00/1.00 vMB 83
817,593 817,593 00000000000000000002424572db343cb90adc979ae38a2e874b75624db4e674 2,524 1.00/1.00 vMB 58
817,592 817,592 00000000000000000000e6d353032388ea9bb7219071b08fd1fb66d32afa4ed4 4,562 1.00/1.00 vMB 67
817,591 817,591 000000000000000000010135f29b99d6f209afe8902f8fa3fefb9a71b19fc546 3,272 1.00/1.00 vMB 65
817,590 817,590 0000000000000000000359012ce7df601183e4328f4ac3b0b050f0d023ca3ef7 3,780 1.00/1.00 vMB 72
817,589 817,589 000000000000000000043690c0d619dfbe7fe7177f401dfd8dad5a21a31043d9 4,316 1.00/1.00 vMB 84
817,588 817,588 000000000000000000044ed0c5054b6f1d57f85df3b97270db88960e20eb7557 5,050 1.00/1.00 vMB 80
817,587 817,587 00000000000000000001fa71a0533718663317a812009b8c03bcab8f0058ba64 3,488 1.00/1.00 vMB 66
817,586 817,586 00000000000000000003074c1424c2fc3c8996a1e503d5ed2254efd8e67c0aa9 4,131 1.00/1.00 vMB 90
817,585 817,585 000000000000000000009016e261b257627bb1906db9e2e3af5dd5421e324f09 4,711 1.00/1.00 vMB 88
817,584 817,584 00000000000000000000e33c298654497aa8e7255918292668d91027a8a97684 3,962 1.00/1.00 vMB 66
817,583 817,583 00000000000000000000ef1e015fde5f9d814cedd784d860c970bc0b5e2e6143 4,854 1.00/1.00 vMB 102
817,582 817,582 00000000000000000000afd857583282dd076dd927469cb78e08f9355c2f5ffa 3,718 1.00/1.00 vMB 152
817,581 817,581 0000000000000000000390965117a12e6a438a73eab5b6a860622aab6e78615f 4,142 1.00/1.00 vMB 94
817,580 817,580 00000000000000000002ddf9cab96b3a07e1b5ee146b82034d78d60b1719ea24 3,622 1.00/1.00 vMB 76
817,579 817,579 000000000000000000043426ffae8acd220fea70b986402fae1dbeb0c9462b0c 5,173 1.00/1.00 vMB 85
817,578 817,578 0000000000000000000181bb1424164151d88696cea15442a6a14227bf5dce54 4,288 1.00/1.00 vMB 95
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.92 GB
    • Received: 18.31 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.