Loading Tool

Explorer IconExplorer

Memory Pool

40,907 transactions
26.60 vMB
0.06172815 BTC
Random Selection Loading Transactions
Max Size: 138.82/200 MB

Candidate Block

Mining Attempt f5cac6c977b9f7a752c4fee66a3bd1098a27cb9ed6a661b6d118dd45826470f9
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root a4ce532e4dc14d526ba1d8c5d34a50c214cb349c9007803c70abe98bfeb5a5a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,411
Size: 1.00 vMB
Total Fees: 0.01258241 BTC
Feerates: 151.03 > 1.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (751,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,348 163,348 00000000000005c622c70876edc1dd7148a04f7c4177b6897c49c225f2471e85 58 0.02/1.00 vMB 18
163,347 163,347 000000000000095422f86f4c8bbf962327343994999814531d70731ec96c1aec 65 0.05/1.00 vMB 188
163,346 163,346 00000000000002dc714d8bd1697ad7d1d13a92f596dd4a6e565afc07e5307c5a 64 0.03/1.00 vMB 41
163,345 163,345 0000000000000bac6412666218c4da4cac9818b6dcc766228616226ea69209f9 19 0.01/1.00 vMB 174
163,344 163,344 000000000000064e58ae0de880fd5e037ec4dfc2f2098b8b3246c565046c7618 40 0.01/1.00 vMB 153
163,343 163,343 0000000000000badcaf51c2a507950c6dafef987922400f59f470af0f96b0e01 33 0.01/1.00 vMB 250
163,342 163,342 00000000000004342507b5dda337bc1b94f7d7394833b101f345faf4f23c376e 1 0.00/1.00 vMB 0
163,341 163,341 000000000000009c909cba3ac6b4bd0196d63ff5f81a2fa2c105472b084c9267 18 0.01/1.00 vMB 146
163,340 163,340 00000000000008bbeb5457b941160e4b67a53efb0b583e52ecc7c08387aa9a5b 92 0.03/1.00 vMB 115
163,339 163,339 000000000000077de287bb67fe1f62ff55ffa66637203e52ea1ef78c9bbd6089 20 0.01/1.00 vMB 33
163,338 163,338 000000000000047be7f239e84e3e6e13f6b6b18cc2ee11d81863b5bf7c020457 20 0.01/1.00 vMB 62
163,337 163,337 00000000000005d6a551e7f7722b693b393bab4ade60c70b7ce4159312edff0f 41 0.03/1.00 vMB 30
163,336 163,336 00000000000001214037d76995db19fc1d24005e0c8eb5099000db7349c83db3 20 0.01/1.00 vMB 204
163,335 163,335 000000000000083a0dc243c00ee62b29b6fc74cb4df24e52aec2ed060475f767 32 0.01/1.00 vMB 0
163,334 163,334 0000000000000a39727407cafa4f8eaa6f3c84d431430ce7d61024d61e2c4c17 65 0.02/1.00 vMB 266
163,333 163,333 00000000000004c4799a7d88605055d79ee6881f55e279dc8ddfa6e714b6a5f4 39 0.01/1.00 vMB 171
163,332 163,332 0000000000000c2a1f04fa2465afb1e88712f90037b658cd04f9274e52ab6f8d 11 0.00/1.00 vMB 32
163,331 163,331 000000000000081b468a7c3eef32555456f3089981c0b2a3af0eb8d385747225 7 0.00/1.00 vMB 67
163,330 163,330 00000000000004683e48092f1c47b8169ff1183c6257c9c828eaa21a3881ad64 8 0.00/1.00 vMB 69
163,329 163,329 0000000000000bf803f47dba19357212f7453a910ef52b395e3bccc89c59bb25 29 0.01/1.00 vMB 7
163,328 163,328 0000000000000c3faec2b3695c14be1eff39a77f05f1f8d09dbc86ad6847478d 9 0.00/1.00 vMB 511
Previous 10 blocks ↓
Total Size: 782.28 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: 657.00 GB
    • Received: 14.44 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.