Loading Tool

Explorer IconExplorer

Memory Pool

75,210 transactions
20.45 vMB
0.05910338 BTC
Random Selection Loading Transactions
Max Size: 137.44/200 MB

Candidate Block

Mining Attempt 72f50a73671a0250995660cb4e87613fee680e590e81548942fa3d65281f4d0f
Version 20000000
Previous Block 00000000000000000001bebfb5cde8c56544950161338755b8719a548671e4e3
Merkle Root ca1054e21a79c8fc41b7c42a065ffbe7f215c82fc04d17de904c1b427f44aae6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,381
Size: 1.00 vMB
Total Fees: 0.01443815 BTC
Feerates: 170.05 > 1.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,994 (826,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,598 89,598 00000000000b31acf3da28b6014dd8f1a1fa5fab5f434f929d80a1b8a78beb89 5 0.00/1.00 vMB 0
89,597 89,597 0000000000029f8f53d900a919c14c3ce8b860eb2143166f8cf92c5aa05daf76 3 0.00/1.00 vMB 0
89,596 89,596 00000000000d05f876d7a7eb1bdd0ce9f3377586aab450ecd440846bbe69b4fe 2 0.00/1.00 vMB 0
89,595 89,595 00000000000930861569638115c85371f970de0d649cc75731e2e46584ffcfde 2 0.00/1.00 vMB 0
89,594 89,594 0000000000007f1ae3727ccfb726c513fee8e850948fe1255dd9aa6847b6dd3b 1 0.00/1.00 vMB 0
89,593 89,593 00000000000b2fd9e53e5babb3798b9fef7e8d50053217f5117ab751e0302f5c 1 0.00/1.00 vMB 0
89,592 89,592 000000000001f5c096b185199127e859d2308c9a60b35d6e42651640fcbc798a 2 0.00/1.00 vMB 0
89,591 89,591 00000000000f3c3af4a8dbefa23e82c53a45fa413e194f4339687b08a19ccdd9 1 0.00/1.00 vMB 0
89,590 89,590 00000000000a4d631c75ddd28ab865bdc0fda6d7675b0b84a7e468407b683bae 3 0.00/1.00 vMB 0
89,589 89,589 000000000006497a82c03884abbc89cb69e5a6524df0f0673c96ab7e13d08d63 7 0.00/1.00 vMB 0
89,588 89,588 0000000000092c64413dad07fc03632994cf231f09a8a61f6efb2c2d6cbf11a9 3 0.00/1.00 vMB 0
89,587 89,587 00000000000e88da7be19138bd2ca89494e3d50a7429969d12892d1f76f826bd 1 0.00/1.00 vMB 0
89,586 89,586 00000000000902cd2a91113f0d6cec09b02a7467a618bb8a58883abc5c224bb2 4 0.00/1.00 vMB 0
89,585 89,585 00000000000f8c6d170ef7011ba366a52e05ef92ff3c629fc797e806396c7d81 1 0.00/1.00 vMB 0
89,584 89,584 00000000000f9cbe0e221ae6a2f81be0efbcfa9995e3ded1c5cf2d3134723211 1 0.00/1.00 vMB 0
89,583 89,583 00000000000ff64caf7310fa740b5d24d8f689becea3dc70e96e41b312741276 13 0.01/1.00 vMB 0
89,582 89,582 000000000009d9f83a0c6bc7f91c9b830f9377bc9e8f53a22c375acc9afc563a 1 0.00/1.00 vMB 0
89,581 89,581 00000000000ca39fa21756f8dee5aa566f836e910f8ad25874696dfc32a2363f 1 0.00/1.00 vMB 0
89,580 89,580 00000000001173f269e62b904644ad0b97aa7148cb8e92e3a174dba45b5b73c8 3 0.00/1.00 vMB 0
89,579 89,579 00000000000860895a595e4c45e9880bdfd9eca014be9412fe4b7af24d1e6ed3 1 0.00/1.00 vMB 0
89,578 89,578 00000000001367af1855910525e28457be0dd54abda00d7f1a8cad51a7b2ce57 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.11 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: 807.13 GB
    • Received: 23.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.