Loading Tool

Explorer IconExplorer

Memory Pool

89,569 transactions
33.24 vMB
0.15001244 BTC
Random Selection Loading Transactions
Max Size: 199.94/200 MB

Candidate Block

Mining Attempt 5738021f01af9ead8c807a8b333ea1ff27c94ccfad45f86506d0e7edf4f6d97a
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root c96cbec273eda486722ffd38c5b424ea483b7c8bcf1750086a917bf86ef4a1c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.05794305 BTC
Feerates: 627.82 > 5.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (101,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,033 814,033 00000000000000000000e79db78e089f9e0c32e1e3cbfc3d8dd98d7680fba071 2,079 1.00/1.00 vMB 10
814,032 814,032 00000000000000000002aab1534058c60e078adfdb4db2853a7038a91471eb3a 2,989 1.00/1.00 vMB 6
814,031 814,031 00000000000000000002a76c7307859a16a15951b09d1508dde268dc460f61a7 2,752 1.00/1.00 vMB 15
814,030 814,030 00000000000000000001047b07caa0590b37e2a4fdccb1b6a5f9637e08d439e1 3,458 1.00/1.00 vMB 31
814,029 814,029 0000000000000000000002e9e62ae5533528c2cd8bf3eeb8f09f9330d0132e21 2,546 1.00/1.00 vMB 3
814,028 814,028 0000000000000000000036b30c915c4976280ad7086ed70b744fab015160ceee 1,514 1.00/1.00 vMB 4
814,027 814,027 000000000000000000036a8ed97061cdfe3cd1e27502b7253a100bb1377a2ae6 2,282 1.00/1.00 vMB 5
814,026 814,026 00000000000000000003e51c4f0dd6d3f1925c40e46e750548811c3f0403ed1a 3,060 1.00/1.00 vMB 23
814,025 814,025 00000000000000000001cd12cca0143d3e0af61af97ffcd2f054c3da49632727 2,707 1.00/1.00 vMB 14
814,024 814,024 000000000000000000011c93257a6eec9f09f404f0e6092a7d4b9ae0c202cfd1 3,055 1.00/1.00 vMB 24
814,023 814,023 0000000000000000000229057dac6c09831fc9b56237bb85931e092c7c7f6bf9 3,624 1.00/1.00 vMB 2
814,022 814,022 000000000000000000012cc2837dd25cf53083d3d8c3307cd5a5915862b3fc30 762 1.00/1.00 vMB 4
814,021 814,021 0000000000000000000078b3bd0fd6e24881ad6ac847c1aa4700e6e91e90d481 2,092 1.00/1.00 vMB 13
814,020 814,020 000000000000000000023fa402c05331db0c0d1265f2e36f29df50d0d4387313 4,215 1.00/1.00 vMB 10
814,019 814,019 0000000000000000000395793da57739d4f790410dbeed0e089038dc9e5da0b7 368 1.00/1.00 vMB 1
814,018 814,018 00000000000000000003b4fc12975107633d3c2639f91bdae557d725b0d5a237 3,142 1.00/1.00 vMB 7
814,017 814,017 0000000000000000000481d44e837531b0242e0789dfe9e86f7f9e6024ba6f37 2,826 1.00/1.00 vMB 19
814,016 814,016 000000000000000000009373b6b0f072d5b3cb0b5ad79d1430cb2a1672459813 1,702 1.00/1.00 vMB 11
814,015 814,015 000000000000000000033dcb6ff91ff1a5322144fccf8d840fb5419428738170 2,526 1.00/1.00 vMB 22
814,014 814,014 00000000000000000004239330165f61280860f86b17f5c4d9e4e1c0c12742ef 1,398 1.00/1.00 vMB 3
814,013 814,013 000000000000000000022ea6fb0151b5a45cc7d84859750253aafdc162234909 2,930 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.90 GB
    • Received: 15.62 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.