Loading Tool

Explorer IconExplorer

Memory Pool

38,162 transactions
25.46 vMB
0.08777214 BTC
Random Selection Loading Transactions
Max Size: 141.37/200 MB

Candidate Block

Mining Attempt 7c687b88246351be69b227da4759a7faf45c421b7b8178f9fca80cc9163f762f
Version 20000000
Previous Block 00000000000000000000def7ac5ce15989953eb10e4359edf358789cacdfabd7
Merkle Root 7da0df7f678cb8ab8cab48bff5283fd07141f3c48363c14978c4021aecc39de5
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.04766829 BTC
Feerates: 157.95 > 4.78 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,209 (44 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,165 941,165 00000000000000000000a28923657d49daf0ac1d1064ff5d1ee6918f62fb0c97 3,643 1.00/1.00 vMB 3
941,164 941,164 00000000000000000000f85137cb62085ddf48fff4c6f39739de76dd933ebe0d 4,472 1.00/1.00 vMB 1
941,163 941,163 0000000000000000000108f1d4fcb7e1bfcde9d93e0395160bebb63767f2dff7 4,066 1.00/1.00 vMB 1
941,162 941,162 000000000000000000002419fd7bdd20a91989951cdece91af8610d051fba6b9 3,603 1.00/1.00 vMB 3
941,161 941,161 000000000000000000015e259d4eefe8486728293532aad412475db1cf2523af 2,810 1.00/1.00 vMB 2
941,160 941,160 000000000000000000002fd9c4fffddf0661bc483e60ad8a1c6aa9ca00543489 4,565 1.00/1.00 vMB 0
941,159 941,159 0000000000000000000166e16eb8a7c941fd366b0af4f11b03c22ed6fdb57b9a 3,371 1.00/1.00 vMB 3
941,158 941,158 00000000000000000001a9db968cf8f6b2ee8578b4bb281f01355ced725d7c4b 3,880 1.00/1.00 vMB 1
941,157 941,157 000000000000000000009b1569ccc6cdce093d08e94127d94af5fc70beabdc5b 2,620 1.00/1.00 vMB 2
941,156 941,156 00000000000000000001eafb3ecf16b53d600b31256e983746617f26796a89af 3,174 1.00/1.00 vMB 3
941,155 941,155 000000000000000000006c73c4dd175e91fce7e3d1bf0e51b549adc826c79e4a 2,280 1.00/1.00 vMB 2
941,154 941,154 00000000000000000000dd26ecc6641c755a3f7a833ab27d777e32504999b6dd 2,741 1.00/1.00 vMB 2
941,153 941,153 0000000000000000000069309696cad427318d10f72d24e2fd65346321a74e44 3,141 1.00/1.00 vMB 4
941,152 941,152 00000000000000000000e14ceb015bc20cd400af2ecdf484a17ea0b12e8e3d16 1,525 0.47/1.00 vMB 3
941,151 941,151 00000000000000000001c5d977fedb40e5450e32b892bb996f74d7812344b87d 5,530 1.00/1.00 vMB 0
941,150 941,150 000000000000000000009a357a056b91c83f72a7524caa0be1474c82e714d2f6 3,060 1.00/1.00 vMB 2
941,149 941,149 00000000000000000001435d5b2b0384cf84a5496c384e2fafde973e6cf8ee29 3,972 1.00/1.00 vMB 0
941,148 941,148 00000000000000000000e7804683ff173f4ab00d2ccf63d098b9effd6a570987 2,680 1.00/1.00 vMB 1
941,147 941,147 00000000000000000000ed2e7fafde111a22a6d1bf8ff34cd606d3ad47a94433 3,659 1.00/1.00 vMB 4
941,146 941,146 000000000000000000011c0d63b5cf9cb5da5ed98d29b51408055397d45739b3 3,933 1.00/1.00 vMB 4
941,145 941,145 0000000000000000000167f2e806dede2cbfea2ef7a9b11b6a71d87328aec1ba 227 0.08/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 828.92 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: 4,621.52 GB
    • Received: 249.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.