Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

843 transactions (0.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,485 000000000000000000022cb30000000000000000000000000000000000000000 0.30 vMB 833 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,484 (881,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,256 29,256 00000000a87abe0c401e6978329e88a1f35b63fd92e17c3b687b29a820d57665 0.00 MB 1 0
29,255 29,255 000000005cd4d8f25c6cd39bad9cfe6dc7c0d8d0245d9aaf2ad6cb0f6b6c8273 0.00 MB 1 0
29,254 29,254 00000000d90794d4d80df8a2ecd843281dd79298ab77a9968e71b3b6a4b5565c 0.00 MB 1 0
29,253 29,253 00000000da4f78423753ca11481fe071ea421b0727ec9fb817b45fbe73af0bd2 0.00 MB 1 0
29,252 29,252 00000000a3d6870bea9b4da6cc85376797c3d027312617aad19eec8959f5c195 0.00 MB 1 0
29,251 29,251 0000000003e88c5d1a87c270144a40a9e2427665a97d2cea27d1ef340493fd4f 0.00 MB 1 0
29,250 29,250 00000000e84466799fb13ec8aba716d897504275aa662e3630f8022326bb1eb0 0.00 MB 1 0
29,249 29,249 00000000f3a3148f7d226c3ddb09bde3e9e81b95e62b49caa87bcaf2fdf7a9de 0.00 MB 1 0
29,248 29,248 000000000b5f1c69296271f98509b57c1cd1a404d70c873c32d0e152d25e7d0a 0.00 MB 1 0
29,247 29,247 0000000037594548c60d441fe58b2a82788f6da18c550a4aa8bf33ae109c8a21 0.00 MB 1 0
29,246 29,246 00000000fa9d45330dcf4e83c51b0822c9b20495290f24e4d5e7b268c9143736 0.00 MB 1 0
29,245 29,245 000000008e6c30f42a5a45119e0feef88b0157ba4f87ca4b48be539067b1b2be 0.00 MB 1 0
29,244 29,244 000000000a81ed384f57ff96ad13d3649fac5e22a134b59d0e6c19c521cce59e 0.00 MB 1 0
29,243 29,243 00000000e52619da7b20a71f325cfd1fdce69a1500a5ecc317231f40eeadf16a 0.00 MB 1 0
29,242 29,242 000000009d16fe1a593fb2ae39971b3e2e699ac8bdcc643be73e0338b21a2103 0.00 MB 1 0
29,241 29,241 000000008888e747d904370155c0ed5a590cfda6a54cee34897cb05b657c24d7 0.00 MB 1 0
29,240 29,240 000000002473856afadea5fab846a7e074acdd4a85e45ce3b76845069482c83e 0.00 MB 1 0
29,239 29,239 000000008228a7153c1132c2cb6d746d59c8b985c640945185998c5ebf092b5f 0.00 MB 1 0
29,238 29,238 0000000055e3ab7c019f718b93329f6917133cfd1cc647139a02c75a47de58c0 0.00 MB 1 0
29,237 29,237 000000002c38a1ee265458b066c2c74183ecb20f0a3b488dec30820af4e4f213 0.00 MB 1 0
29,236 29,236 000000004168998542841b1917ccab87107dbdd30c674592ebc735cf2ebe3724 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,243.87 GB sent, 119.99 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.