Memory Pool Memory Pool Refreshing

1,801 transactions (0.55 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,815 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,794 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,814 (871,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,389 37,389 000000008479f6986f41c4c0260586539d4fee3544c542de50aca1303c5b5605 0.00 MB 2 0
37,388 37,388 000000001fdc623e54f088021878d1aa5a564a14fce95f98ea7212924440c123 0.00 MB 1 0
37,387 37,387 000000001ceff31f97327d2b9c9305677e874e45c18e8133c966832ad3764407 0.00 MB 1 0
37,386 37,386 000000008b180481a6762f05830f817d8ef7504586279a165801aa20d3c8062a 0.00 MB 1 0
37,385 37,385 00000000129dce61c025e7859297ac04e217db6514ee26a58c80363c89b95b5e 0.00 MB 1 0
37,384 37,384 000000005f20c313c554d784ff77d6c069581103eaa5f7681bb404ec519f481e 0.00 MB 1 0
37,383 37,383 00000000bb859262e4d04132ec958b9c83951880fbe755d6df75a342c85a4b48 0.00 MB 1 0
37,382 37,382 000000000003222c5128575d34825bb0bf353c58959ef6c0aef8d6aaac36327c 0.00 MB 1 0
37,381 37,381 00000000ab7ed8af1fbfbe95a1afc5140858f4830b33d8b97126f2999b6c56cd 0.00 MB 1 0
37,380 37,380 0000000046d6fee5ce1d8e9b91e2047bab95adf6b09d4eb6adbc22eba50f0e2d 0.00 MB 1 0
37,379 37,379 000000009cc8db628de7b64888de637e6a2d30842edd65c27266c47819282a09 0.00 MB 1 0
37,378 37,378 00000000a9a7c489e348d4f9d9c405b86daca4437467341b16c49947b57fa27c 0.00 MB 1 0
37,377 37,377 0000000053c424909d87468eec7f46890ef8220fcf88ee725a1a363c0ed2c394 0.00 MB 1 0
37,376 37,376 00000000885a855cfb2e463b4859c4bd842a59beadfa682759b9e476240b1405 0.00 MB 1 0
37,375 37,375 0000000063d1cffa9e468e7579999b7d84fc59c435b36ebf094fa3f66f123d6d 0.00 MB 1 0
37,374 37,374 00000000a07c632b627834167d75e43973162b54483028fef4781e825f658e88 0.00 MB 1 0
37,373 37,373 00000000145161052336c86357d693fb44d25d7fa560adad335960b5dc68b794 0.00 MB 1 0
37,372 37,372 000000008b7b7ba1c57f1045e05beeb72dc672ffa371d32540d36130ef67bfb5 0.00 MB 1 0
37,371 37,371 000000003340fc37ef9281212186c34973d3154be98ae9a03438fc24aa950f6e 0.00 MB 1 0
37,370 37,370 000000004daf0d9aeced75c51c659a08b6b331c21b9e3da1d476d01be797af19 0.00 MB 1 0
37,369 37,369 0000000015cbe55224bdd8cc3024015db8d3b1537f9b84aea7b0ded4152122f2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.21 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: 1,857.64 GB sent, 103.14 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.