Loading Tool

Explorer IconExplorer

Memory Pool

21,270 transactions
10.12 vMB
0.02923809 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.59/200 MB

Candidate Block

Mining Attempt 6467f793268fe9e8efd14a4e39212f321e985bddc6c52d4152da6be5701b8680
Version 20000000
Previous Block 00000000000000000001b46eb5c426512bb9798b463607b3f221e8089d2fed76
Merkle Root 9a66a6afb9199f9fa3cdf760b24c8b6fd8ac445112898f0a59e489f6b88ff139
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,073
Size: 1.00 vMB
Total Fees: 0.01287444 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,538 (710,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,610 202,610 00000000000003af7d70f6c7c022674c6eb0a146ea0f357476496143cbb4d9ec 219 0.11 vMB 55
202,609 202,609 00000000000002e6345aff55e505f6d965234c176abce9becd894bd0516111e8 50 0.02 vMB 289
202,608 202,608 0000000000000278da7534fcac47233e0b8089a93a2da7a174ddfcd702f4c7ad 104 0.05 vMB 217
202,607 202,607 000000000000045f0dcf6c5f09832a0396964cee3b46ce723c5149ed1d5f0a56 189 0.10 vMB 98
202,606 202,606 000000000000052e60477dcdae430393bd4ba2fa35e3e2d5181fc2aac01e8b43 44 0.02 vMB 89
202,605 202,605 000000000000051ede143fb5e79f783e97f2e46e9788810012463575cb73c3d0 326 0.16 vMB 111
202,604 202,604 000000000000040ea228b1aa58e8516f745efd1d0a6a969faf34b03e5f9f698c 14 0.00 vMB 69
202,603 202,603 000000000000057b5e993456df41f37630fe6622502271570bb54fe782cf178c 114 0.05 vMB 169
202,602 202,602 0000000000000177b9fd5d95a2ae0bf5191a31e9793742f74685dbf74048d21a 591 0.25 vMB 171
202,601 202,601 00000000000001898df910de161c39fb20099a67c792285b872dcaa8613c21d0 139 0.05 vMB 168
202,600 202,600 00000000000000109281b2cd76d732da4b92f6e59f1d86f84966ebb78a556e13 176 0.08 vMB 166
202,599 202,599 0000000000000042048550a72b209434f5163d3ae85f44c1367e37afbef62881 150 0.05 vMB 113
202,598 202,598 000000000000014fdc8972db6adb16df742193b64b817f67e604db09e2d20de2 103 0.04 vMB 101
202,597 202,597 000000000000039e3aa4374852aa030eac2517e17c5d0c94a9b506c8bfb24728 139 0.05 vMB 129
202,596 202,596 00000000000001b19c129d2ab1cc6752410dbbaf8509e833f6c789ef590d184e 128 0.06 vMB 73
202,595 202,595 00000000000004b3072ed9cc21f7e8958d9793fcadcb23401d8ba202973f5773 80 0.03 vMB 22
202,594 202,594 00000000000000b186c9bce1fb670d8f42e50abd970634eadcaad2b622c3da04 346 0.14 vMB 147
202,593 202,593 000000000000026834401650dd3b0239295784c54c7f8d3c64c82f78120eb540 434 0.18 vMB 356
202,592 202,592 00000000000000468d49eeb719f9dd5e3d6c42d2370a0a1e692862202b327f07 557 0.20 vMB 225
202,591 202,591 0000000000000314b7f6c7e116090b3fbf45cee610878cf9a6e39f35b786eed0 10 0.00 vMB 325
202,590 202,590 00000000000001b922c270735bea08ee6fd4b843746867f2fb77f6914268c45e 123 0.05 vMB 221
Previous 10 blocks ↓
Total Size: 779.80 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: 406.87 GB
    • Received: 2.13 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.