Loading Tool

Explorer IconExplorer

Memory Pool

29,072 transactions
28.38 vMB
0.08725503 BTC
Random Selection Loading Transactions
Max Size: 136.61/200 MB

Candidate Block

Mining Attempt 268808455cc06b5677e7bd28a0999977c860487e931c532009cfaa076ead6b87
Version 20000000
Previous Block 0000000000000000000125843996ba510aff6897669d1d413a568828e2ec36bb
Merkle Root 8f0fe3a788baa146e063a72b1e09cc9a44de638db03b0008a5e1fbcd430f33ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,442
Size: 1.00 vMB
Total Fees: 0.03220375 BTC
Feerates: 195.69 > 3.23 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,499 (678,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
235,944 235,944 00000000000000a9a64b09cfbd04c3b31685ae38a2a012917724705b0c751001 175 0.15/1.00 vMB 119
235,943 235,943 000000000000016b5dd46853c2eba6fc6b4d37f4c73761aea2209734c07d69e4 452 0.20/1.00 vMB 177
235,942 235,942 00000000000000df03cc904a314c74c39be4cff0f75e200bf0ee22040c7cc9f1 486 0.25/1.00 vMB 164
235,941 235,941 00000000000000464db9e3b0d10c12955b7b42cd887e3114d90f95f73838d4da 639 0.25/1.00 vMB 212
235,940 235,940 000000000000008e5b29b8a3ec337b0e262124b8d16a3d5c26e3e4ec0cef10e8 192 0.14/1.00 vMB 132
235,939 235,939 00000000000000de653e511f0974caf868713aa4e7d94e88ecb6183d5b41450c 77 0.04/1.00 vMB 186
235,938 235,938 00000000000001208558f75d4187bec61e0b932b47d4c3215bbda801caa3d79e 135 0.15/1.00 vMB 69
235,937 235,937 000000000000013475ccdce0b23ce525e6b82d89917346c324f28de7953faaeb 46 0.02/1.00 vMB 166
235,936 235,936 00000000000000fe191ec9812c0072f71b793fa84f448bf2d48d6b5db82cb913 613 0.23/1.00 vMB 233
235,935 235,935 00000000000000bbe47349134e1aa02b2bbca4f344b5e0294628fd448c8f4546 189 0.11/1.00 vMB 126
235,934 235,934 000000000000014983832f717de9f83a929099887eed4da348eaed4e2e4ade48 256 0.12/1.00 vMB 213
235,933 235,933 00000000000000372fa7caf0ed3024364bfcae3cad01953c19b4ffa20abec8fd 230 0.15/1.00 vMB 127
235,932 235,932 00000000000000ece6da12c22246890a684680c72c6a9f92b110426a3be5684b 587 0.31/1.00 vMB 173
235,931 235,931 00000000000000c9173e8bd4e2f73df00b741eb57bd63d8ea64addb8a7e586e8 82 0.06/1.00 vMB 57
235,930 235,930 000000000000004decf39d898d92f0ca445f299026b0cf885e7d7d177fc2bc46 711 0.25/1.00 vMB 255
235,929 235,929 000000000000001986c602e34b68e84b0d65b129e6a6a09a9ab150c178f0ef23 394 0.25/1.00 vMB 104
235,928 235,928 00000000000000db5be6716fb48608ab36b4583bc98cab600f103b5a32efc689 155 0.10/1.00 vMB 154
235,927 235,927 000000000000010e807598ad4bdc27bb24505f52e1a0447b15f19e1e5896c0a9 259 0.10/1.00 vMB 214
235,926 235,926 00000000000000f5bafeef2af06f0e1015c97ddd904e0ff0c7d0b1c3f4d9af1b 197 0.09/1.00 vMB 135
235,925 235,925 000000000000016febe1a03fda3b91c8c587a514fc802ae1ca4dcfc0da1a7a8e 33 0.01/1.00 vMB 178
235,924 235,924 000000000000012ebdb318f407734b4d8b82e7ca68524ad03d863a3e0d705cf7 537 0.24/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 781.50 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: 612.22 GB
    • Received: 10.97 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.