Loading Tool

Explorer IconExplorer

Memory Pool

41,457 transactions
28.97 vMB
0.08224557 BTC
Random Selection Loading Transactions
Max Size: 147.68/200 MB

Candidate Block

Mining Attempt 17c85335406ddf68c0877d074ef7517c18ab8686e27de62d7cd7f91c10388093
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 30b7a8dbc2b04ff21d894c75151c48b6fe186cbfa4a7e0c00749915d47f6b796
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.02566023 BTC
Feerates: 150.93 > 2.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (798,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,044 116,044 00000000000023aadb92dc02af430dfe4c06e8aa14ab6922c730c189044f6eb0 11 0.00/1.00 vMB 981
116,043 116,043 0000000000000d29aae181a104ef28314465e45a3c1288fc60e66ca111db6851 7 0.01/1.00 vMB 0
116,042 116,042 0000000000007e13169ee17eb34a408b047cef8b47ea8cd0555bd47ac1b19079 8 0.00/1.00 vMB 318
116,041 116,041 0000000000009fd0e56b352331a03e30f1421f2bef7a324618769901d597b212 10 0.00/1.00 vMB 0
116,040 116,040 000000000000300cee31cb7dca7478f21a8f58537579bef534ab3f4a6dc48334 9 0.00/1.00 vMB 822
116,039 116,039 000000000000ce66d2f9d5eed37277985e1cf3f0d3aa551dad718319ddfa50af 18 0.01/1.00 vMB 721
116,038 116,038 00000000000031993f39426b3f0093fe997654b7b497edb8940944486084fc76 11 0.00/1.00 vMB 959
116,037 116,037 000000000000d6e3e0f352af7879e50ec724378cfdbee074c9eaa2930fd8b2df 3 0.00/1.00 vMB 0
116,036 116,036 00000000000055e31bbb68e8139b56a8fa96a19f344644cc29ba7db923190ac9 9 0.00/1.00 vMB 1,182
116,035 116,035 0000000000005843f9277aa9afb378853d12ae66b55ed27a6cc593d8613d741b 9 0.00/1.00 vMB 1,034
116,034 116,034 0000000000005a13cded1bf4a9de8e5f24efba4672555297916e7d723994e906 10 0.00/1.00 vMB 0
116,033 116,033 000000000000b87a2e68636cfe96cb2c2d304810a3a9856dc56da8b50cb941e7 13 0.01/1.00 vMB 970
116,032 116,032 000000000000c5a17c3768d3f30d73362e4e7300e196a468d0a1fb4310f04f48 7 0.00/1.00 vMB 0
116,031 116,031 00000000000054f003b45b875424a3d3f499bc6dd947fff40ef0750db42795d4 9 0.00/1.00 vMB 0
116,030 116,030 000000000000bfb8f17a7ace12489e8e7fb2b0066d8de1e724f6508bdf98a65e 12 0.00/1.00 vMB 987
116,029 116,029 0000000000004480eb2e5abbff1cfec9aff69fb90059a3826cd921fed798e230 20 0.01/1.00 vMB 551
116,028 116,028 000000000000db9d2ebaefbdcab77ee1de1331a376a6debb3d57852eb4c71174 9 0.00/1.00 vMB 341
116,027 116,027 000000000000342abc43c08b16b2a756a692559dbf480d29901de9452a95dcba 10 0.00/1.00 vMB 613
116,026 116,026 000000000000e1eadb4fc7fdaefd6f84af832f08f753ac4234a0afa68b77e4c9 21 0.01/1.00 vMB 1,705
116,025 116,025 000000000000c18c890cd33ca38bb6c2c1947e90a467073d74c3ce4d72c1d2e8 5 0.00/1.00 vMB 0
116,024 116,024 0000000000000760e95fc8ae7a93478827721e0ea60b7865a9136a357deaf9d8 10 0.00/1.00 vMB 343
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.16 GB
    • Received: 11.87 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.