Loading Tool

Explorer IconExplorer

Memory Pool

74,494 transactions
27.64 vMB
0.07642095 BTC
Random Selection Loading Transactions
Max Size: 168.30/200 MB

Candidate Block

Mining Attempt e667944a3a4587af8ba2e53923ca189a3bd6b00cfe8813e5e3293431d18e73ec
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root f2c4f97ba7eded15fb5ecbc1319cefc2c014cd4dad6b2c22852da5e7640871c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,829
Size: 1.00 vMB
Total Fees: 0.01739142 BTC
Feerates: 402.60 > 1.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (795,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,243 120,243 000000000000a422a120f5e568b7d509775fc627adcca1f102c96f11a52f696e 11 0.01/1.00 vMB 662
120,242 120,242 00000000000068a2aab4e70ec5d4b69da83cb7d758e6cef6b58b036381377b35 8 0.00/1.00 vMB 742
120,241 120,241 000000000000806eb1b70c7e2a8d9fd704e5649e1b8b1615ef468c3d7295d867 4 0.00/1.00 vMB 934
120,240 120,240 0000000000000d2be908287a7dd36a22e92555e5691b7da8f69f0b4050962278 1 0.00/1.00 vMB 0
120,239 120,239 00000000000028ae91b90370dda4891fd62d4845b6461679b7a2ef347a5bf61a 4 0.00/1.00 vMB 1,765
120,238 120,238 0000000000001b2778e34e81515b919a173dccd10b4fcdb41fb6d5f64ee0a303 2 0.00/1.00 vMB 0
120,237 120,237 000000000000b3a79f952885447c58b0bfbe235edc3c71ba10e4b216711c2868 2 0.00/1.00 vMB 0
120,236 120,236 00000000000055d21170c4e0e3096457522b29b758f893f751917e9e05bd8ffd 5 0.00/1.00 vMB 0
120,235 120,235 000000000000a024f9923ee6580b03758dfb6584143dfeca51201c397216ef8c 15 0.01/1.00 vMB 546
120,234 120,234 000000000000abd296807449d0e9e70e1cff07ac7184b1aa9f738a49534d3082 5 0.00/1.00 vMB 1,030
120,233 120,233 000000000000299ec291b9f9826d53aea34964d4bf27e5c5e87b61989049a577 12 0.01/1.00 vMB 240
120,232 120,232 00000000000073baf9f67637c889c294111dbe7f70b0cc57a3f5e3eff9fe8049 11 0.00/1.00 vMB 615
120,231 120,231 00000000000098ea6de179c5bfc62ad0269598cd0bf2f22a12169d9ba983346c 12 0.00/1.00 vMB 571
120,230 120,230 0000000000006c9312a809705dfdca013e8eea54398c75cd5075ec0cbca2fbe3 16 0.00/1.00 vMB 0
120,229 120,229 000000000000539e271d69069f12f1464502a57e62b7bfe9eb4993fad602e523 8 0.00/1.00 vMB 0
120,228 120,228 000000000000044525adf1654048a67bcbb37a8438a2287bf49f66d35c83744b 16 0.00/1.00 vMB 1,485
120,227 120,227 000000000000269fb01db8e7542184f3b97275ddf86157ab89ea8ce313e612a7 13 0.01/1.00 vMB 107
120,226 120,226 000000000000204cffa6ae66a8879ff06e819624a722e6fa59c11cf703d1fc32 2 0.00/1.00 vMB 1,106
120,225 120,225 000000000000a48d20ebb32675337d1c3a00e4cdf94794b81ffa3d6131d7f481 11 0.00/1.00 vMB 312
120,224 120,224 0000000000004ca1af5ff7bb91d0d45a9efbc039cb7d27367a1439161966201c 15 0.01/1.00 vMB 629
120,223 120,223 0000000000000c91c5662deaef2231c5ae9627a9db2cdce364f061a9b44ccf6b 13 0.00/1.00 vMB 1,027
Previous 10 blocks ↓
Total Size: 782.94 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: 714.87 GB
    • Received: 17.61 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.