Loading Tool

Explorer IconExplorer

Memory Pool

78,449 transactions
29.49 vMB
0.07534133 BTC
Random Selection Loading Transactions
Max Size: 177.58/200 MB

Candidate Block

Mining Attempt 0f1e5fc4c8d67d72510ed9abcec410290b75200f449891aa9d9d4c9bc89f296c
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root e4bc97a151907861c3029ca5f37983a7c99c1934022a90b25b4650cf598a1e43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,000
Size: 1.00 vMB
Total Fees: 0.01310005 BTC
Feerates: 40.26 > 1.31 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (317,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,046 598,046 00000000000000000003770c0e5821518322ac6a0ea6589a1aad002816915694 3,513 1.00/1.00 vMB 14
598,045 598,045 00000000000000000005a1e976f6787fe1c3102d1c462431673f8bc14a7a8a69 797 0.21/1.00 vMB 14
598,044 598,044 00000000000000000003e237ff5ea8839c49d39f5a507637fe284dbdc49d4e3f 1,488 0.40/1.00 vMB 13
598,043 598,043 0000000000000000001253648f7ddd213d91d2975288b61fde264074ee8f52f7 114 0.03/1.00 vMB 14
598,042 598,042 0000000000000000000942d807d21aff5a2055a37736a584ed47476cdfe7a32a 384 0.13/1.00 vMB 10
598,041 598,041 00000000000000000003684405fa2b966951451e3fb8f8d8d26b67b5a25b1cc9 1,087 0.29/1.00 vMB 14
598,040 598,040 000000000000000000025b9f1280192bd0faada00b301c24bda01f995fff5439 2,210 0.58/1.00 vMB 4
598,039 598,039 00000000000000000000c2e434dc32d6ee82c676762931a72e703949ddfeaf17 2,893 1.00/1.00 vMB 17
598,038 598,038 0000000000000000001321ca71eebdc6c8a34a77d75f9b629a0392ff07d1ecd0 1,295 0.36/1.00 vMB 15
598,037 598,037 0000000000000000000eaa7a87d10e5e4b3cd5324589f81df534e5a82d555333 2,263 0.61/1.00 vMB 11
598,036 598,036 0000000000000000000472a8cf4a01d892f5a65a76501b13247bc5ab50c6825d 2,298 0.66/1.00 vMB 11
598,035 598,035 00000000000000000010a21b62f9d9b743ac83c45ba5bd39ace91e3677723173 3,755 1.00/1.00 vMB 7
598,034 598,034 0000000000000000000001d5b5ce68ef4f426909c6f6299a945a5a781cd1f18a 2,942 1.00/1.00 vMB 10
598,033 598,033 00000000000000000008a1b487f2a923abb963f43b88b649b4f951e459cfb4e2 3,581 1.00/1.00 vMB 20
598,032 598,032 000000000000000000124094a735c94c3cf70d503f1ab1b26c6730c60fe15998 1,523 1.00/1.00 vMB 3
598,031 598,031 0000000000000000000e14b0944bb074b1228d01933ee656d17a809ee53c46db 3,255 1.00/1.00 vMB 14
598,030 598,030 0000000000000000000f36f677a781f45601fa00c430d22eb8c06e6253b3c0fa 3,407 1.00/1.00 vMB 17
598,029 598,029 000000000000000000105991925d744a763cca0b9e01f8b31e72bf3c14601f56 2,723 1.00/1.00 vMB 5
598,028 598,028 0000000000000000000311da3e8f48c286cf9825edb92aa4b7c8e60e5487e916 3,291 1.00/1.00 vMB 12
598,027 598,027 0000000000000000000337a51e06b90708776a8d527ac20e78d10e900b6baf16 3,096 1.00/1.00 vMB 34
598,026 598,026 00000000000000000001d2853a53754e2fde3fb5578ba5901681398a7c680161 2,782 0.76/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.