Loading Tool

Explorer IconExplorer

Memory Pool

77,172 transactions
28.93 vMB
0.06726409 BTC
Random Selection Loading Transactions
Max Size: 177.45/200 MB

Candidate Block

Mining Attempt db28301b4d585dd396be120f3d0f1f9ea81d50226c373d6b21793264225f3b82
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 1e2d9b3d50de8faae04d4964197fd8ee9e90729fddf4ed78e5a2d28c36cb246f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,986
Size: 1.00 vMB
Total Fees: 0.00385173 BTC
Feerates: 40.21 > 0.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (380,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,704 534,704 0000000000000000000706edf371e41e183c2f00e5d0e9ebd8779f072e30db3c 3,081 1.00/1.00 vMB 14
534,703 534,703 000000000000000000063471fed32cf8bacc4d5ac1253e9b31395058e4285a87 2,316 1.00/1.00 vMB 52
534,702 534,702 0000000000000000002774a9373d1f2b0fa55969ba99499e457454c7b7a575d9 2,426 1.00/1.00 vMB 11
534,701 534,701 0000000000000000001e7e433b96592304b5b912bc7548eb67e711e69963c7fe 1,571 1.00/1.00 vMB 18
534,700 534,700 0000000000000000001ac62398b4de38cc9c215ead2cee6d3a8a75992f516824 1,829 1.00/1.00 vMB 21
534,699 534,699 0000000000000000002b754aa926a8a79fd5ef3350455734b36742440365b66f 1,815 1.00/1.00 vMB 30
534,698 534,698 0000000000000000001c6af31b32313d9bbb22dfe7c0f55269e7d3ede1411d11 2,097 1.00/1.00 vMB 17
534,697 534,697 0000000000000000001d2dc80c75c5852df4f3a2b32d8751f0911d7181fbfd3f 1,133 1.00/1.00 vMB 102
534,696 534,696 0000000000000000000aed2c9e04d892394ce32e7b6d9e6664a182127126e267 757 1.00/1.00 vMB 71
534,695 534,695 00000000000000000027ee036633c7c2c497d8bd2f31a1bd30c8d8c67c29c956 592 1.00/1.00 vMB 57
534,694 534,694 000000000000000000164490417280d97e012e1a67a5a91505c799b39ecb10c2 2,580 1.00/1.00 vMB 13
534,693 534,693 0000000000000000002b9275c8f5e59853c392275a5fecadd05ec0015bfcc637 797 0.32/1.00 vMB 24
534,692 534,692 00000000000000000023ad54e2d628f80f85d593bd73111d1d9ac3bbdb5acaef 2,915 1.00/1.00 vMB 8
534,691 534,691 0000000000000000001dda487eec6afb34e128521293bdb495e7c73d1a328578 2,463 1.00/1.00 vMB 15
534,690 534,690 00000000000000000027e136c3570ec5a1f3dec4813e71e1a8acd4d191bc1424 2,978 1.00/1.00 vMB 25
534,689 534,689 00000000000000000007c47b45d533edce9f1483070f04bd038ecf19f4289f85 1,767 1.00/1.00 vMB 7
534,688 534,688 000000000000000000197714ae61f9d4babc52c86e8b8ffe7324ff2c185b4246 2,508 1.00/1.00 vMB 16
534,687 534,687 0000000000000000000cf43c89f6f779d9beb00f37cdcf9e66f25b45cf55403b 2,274 1.00/1.00 vMB 8
534,686 534,686 0000000000000000001be718e38fb3760da93dc1465554e629e886aced01f192 2,757 1.00/1.00 vMB 23
534,685 534,685 0000000000000000000802965ef2ea568387aad62807865a7760516b4f4e97a9 78 0.02/1.00 vMB 4
534,684 534,684 000000000000000000159e4eae9117ef0e3359f2db29a1798fc22d061de865c2 2,000 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.80 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: 710.00 GB
    • Received: 17.01 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.