Loading Tool

Explorer IconExplorer

Memory Pool

84,585 transactions
22.53 vMB
0.07122896 BTC
Random Selection Loading Transactions
Max Size: 151.52/200 MB

Candidate Block

Mining Attempt 1c033411b64d880fa128f8b8cd45323125217401cef7bbb7d2b25af6b07f7c66
Version 20000000
Previous Block 00000000000000000000fcaab1f363857294927a8827487057b0fb99d48273f7
Merkle Root 9693d7796398f8bc3cc2b73869a0dc396c33ce0e9db71b3508fa9363d00b8cbd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,874
Size: 1.00 vMB
Total Fees: 0.01932386 BTC
Feerates: 265.25 > 1.94 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,153 (866,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,433 49,433 000000000255574921d6970a639ab8445807fbb20dc37578ee9227c952d037f1 1 0.00/1.00 vMB 0
49,432 49,432 0000000025c5f151740e62c46f6d0791f8f4b51f5dd6b15150cb8a6029b8168c 1 0.00/1.00 vMB 0
49,431 49,431 000000001c865207b3042e1604e7bb2345cad76f9dfbf16f115c880f6fd03565 1 0.00/1.00 vMB 0
49,430 49,430 0000000004f341e667f59f481d245758a4d69647971d2c64e813352dd37c411f 1 0.00/1.00 vMB 0
49,429 49,429 0000000024bc0c14085929e25a441c9ea0ebb7269b096ceb19fc6b6c6e5e7b3e 1 0.00/1.00 vMB 0
49,428 49,428 000000001b4f22ca32882d20fc882712791a7d541781c8bea0e8a285d7fc5df4 1 0.00/1.00 vMB 0
49,427 49,427 000000000216dba4b02229ca82c1b209803a8ad4557e9cc0fea66c97040c7c12 1 0.00/1.00 vMB 0
49,426 49,426 000000001ef95295c72aaf9b881baaf70145ec7e841440afc4913dd78a97ba55 1 0.00/1.00 vMB 0
49,425 49,425 0000000008549279c9f83f21d44c7d2137f0e3274861585e15753c183a244d64 1 0.00/1.00 vMB 0
49,424 49,424 000000000edd46e794c46dba5834ee88b84498c9986c4db6ed0032373c9da96f 1 0.00/1.00 vMB 0
49,423 49,423 0000000005f3a15bb385768b23f5a5e0ca2ce314cd2ce6879816c6a959115612 1 0.00/1.00 vMB 0
49,422 49,422 0000000012093dae684f5dfaa2744b506984383eb7d71148c087e6708ab72d07 1 0.00/1.00 vMB 0
49,421 49,421 000000001fb87f451ec94f99b3a4c2525d77f22ce0d480f167ff9864c53bdf1f 1 0.00/1.00 vMB 0
49,420 49,420 0000000014ea46859b9e45b319ce9e041286be9a0757c0631b22a4354c642606 1 0.00/1.00 vMB 0
49,419 49,419 0000000025921b563944ac972ed6ec8f254e21c09dd9bf71a6bd9131b72fcac2 1 0.00/1.00 vMB 0
49,418 49,418 00000000298df0972908cad974e8bff5dcb8a8e82574c1a4cc8ea8c7f336b8ee 2 0.00/1.00 vMB 0
49,417 49,417 000000000b7a80b2a81d59842805d3d20abd98b5694fd4c0fba37bc0d1c8675c 1 0.00/1.00 vMB 0
49,416 49,416 00000000285b6e286bfe04a17538a474bb9351fc4529017189ae8538b975be0c 1 0.00/1.00 vMB 0
49,415 49,415 0000000006ed1c31ba6244791bf83127da31c65d4b0f272024d3523024a92d9c 1 0.00/1.00 vMB 0
49,414 49,414 000000001aa5d6ec1af4b8554ae8175048fa2c55bc01254cf5e3bf551cac40b0 1 0.00/1.00 vMB 0
49,413 49,413 000000000a3f78aff160a14ee64cab5f1959f59dc955bfcb90452b8c369dee0a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.38 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: 818.55 GB
    • Received: 24.54 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.