Loading Tool

Explorer IconExplorer

Memory Pool

82,468 transactions
30.21 vMB
0.13750238 BTC
Random Selection Loading Transactions
Max Size: 182.50/200 MB

Candidate Block

Mining Attempt c952298b8e55ec7e1746a009796a177c22c20170e0630e90a183854b6d855a61
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 8a744a67b82c3096c08219e22f983a7a3e424298f15f2e1af1b19bf273cfa858
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,341
Size: 1.00 vMB
Total Fees: 0.05693799 BTC
Feerates: 477.45 > 5.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (371,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,711 543,711 00000000000000000019bdd7447aa6419a98a5bb677dfff5269e47fa9c37839d 1 0.00/1.00 vMB 0
543,710 543,710 00000000000000000021ce27b9e99d403e2383e30e0ed655e1e1c048557d0dbc 1,346 0.51/1.00 vMB 13
543,709 543,709 0000000000000000000c5c52804a6edb7d267f0dea1badf917d53b05f016b5f5 299 0.09/1.00 vMB 35
543,708 543,708 0000000000000000000398a0d6fc8284ad3f18c81d5f9516637f6a3deee17c36 651 0.23/1.00 vMB 18
543,707 543,707 0000000000000000000b8b6a9f0dad69395fcb5ce95e6db43b21191fdf067694 1,219 0.45/1.00 vMB 21
543,706 543,706 00000000000000000025b78feb99d1a6823a77d64369fa1b3ac52c14d5eba767 868 0.31/1.00 vMB 14
543,705 543,705 0000000000000000000195097c50bb2946beb8222c77a95eb2f6d53f5a402998 341 0.09/1.00 vMB 12
543,704 543,704 0000000000000000001aeac34116e0cf374e6695bbb4557abb0057357e6ede9a 612 0.19/1.00 vMB 15
543,703 543,703 0000000000000000001b89a9a4e6cc8188c3c1bed0b912d200f77d023828438e 1,039 0.34/1.00 vMB 16
543,702 543,702 00000000000000000014f6a7afb4289b077fdf3c3d4fbcc54ab69d40a3d0f57a 905 0.33/1.00 vMB 17
543,701 543,701 0000000000000000001c67f284ecdecda1db6715ca29157b3e13d1d26a53cdae 961 0.31/1.00 vMB 17
543,700 543,700 0000000000000000001c15bbd0d9646429628394d7d04e9747522c890626dd74 6 0.00/1.00 vMB 31
543,699 543,699 0000000000000000000c491976ab54ba0ed61e5acbde52332d2e55c955271b0d 1,832 0.80/1.00 vMB 18
543,698 543,698 0000000000000000001f92ffe58d55b590350dd9302e337d2f1c53e7856fe1d8 645 0.29/1.00 vMB 57
543,697 543,697 0000000000000000001a48550a331e072c13f8ca20594f08d51829836d59ca8c 9 0.00/1.00 vMB 39
543,696 543,696 0000000000000000000b87f3849eeffc0c6a2a6dee69226febfd0e6284f9fe9b 2,014 0.69/1.00 vMB 18
543,695 543,695 00000000000000000005539c61cda7ef1babecf05ecccfcfa33ac79fbed84f18 53 0.02/1.00 vMB 13
543,694 543,694 0000000000000000000c6496a9e4620b58c43bb2e2a8f6e5f5df2587ccc439ed 710 0.34/1.00 vMB 19
543,693 543,693 00000000000000000000a37cfbc591e0c1e328ca0e04345be5ae826388b842f8 882 0.37/1.00 vMB 14
543,692 543,692 0000000000000000001b013bf3f3da1731425101bf1193fd41b8669cad8cdeca 143 0.05/1.00 vMB 31
543,691 543,691 000000000000000000007f8c055b0ad550a86042e977110f6b8f4e7e72c80b96 1,222 0.59/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.