Loading Tool

Explorer IconExplorer

Memory Pool

45,373 transactions
27.34 vMB
0.07763917 BTC
Random Selection Loading Transactions
Max Size: 143.88/200 MB

Candidate Block

Mining Attempt 48d2f4935c56e0d789781d68b33a7af9b4a49f0fb03b7509e4c43eeb2543dbe9
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root 8025089eff13b60b942d014a840b791c51ca1b9d3f8c34f4c2483a255f6a3b1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,676
Size: 1.00 vMB
Total Fees: 0.02546736 BTC
Feerates: 265.25 > 2.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (427,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,089 487,089 0000000000000000006d6cd7f4420be2334c18f47b9546ac017a42f5ac3628d6 2,518 0.98/1.00 vMB 219
487,088 487,088 00000000000000000089a690615bce54f5ab10328ea43a4a6a9141beaa4991a7 2,259 0.96/1.00 vMB 35
487,087 487,087 000000000000000000d776b3563ac3f393e5f0ee91b705694418c49d6bc7e233 1,634 1.00/1.00 vMB 29
487,086 487,086 0000000000000000009ca5481db34ae6e183ee9594b3b784318e35804e9789c4 1,979 0.98/1.00 vMB 47
487,085 487,085 0000000000000000004f831f3b190c6d0412f3e77a6d5614a80ba23e2aafd791 2,366 0.98/1.00 vMB 178
487,084 487,084 000000000000000000eb47bb5221fac501c773c48018b3b9ff405a01b358bd16 1,494 0.96/1.00 vMB 164
487,083 487,083 000000000000000000281cf10040ad4e975abb7d24d84bfbb9ac8677c769a202 2,467 1.00/1.00 vMB 213
487,082 487,082 000000000000000000ba6a0027fe87cc57fd5112345476efa7c03442223fc44f 2,167 1.00/1.00 vMB 44
487,081 487,081 000000000000000000165fab1959a2575748085b635d867f4840f888d8f24e76 2,210 1.00/1.00 vMB 45
487,080 487,080 000000000000000000987e08cc13a27c99bfcde67d61cc07769af1d18ff6e67c 2,383 1.00/1.00 vMB 132
487,079 487,079 000000000000000000147024666555286e57fabb83beab4d6e0c5c1b89680b11 2,213 1.00/1.00 vMB 122
487,078 487,078 000000000000000000bb87d115b317de8d8027f9a8573cbe570ec61b12b364a9 2,372 0.96/1.00 vMB 60
487,077 487,077 0000000000000000005cf5c478c1c06e97df590e685cca5878f9247528f8d55d 2,615 1.00/1.00 vMB 149
487,076 487,076 000000000000000000aa3711a107790cb31500628cbd049518f2b63a79c4a139 2,232 0.98/1.00 vMB 157
487,075 487,075 000000000000000000f5c54167ca428c42a49880c158bd7bdf762b0392d27d0e 2,042 1.00/1.00 vMB 108
487,074 487,074 00000000000000000079e707f9077bba7752db73df9d93266cf52dd11e91df98 2,107 1.00/1.00 vMB 110
487,073 487,073 000000000000000000cf12651314dc19d4e6b8eade0998a6776bed6e7af1dad4 1,787 0.90/1.00 vMB 90
487,072 487,072 000000000000000000ae51e2ef880e7105f38cd37fd19e0cd1ea2325710e3be2 2,721 1.00/1.00 vMB 107
487,071 487,071 0000000000000000003697d0bb7550e30345e9466ecb196e7fe6301e2fa7ef03 2,146 1.00/1.00 vMB 114
487,070 487,070 00000000000000000076cda9419faf6d60aeb926ac8bb1ae572d4ecc4f99b3db 2,675 1.00/1.00 vMB 110
487,069 487,069 00000000000000000059e92c4428863ebc208984ed21bb71158f357d878d74c3 2,133 1.00/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 782.19 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: 653.70 GB
    • Received: 14.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.