Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

19,413 transactions (4.76 vMB)

Priority:

  • 1 sats/vbyte = (24 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 30/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,072 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,383 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,071 (887,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,350 22,350 000000006bb5f31f067c6f90da0dd3104ccc05a54aaab802bb2e976b30a4b63e 0.00 MB 1 0
22,349 22,349 0000000017000eff199fcad4ee03ff1f434e7ac9c4734c307ddaef9db5c9001a 0.00 MB 1 0
22,348 22,348 0000000086f486f7909181f5ddfa4c5df1794fa741d5dfee066dc6686258693e 0.00 MB 1 0
22,347 22,347 00000000281e02d5c645e65ed7511e30881dbfe39c2c4d52f1b5f19195d79455 0.00 MB 1 0
22,346 22,346 000000001bd9dd0e2dbbfa86b03d4b33497a2c0ed8b260641d9e5c91a104a4cf 0.00 MB 1 0
22,345 22,345 00000000941cd852b6714b62618f337ade7dc0a318ba69240fb3f785e0a9cd8c 0.00 MB 1 0
22,344 22,344 00000000bd940bb0c453c791009c5686f8a5ec7944a2ee859ea1d47642dcfc29 0.00 MB 1 0
22,343 22,343 0000000036d08efc915bff175405eccfe36e41a265a7baa34a57d1cb5d7c049b 0.00 MB 1 0
22,342 22,342 00000000f7764b07c44ea23904434637f032f905f086acd08b13b7bfc0e9e408 0.00 MB 1 0
22,341 22,341 00000000439674e56e852effcff53976a0b93f6b4e25792fe2928dca0a766203 0.00 MB 1 0
22,340 22,340 0000000005ac6b99fa36eb090aaea6c93e908692100e15f26eadf57742a5ad74 0.00 MB 1 0
22,339 22,339 00000000ca34b701eb4a968d8e040f3bf8ecf985450b2c1a994b7fabeff9b747 0.00 MB 1 0
22,338 22,338 0000000095bb5b5ec6767f45c4dd55088a00ba89145a53afc54dfa76997f28fd 0.00 MB 1 0
22,337 22,337 00000000798ca6a62a3d36f8584cc5b0ecd805c65d69c53718767f960b862a4d 0.00 MB 1 0
22,336 22,336 000000004d079c07c4b322fd9965aa26f7b3df75f8b11ac7e2572bb64b40e305 0.00 MB 1 0
22,335 22,335 000000006c6d16f6b86bb219cce028cc0f8e3e5a486965a315cce772069db20e 0.00 MB 1 0
22,334 22,334 00000000a8b5b26129386e54cbf76cfcd1cb40503d235108d47671a171428480 0.00 MB 1 0
22,333 22,333 00000000af810d437d91ea96ec99c8f1e5c9213b5f3afb17578124661f6d63e7 0.00 MB 1 0
22,332 22,332 0000000044a91b3b261accc212347ad50a4f484d6267a2602c28a21340bd2dae 0.00 MB 1 0
22,331 22,331 0000000054cc08b80e2ef5b33bb8144099076a6bd4d3017f4159ff0602d7eb3a 0.00 MB 1 0
22,330 22,330 00000000733a4ad851563f14e3a20e05485a69d7019b8ddb4d898124566aee4d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.53 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,186.83 GB sent, 116.13 GB received

Notes

  • This page updates every 5 seconds.
  • 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.