Loading Tool

Explorer IconExplorer

Memory Pool

38,867 transactions
28.82 vMB
0.07223592 BTC
Random Selection Loading Transactions
Max Size: 145.72/200 MB

Candidate Block

Mining Attempt c601f27ad5a23fbbace72a0c2895244dc572680a36c50b4993aa949a8ea0a5ba
Version 20000000
Previous Block 00000000000000000000a6d144bf09442c4791163349c498643bd27a23fdd463
Merkle Root 9e212e9096d0babd436f832e2bd54b1c85a6a5191ad4195e86ddc9b505881105
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,850
Size: 1.00 vMB
Total Fees: 0.01635561 BTC
Feerates: 100.36 > 1.64 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,576 (177,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,278 737,278 00000000000000000007f3580e0137367822d1bd58f8b1265c7cc29db600590f 1,330 0.51/1.00 vMB 10
737,277 737,277 00000000000000000000fff538b042b506af6cf40c2c9c3523a898f39df4807a 2,830 1.00/1.00 vMB 12
737,276 737,276 00000000000000000002a9b5368881e8854728172d67fc8ad4ca718516b8fc03 472 0.14/1.00 vMB 13
737,275 737,275 0000000000000000000331f5f4b31a650ac799f935588c5a699c94689e5cd7aa 1,162 0.50/1.00 vMB 12
737,274 737,274 000000000000000000013e27d2f6d4c9e1d4a08ba94eba73df68fdb886dc43d8 241 0.53/1.00 vMB 2
737,273 737,273 000000000000000000068bdb888fe424ede3b6253022cd4a832df5f652c4d95f 2,961 0.99/1.00 vMB 11
737,272 737,272 00000000000000000004b2992e1f24907fc5772d3d675789cd54563aafd17925 1,885 1.00/1.00 vMB 8
737,271 737,271 00000000000000000001eb5225b6d029f8061e40ddfaa32f86cb979039d82883 2,502 1.00/1.00 vMB 3
737,270 737,270 000000000000000000049ded9cf917a0b35e4fcba3cb819b7286aefe1e1386f8 1,864 1.00/1.00 vMB 8
737,269 737,269 00000000000000000007e89bdf3edff9b6b603cf278500228591f7e7aa0fa2b2 2,448 1.00/1.00 vMB 8
737,268 737,268 0000000000000000000284bf83d43e482f9cd632dff173a1773b5f41ec399c46 2,215 1.00/1.00 vMB 18
737,267 737,267 00000000000000000007b364d4e20f199cff2dd751fd31fb7fbfafc9b2db418a 2,464 1.00/1.00 vMB 15
737,266 737,266 0000000000000000000501afc39753d3c17f5d698818a24eb67b6929b23f0928 3,367 1.00/1.00 vMB 19
737,265 737,265 00000000000000000001677e830668dcf1bd9dcc94ad0a7335c9da65d24226a2 2,660 1.00/1.00 vMB 26
737,264 737,264 00000000000000000002ab74df3b17375db8ba6fa8a2b2b7e23bfc7b8ad4a7b6 1,412 1.00/1.00 vMB 18
737,263 737,263 00000000000000000003fbc94606f23a52447040f140ef67de33a2fc58019525 1,287 0.54/1.00 vMB 12
737,262 737,262 0000000000000000000831b5bf1c899661e395697da70223a5e8b7d6945d8eec 388 0.12/1.00 vMB 11
737,261 737,261 000000000000000000036413a8b4d5646393b16cde187b1c0f7cc4bb584542a5 1,690 0.63/1.00 vMB 12
737,260 737,260 000000000000000000044c6bf7c41c96f0a8850ccff1b0513569a2267f780f8e 367 0.13/1.00 vMB 15
737,259 737,259 0000000000000000000034fb9d48759b2667bf5be0b8fa4261ffb8831990a915 157 0.05/1.00 vMB 12
737,258 737,258 00000000000000000008fca4a4b6995a2bca65d5f73eca996f000b2d8199a7d1 1,675 0.88/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.64 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: 626.39 GB
    • Received: 11.63 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.