Loading Tool

Explorer IconExplorer

Memory Pool

83,082 transactions
31.00 vMB
0.09258652 BTC
Random Selection Loading Transactions
Max Size: 189.59/200 MB

Candidate Block

Mining Attempt 87104999bc2c54adb73b8d02eecf57f8c303a66fd9f864eac8f7bd7566531b3b
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 8a84c868fbe74768af9676a588e29bb5bfee3b582857a9a0907af6b385b28a89
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,178
Size: 1.00 vMB
Total Fees: 0.02083270 BTC
Feerates: 150.92 > 2.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (97,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,601 817,601 0000000000000000000416264b0a7a9f1c0b9f774265fcce8e35a0422e4445a5 5,615 1.00/1.00 vMB 78
817,600 817,600 0000000000000000000028bd5b9a42d9362d18b7425f8375a153e5df79728bb0 3,829 1.00/1.00 vMB 88
817,599 817,599 000000000000000000016d1cc192fafd663574730380762392ac1397390a5e66 3,720 1.00/1.00 vMB 111
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
Previous 10 blocks ↓
Total Size: 783.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 719.30 GB
    • Received: 18.02 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.