Loading Tool

Explorer IconExplorer

Memory Pool

48,338 transactions
22.97 vMB
0.13051880 BTC
Random Selection Loading Transactions
Max Size: 128.45/200 MB

Candidate Block

Mining Attempt 4f8ae5485e3238d8164e1ff05109fc23c6e125e505b4ed2fb0d0375b45c44410
Version 20000000
Previous Block 00000000000000000000d451218953608884fdf06a7d0218542220f2352919d8
Merkle Root aeb62ded52f8b57922b887a571cc25485b1d069aea41376c323e4e77b4a686f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,370
Size: 1.00 vMB
Total Fees: 0.05435174 BTC
Feerates: 192.68 > 5.45 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,093 (785,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,731 128,731 0000000000001ad127a3f22da221e17b9994e33aa01518696cdc415966dd0be4 20 0.01/1.00 vMB 1,732
128,730 128,730 000000000000257fe047fa64b3aaab42df45ec2c061a6744adf6006fd88b453e 5 0.00/1.00 vMB 36
128,729 128,729 00000000000002174453d2d4d6d7ed92e184ae9bc8fe61eec44d20f59da02944 153 0.04/1.00 vMB 223
128,728 128,728 0000000000000d8d47d1b38cd5381a5e366a1804c891c23b4c95af832f0ee107 43 0.02/1.00 vMB 1,163
128,727 128,727 00000000000020c2526b026055cb266ed9b8542f37755a058538a0979785d68d 47 0.02/1.00 vMB 1,104
128,726 128,726 0000000000002210240418898db0e94bff78f442f0dc36c6d49d669bf57f9b48 17 0.01/1.00 vMB 1,378
128,725 128,725 000000000000221000874bb1572e1942dc840d9064d9fb0ffbc3413a2a51c561 41 0.01/1.00 vMB 849
128,724 128,724 00000000000011ef0c91046c2bbb0f7340e56410bed81dbe31fcf761e6462d89 9 0.00/1.00 vMB 1,337
128,723 128,723 0000000000001edfce25ef8ce25e207beea57366dce44d2dca896980502df819 3 0.00/1.00 vMB 4,140
128,722 128,722 0000000000000aee10abf7c239183f6c1721003740f6565601772dba5f4ee5c4 17 0.01/1.00 vMB 186
128,721 128,721 0000000000002197a864a7907f1f6b9380491ff6d5efbc8fa87e88b9aa00bc50 30 0.01/1.00 vMB 1,194
128,720 128,720 0000000000001ec3a659dce5b790deae0169ac54401d6c724021380a2b24f8c3 13 0.00/1.00 vMB 307
128,719 128,719 00000000000008cd4f6febe923633d228aeba40f0dd3f7d59d7bb5a945fcdb7f 150 0.06/1.00 vMB 76
128,718 128,718 00000000000008039ca96a5a84c77decf96580602c7c3c63d320a8edc09ac2ea 11 0.00/1.00 vMB 548
128,717 128,717 0000000000001753cba83bf36179cdde1aaebfa13f745bc5747d0725c68224d2 80 0.03/1.00 vMB 1,557
128,716 128,716 00000000000018ce6f325bf58a281f195ef37cd37ce03b5993dc5610f9d43e6c 27 0.01/1.00 vMB 806
128,715 128,715 000000000000219305467e694a6231fcf03f7791aca0095bac6c6a3198d98232 27 0.01/1.00 vMB 580
128,714 128,714 0000000000000690be12e9b7804d1113e9b8f526e546cc6b6b91eb925a3a7da6 86 0.03/1.00 vMB 2,525
128,713 128,713 00000000000013ccfe9438242cc728d5a20064ac912f1b65f7159d05f713d387 15 0.01/1.00 vMB 1,132
128,712 128,712 0000000000001d277eb822b828d97318b0b264c5c18e3f2410bccd4d1feeb251 25 0.01/1.00 vMB 956
128,711 128,711 0000000000002488ae2e740304600243c1967ff54f8398ad70def3f15ecda314 13 0.00/1.00 vMB 330
Previous 10 blocks ↓
Total Size: 780.76 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: 558.01 GB
    • Received: 7.10 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.