Loading Tool

Explorer IconExplorer

Memory Pool

80,915 transactions
30.06 vMB
0.07388079 BTC
Random Selection Loading Transactions
Max Size: 181.19/200 MB

Candidate Block

Mining Attempt 9b911c4e06d484f6f39e9fcf6b2ccdb73d19c4dba580dc543da01dc8883547ce
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root e81e7a6e594af3f4e59a3dbd59a6348e24b7abdb58600cc754f4e0ead7abeea2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,367
Size: 1.00 vMB
Total Fees: 0.01247883 BTC
Feerates: 40.21 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (808,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,293 106,293 000000000002453e3b5904ca046ca69a43b4ed565b6d4f3800e6d724faa46fdb 2 0.00/1.00 vMB 0
106,292 106,292 0000000000028127c4a85156d0be4dfccc46280dd548bb9ff1a909e42b00217a 5 0.00/1.00 vMB 0
106,291 106,291 0000000000023997132a2f63aa525b3714cbc12206bc131dde5db8b469ca0c02 6 0.00/1.00 vMB 0
106,290 106,290 00000000000110a368bddbdca2967a41731704c62c2c26e73b73e57970aec7a5 7 0.01/1.00 vMB 83
106,289 106,289 0000000000017c2709e4b08d34088063102bb25cdcc19c34dda98827461bc3d3 2 0.00/1.00 vMB 0
106,288 106,288 000000000000ab970416a8fcb069d4af4cffab9a02c03df296a64a57c49f2081 7 0.00/1.00 vMB 338
106,287 106,287 000000000001bac78932afc5f5439b30743b29c90b62dd00ddb7ef6203a651d0 6 0.00/1.00 vMB 696
106,286 106,286 000000000001cbcf36bc50f1f7b362914ea7944f32d0402a27108e6a326cad14 21 0.01/1.00 vMB 0
106,285 106,285 000000000000a780a25126f02992f4153dc261b45cfd4a72a972f9502a8b85a1 2 0.00/1.00 vMB 0
106,284 106,284 00000000000049245e6921979e8772c7236078c038647c98413b5039f2da96c6 2 0.00/1.00 vMB 0
106,283 106,283 000000000000b95cee31597e12b38d8e425ee16fd18e42a26c6891021b1670f4 1 0.00/1.00 vMB 0
106,282 106,282 0000000000023a6a2cd7b580c790d737c4cd23349d331187dfd650e360d752ec 5 0.00/1.00 vMB 0
106,281 106,281 00000000000137779b97bcb7145c41c05b9929caae3ba018e5c60ae7c545b67d 2 0.00/1.00 vMB 0
106,280 106,280 00000000000019ede42a9a66bbda257ef4576f74bfd43ecc465c827a0b48f0c5 2 0.00/1.00 vMB 0
106,279 106,279 0000000000025a98522ca8fce591595eaf2d5e736c207022a485437ac96a0102 3 0.00/1.00 vMB 808
106,278 106,278 000000000001615da7cbf4c74e63eaaad58465e43f09915130077c6ba20910e2 1 0.00/1.00 vMB 0
106,277 106,277 0000000000027d4c86e4f3fdd07301134928a01547c6be65d16b266d472eb102 5 0.00/1.00 vMB 876
106,276 106,276 0000000000000d2622c302b175c883063e6633a0cc76cf6c69fdfc744a5dfdba 2 0.00/1.00 vMB 0
106,275 106,275 000000000002b03866789bac7830540e8dd2c75773173a302c0babf04abe91b4 19 0.00/1.00 vMB 215
106,274 106,274 00000000000178c1f5099077d5530ce822d5fe0369422a03129f6a12140a0a8d 3 0.00/1.00 vMB 0
106,273 106,273 000000000001b7cb6d8f872d6f173970678da37578efa502b48c2f22b73ff608 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 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: 660.46 GB
    • Received: 14.75 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.