Loading Tool

Explorer IconExplorer

Memory Pool

20,174 transactions
10.80 vMB
0.04207617 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.57/200 MB

Candidate Block

Mining Attempt 6c1eaf9c8f6a22e60597a24c6d0c1d853d02975d4750553c522ac8984ea65484
Version 20000000
Previous Block 00000000000000000001d3e897a824d1ab7e1f85b7da1fc54c6213ce643a4718
Merkle Root 775b896e54604c434339997a5fce4356133e527e223abe6af57567d128520b91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,385
Size: 0.997954 1.00/1.00 vMB
Total Fees: 0.02437438 BTC
Feerates: 502.67 > 2.44 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,582 (710,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,603 202,603 000000000000057b5e993456df41f37630fe6622502271570bb54fe782cf178c 114 0.05/1.00 vMB 169
202,602 202,602 0000000000000177b9fd5d95a2ae0bf5191a31e9793742f74685dbf74048d21a 591 0.25/1.00 vMB 171
202,601 202,601 00000000000001898df910de161c39fb20099a67c792285b872dcaa8613c21d0 139 0.05/1.00 vMB 168
202,600 202,600 00000000000000109281b2cd76d732da4b92f6e59f1d86f84966ebb78a556e13 176 0.08/1.00 vMB 166
202,599 202,599 0000000000000042048550a72b209434f5163d3ae85f44c1367e37afbef62881 150 0.05/1.00 vMB 113
202,598 202,598 000000000000014fdc8972db6adb16df742193b64b817f67e604db09e2d20de2 103 0.04/1.00 vMB 101
202,597 202,597 000000000000039e3aa4374852aa030eac2517e17c5d0c94a9b506c8bfb24728 139 0.05/1.00 vMB 129
202,596 202,596 00000000000001b19c129d2ab1cc6752410dbbaf8509e833f6c789ef590d184e 128 0.06/1.00 vMB 73
202,595 202,595 00000000000004b3072ed9cc21f7e8958d9793fcadcb23401d8ba202973f5773 80 0.03/1.00 vMB 22
202,594 202,594 00000000000000b186c9bce1fb670d8f42e50abd970634eadcaad2b622c3da04 346 0.14/1.00 vMB 147
202,593 202,593 000000000000026834401650dd3b0239295784c54c7f8d3c64c82f78120eb540 434 0.18/1.00 vMB 356
202,592 202,592 00000000000000468d49eeb719f9dd5e3d6c42d2370a0a1e692862202b327f07 557 0.20/1.00 vMB 225
202,591 202,591 0000000000000314b7f6c7e116090b3fbf45cee610878cf9a6e39f35b786eed0 10 0.00/1.00 vMB 325
202,590 202,590 00000000000001b922c270735bea08ee6fd4b843746867f2fb77f6914268c45e 123 0.05/1.00 vMB 221
202,589 202,589 000000000000041805ac0d601b4d8a85818093042506d5d10545e76a6f2eae0d 230 0.16/1.00 vMB 115
202,588 202,588 00000000000001dd40e2597ee7bb772219502f83fea599426f73a59161fdc01d 644 0.25/1.00 vMB 192
202,587 202,587 000000000000017533818ea98d349e7a065e5022926166ec7701101b36ecd0f1 27 0.01/1.00 vMB 104
202,586 202,586 00000000000001197875c7705822ff5f1dca6e8b31c4ef1b1d5bf785d93b0d79 44 0.02/1.00 vMB 102
202,585 202,585 000000000000044737077551d5e97168e4e55c65ea891a7a5466c2c7d36e0e95 40 0.02/1.00 vMB 142
202,584 202,584 0000000000000262edd1b6189e1a22637725079e2ded9ac655435d33197e3732 240 0.11/1.00 vMB 197
202,583 202,583 00000000000005589b0dffe1de2bf3335819c1f4d2d25fd241f6e3a9fa94ed15 58 0.06/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 779.88 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: 450.33 GB
    • Received: 2.49 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.