Loading Tool

Explorer IconExplorer

Memory Pool

81,351 transactions
30.46 vMB
0.11227021 BTC
Random Selection Loading Transactions
Max Size: 183.42/200 MB

Candidate Block

Mining Attempt 460fe517b5828531e1808dae806692f98366fd796910d197d7b4eebb845f9111
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 7c24bae9e9c268642425c8f9b8dba5d374f55feebc59fd210f9c20197338a2e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.03785616 BTC
Feerates: 180.34 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (736,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
179,050 179,050 0000000000000344884a2ee179498316b4f7305bae6ff305a55cbec2b4b84b59 183 0.08/1.00 vMB 208
179,049 179,049 00000000000007516ffa5372233d72a53bda26eb82cf6a51f42916f2bc85e08d 23 0.01/1.00 vMB 17
179,048 179,048 00000000000005d5bcd29c2c9a7c10e7c64c7ea10179e2d2e4e6ba3505cdb151 309 0.13/1.00 vMB 122
179,047 179,047 0000000000000685c8fd4dc7644c2440628cc5a03d1b3d1471758d11b341e531 173 0.25/1.00 vMB 91
179,046 179,046 00000000000001a79f486fffa2a9d72ee2f69e9dff0a3778e1a511c25786338d 166 0.14/1.00 vMB 93
179,045 179,045 00000000000001a3d4ab3cf83295401d27a5d7d3389f50e91a7a8e4668ff87e3 9 0.00/1.00 vMB 51
179,044 179,044 00000000000006ad3f414e7ac0776426691c5b1fa90ccf154716a768638c14f4 126 0.06/1.00 vMB 140
179,043 179,043 00000000000001a67d69aa7e3c3ea330be480325f80d81d88e2006a05dbdf75c 16 0.01/1.00 vMB 84
179,042 179,042 00000000000001f30671eb7135f0d4c79db90207496ef36778b0e8efeefe6d45 13 0.01/1.00 vMB 75
179,041 179,041 000000000000059fb26e5d2768a940de3bc28c85fc680e98b6262f1d1d2eeec2 68 0.04/1.00 vMB 79
179,040 179,040 00000000000007371f8d6ea38b73ce595da71785485650607ea49d56957241cc 194 0.08/1.00 vMB 176
179,039 179,039 00000000000000b5b6a2ec541fcc0d18a685d3bf9f174225fd3b73189c11f071 73 0.03/1.00 vMB 218
179,038 179,038 000000000000023046c30e5f37295e782ef9e5e5811a1abea6622be4cc6a7330 84 0.04/1.00 vMB 135
179,037 179,037 0000000000000627d516997892862e8671615d9af0e222ad81d7dd83be4a508b 126 0.05/1.00 vMB 30
179,036 179,036 000000000000082ea34efba3f0e7e4acb5cbeac12b12ce9de7d0da46363027a7 47 0.02/1.00 vMB 196
179,035 179,035 00000000000003db34b9155cdffcc8a4aa1cd3e9ad4077ff19076ca55aeb7be1 163 0.06/1.00 vMB 162
179,034 179,034 00000000000005ba25144a28d11bba735ceac65d5cf69c5c443db46c310bc821 1 0.00/1.00 vMB 0
179,033 179,033 00000000000004be7160a177e0c7c4b9c5dc7e985b2167c4cc6114ecf34a29d0 75 0.03/1.00 vMB 132
179,032 179,032 000000000000029b907c54409a3f888a0745f00e93add85f317da6d48b058cea 667 0.27/1.00 vMB 359
179,031 179,031 0000000000000a3563d656b5263bafc1fc3bfca9704b9013ee381e7eab176ef8 167 0.05/1.00 vMB 254
179,030 179,030 00000000000005382140bdaec4eac46b6246c62307e396cd61d760fa32b5103f 591 0.20/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.