Loading Tool

Explorer IconExplorer

Memory Pool

74,407 transactions
27.57 vMB
0.07130130 BTC
Random Selection Loading Transactions
Max Size: 168.07/200 MB

Candidate Block

Mining Attempt 28a9a776b4ae7422418da738017b5d1c2bf2fcb4fe2a89bf6ccae0845c69a81c
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root 1844cacf08ef8ea5b88e6df704b52b3fe33798c59ff281261dd422ff7626ac60
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,240
Size: 1.00 vMB
Total Fees: 0.01253894 BTC
Feerates: 480.19 > 1.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (380,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
534,683 534,683 000000000000000000044c60e9a2d4558ce4e93658c5629f57c003b4c588576d 516 1.00/1.00 vMB 3
534,682 534,682 00000000000000000028e796c052975568d86eaddc4047d1582769e86348e1c1 2,324 1.00/1.00 vMB 4
534,681 534,681 0000000000000000002e21f8030f62d53642c96cd3065f9dc07d71639d37685c 2,681 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.85 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: 712.55 GB
    • Received: 17.19 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.