Loading Tool

Explorer IconExplorer

Memory Pool

18,878 transactions
16.38 vMB
0.03631549 BTC
Random Selection Loading Transactions
Max Size: 81.41/200 MB

Candidate Block

Mining Attempt 683aa554414009893cf4fb7c5e2d012b4698c89e7f072c8af318b02977a4fedc
Version 20000000
Previous Block 00000000000000000001e012a03a86db87de0c816312467afbfd511e206a6de7
Merkle Root 5d5afaf8fc54f3c0921a57c0fc6b63bf5fb44e26053ece0220d0967e01e6dd04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,492
Size: 1.00 vMB
Total Fees: 0.00683340 BTC
Feerates: 77.35 > 0.68 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,137 (909,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
4,229 4,229 00000000812d36a9b8f6314c6e09ec289e62c29334860e035eaa18e7369dda25 1 0.00/1.00 vMB 0
4,228 4,228 00000000e89befba7f78ae403ff629e4646a3752d79be577aa42a85add22949a 1 0.00/1.00 vMB 0
4,227 4,227 000000002e7f4f4f2bf4627c375e9230164cc2d534a80db5a3272346a166b66b 1 0.00/1.00 vMB 0
4,226 4,226 0000000084e120606e2bc784a003602cfee150b32414ac102db7e9e67c655505 1 0.00/1.00 vMB 0
4,225 4,225 00000000bc56130cfb709122d342b3cb0afe10f31f7a16501698fab5ecbe398e 1 0.00/1.00 vMB 0
4,224 4,224 00000000fdb47917eac4f292e95945e3ecbf708dca2095109d9f5ea02834aba3 1 0.00/1.00 vMB 0
4,223 4,223 00000000dfe07c8393f2137c98ce7e54d4891aadda43f44c2bff051ec9923e52 1 0.00/1.00 vMB 0
4,222 4,222 00000000c684b3e35639eb7d02651ebb536c90fe1a6aaa69c82a47c4ae8b110d 1 0.00/1.00 vMB 0
4,221 4,221 000000000ca5bc8b14c11bef1b71d70b771b209487cc65021602ddec8d187491 1 0.00/1.00 vMB 0
4,220 4,220 000000001cea975f48af9093bf2b1bf9a6c30afaf2f3a4abe158b2017bfaace9 1 0.00/1.00 vMB 0
4,219 4,219 00000000525f8aee1501cbe7da6679cb0468983200aeedb320ba14c287774df3 1 0.00/1.00 vMB 0
4,218 4,218 00000000570349fb422fadf2d2e5388dc0737f2c6089bed8924daffb4e09edda 1 0.00/1.00 vMB 0
4,217 4,217 000000003f9a9ecabf2a33c940302150a81d72e6a66b8d6ecefd1ef0640dd4f1 1 0.00/1.00 vMB 0
4,216 4,216 00000000928c005ea142350d89551214fbcdabde0264775ddf8b9f4ec1af7065 1 0.00/1.00 vMB 0
4,215 4,215 00000000699d1a6e1e675cf02df9380d6968bbe683d02b54f67afb8fc9eda69f 1 0.00/1.00 vMB 0
4,214 4,214 000000005c552871e824c471bff51197bd91a6e7b1de71f1aa992855be14703e 1 0.00/1.00 vMB 0
4,213 4,213 00000000e0d4840503e1b8230b0352d0709b65cb41afb86ca033214cac319daa 1 0.00/1.00 vMB 0
4,212 4,212 00000000ebce38b15bff351dc41181858bad54956124e309046fcabe2eedf431 1 0.00/1.00 vMB 0
4,211 4,211 00000000592c1c83214b3a5fdde8b4b3f740b5ce8da27cc2d137a2f500c407a7 1 0.00/1.00 vMB 0
4,210 4,210 00000000fddb775e2627f19408117ed1ca1ef3208bb299a55cd6a4c33e910ab0 1 0.00/1.00 vMB 0
4,209 4,209 0000000010f8bb365d832e511aa5ad6155f5187e65092064c8968a06cecf7f45 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.84 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: 562.44 GB
    • Received: 7.46 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.