Loading Tool

Explorer IconExplorer

Memory Pool

45,908 transactions
29.11 vMB
0.14192435 BTC
Random Selection Loading Transactions
Max Size: 151.73/200 MB

Candidate Block

Mining Attempt 6910e2bdc8b23c1d31920ef369df0087c7fb9c54d8726699252a008b8b86b517
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root f596d180b855e8c8afcb0842aa755953dc4c43fa89c67b59256b5bef6edcf805
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.04320758 BTC
Feerates: 150.75 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (243,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,885 670,885 0000000000000000000bfaeafa031a9549bdf36ff4e22efc54d353424698f435 2,529 1.00/1.00 vMB 116
670,884 670,884 0000000000000000000ad634e20bc0e117e783d101a4cf160e4556265e586442 3,154 1.00/1.00 vMB 148
670,883 670,883 0000000000000000000aa2858b41b836f58d22b664bc2b7cfe9136ba26414d33 3,032 1.00/1.00 vMB 62
670,882 670,882 00000000000000000000a69575df7dc1eceae90bbdc4c4bbe4a692c2c5adfe44 3,166 1.00/1.00 vMB 84
670,881 670,881 00000000000000000004acfc4ebde4ff6af886dfdbb1eb118e05a432e0b90173 2,899 1.00/1.00 vMB 110
670,880 670,880 0000000000000000000b33cff20e57fce80583a9c8375a17b3712c13fe18eb22 2,640 1.00/1.00 vMB 105
670,879 670,879 00000000000000000004fddc690f679f7867fab606c7b4049c585be68c603352 2,612 1.00/1.00 vMB 97
670,878 670,878 0000000000000000000abe83675e695e5da22f062e27e67171eea12d724e5eef 2,891 1.00/1.00 vMB 112
670,877 670,877 0000000000000000000537c789914b86fdfc1448bfcb51b3e49c774e91906655 3,201 1.00/1.00 vMB 91
670,876 670,876 0000000000000000000109d24238c403dd57f1477597439bb123b082dc40d7d2 2,745 1.00/1.00 vMB 100
670,875 670,875 0000000000000000000244b8fb0dd6532a051a00011c75f3d2a19718bd1d30a4 2,793 1.00/1.00 vMB 106
670,874 670,874 000000000000000000093ed6a8093483d8e6ae35c52e7643cd98ba26d46e356b 2,694 1.00/1.00 vMB 127
670,873 670,873 0000000000000000000b6d19cb9f6cb8642d43d2c2ad6f032f01b41c157cb24d 634 1.00/1.00 vMB 103
670,872 670,872 00000000000000000008e233a9d0cc0b03c20115da46b107f205feb9d61a8b81 2,251 1.00/1.00 vMB 124
670,871 670,871 000000000000000000005e9150cb988f591d504a8fba645cf1fb3ff8a6fa11ed 2,933 1.00/1.00 vMB 116
670,870 670,870 0000000000000000000134d423288126032cab0f84c50cfcff6cc07a41ef32f5 3,049 1.00/1.00 vMB 103
670,869 670,869 00000000000000000004a0c3b72e76e3690079911bc8dec00408dfa10a1902a6 3,038 1.00/1.00 vMB 111
670,868 670,868 00000000000000000002ece71bc3c23360a1fc595d83bd1c442ea8c6c80fbda4 3,193 1.00/1.00 vMB 103
670,867 670,867 0000000000000000000113ebb48e602fc3c9261d654a26de9e505c70c0ed54a5 3,058 1.00/1.00 vMB 89
670,866 670,866 000000000000000000002ecc7ae6ef6c257a10fa5de2f40c04f3b3b28e4622d7 1,838 1.00/1.00 vMB 96
670,865 670,865 000000000000000000071f83cdaea8370bdd41a1d83a7306e0795643ba3898aa 3,140 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 781.88 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 645.03 GB
    • Received: 12.66 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.