Loading Tool

Explorer IconExplorer

Memory Pool

79,332 transactions
30.11 vMB
0.12631928 BTC
Random Selection Loading Transactions
Max Size: 180.62/200 MB

Candidate Block

Mining Attempt e4a7910a0b6763d983d9d8b0d31212b5837bc7005850bad6c02d35e11771ef4b
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 808c17ce78e45461acbc8e50ba9bb0a932cb39a87d29dbc5704ca349a4e21a69
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,075
Size: 1.00 vMB
Total Fees: 0.03958236 BTC
Feerates: 673.02 > 3.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (449,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,874 465,874 000000000000000000d08eb96028fc7ed8e004ea09540c62a9170867a7268534 2,617 1.00/1.00 vMB 263
465,873 465,873 000000000000000001c219fd66402e28a65ded75abd33bc39a921c2528b98c3a 3,399 1.00/1.00 vMB 436
465,872 465,872 000000000000000001a725a990310d8a62cd434bfd8a049ab78ea43834f7d9cd 2,199 1.00/1.00 vMB 225
465,871 465,871 0000000000000000010a2a7553a63f90782ab270ccc8685aa59d9a35d0e4d311 1,950 1.00/1.00 vMB 215
465,870 465,870 00000000000000000163aa34ac38e7c963629852ead6e6fbada2f42cff22da9f 2,546 1.00/1.00 vMB 263
465,869 465,869 000000000000000001167cd0a774ec1c030e02b605f7ef7da6f49bb7c7d1939c 2,294 0.99/1.00 vMB 211
465,868 465,868 000000000000000001680e46c0317ba186f7b3f1d5d31b7a57d5a6f7fe223e01 2,049 1.00/1.00 vMB 201
465,867 465,867 00000000000000000087511774439f0705ba877e54b0945d4b987205aa84ccae 2,460 1.00/1.00 vMB 169
465,866 465,866 0000000000000000018a4d5a97324529fa6c186144544922b0f094d24f518ed2 2,136 1.00/1.00 vMB 207
465,865 465,865 00000000000000000125b83285ccc0993c5872ea0d85406f87f02d82b20eb7c4 2,474 1.00/1.00 vMB 242
465,864 465,864 0000000000000000006ddf1893f3d2e7c5b71d1c704984336474326ba5ca280d 2,200 1.00/1.00 vMB 182
465,863 465,863 0000000000000000019a626a1dfe91901548f8c34106f8df811433adc1da65ca 1,793 1.00/1.00 vMB 204
465,862 465,862 000000000000000000bbc0e0f7ea2576cc88de240aaa900dc668f88999d84db3 2,028 1.00/1.00 vMB 203
465,861 465,861 000000000000000001b2ab6d6c5e91460030a0f49d5acdefd4064378b16af0fc 2,750 1.00/1.00 vMB 236
465,860 465,860 000000000000000001ec46fbfffc31e84e736ac268149c0938c85ef59f161973 2,383 1.00/1.00 vMB 249
465,859 465,859 0000000000000000010760b371edb21cd8f0f0ae97a943b7adcab7b1514f2ad0 1,655 1.00/1.00 vMB 169
465,858 465,858 00000000000000000198cfb7c837b6653f103f679d344cfea941a6c0fd6b7464 689 1.00/1.00 vMB 136
465,857 465,857 00000000000000000089574a4054222788003167e8cabb375243e72e2ea97db3 1,375 1.00/1.00 vMB 196
465,856 465,856 0000000000000000018145fcc277e72559173e313c63e8d4b55baf95c44853e5 3,623 1.00/1.00 vMB 148
465,855 465,855 0000000000000000014435648e459dd7cec36b24997a1deebd3f6a75821bdfa1 2,072 1.00/1.00 vMB 167
465,854 465,854 000000000000000000b8652bb2bb25c68ad9786c2d91c02495041c3a9180042a 2,350 1.00/1.00 vMB 202
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.