Memory Pool Memory Pool Refreshing

4,517 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,649 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,909 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,648 (830,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,573 78,573 000000000048c7751e67e097747c8b16f8fced1f88e5f7e493e8618e69923a5b 0.00 MB 2 0
78,572 78,572 00000000000846e5e57d5c625e48ba1e31524b0c6bfa665d89ff775fbc2c0530 0.00 MB 1 0
78,571 78,571 00000000004ad1b29aafc4b10b7ae3e637d8c008320492b1b5bd6d178ad0af24 0.00 MB 1 0
78,570 78,570 00000000003c9eb1ef1b0603b53653388eb36e44c5572db35f3ac8e9b8a8adae 0.00 MB 1 0
78,569 78,569 000000000004a402ed956f843ea13cc508dd48eb0a1a6b4d809249fc9e416222 0.00 MB 1 0
78,568 78,568 0000000000187517de9dfbfc6288065db3620cc593d9464b592f08a413878748 0.00 MB 1 0
78,567 78,567 0000000000374731ccc371849212f36d46c388783a8cac9277638860803a01d7 0.00 MB 5 0
78,566 78,566 00000000006706f63850cb8eeaa95bdd0f6d07254cbc4707531ba85cc15026b5 0.00 MB 3 0
78,565 78,565 00000000001d93708881b98fb04f3d601f3b18d73224d294225ae36f65f570d9 0.00 MB 1 0
78,564 78,564 00000000002c660127cc3f39dfb8d9d8b572d61df9414dd4ad431f278682fb68 0.00 MB 1 0
78,563 78,563 000000000027a30274d7af4d6e2c5b53e1443e01eba2b498829d4cd85641035e 0.00 MB 1 0
78,562 78,562 000000000031913bff4a900cd8896ae93cd88720008f02717d7b4451dbdf7cdc 0.00 MB 1 0
78,561 78,561 00000000000174324088b55c01181cfa967b3fc7e5b6c296f6894e81c97e4b95 0.00 MB 2 0
78,560 78,560 00000000002991ed665974b84716fc050500b903f434f6d465eca878f48cdbf9 0.00 MB 1 0
78,559 78,559 000000000014203b306e16efaf81a4cd0b7624b8830cdefe8255d26eecc13f14 0.00 MB 2 0
78,558 78,558 00000000004dc55abde7dbd91f391bd41ac598005e359a9c3de3f1275a57f5d3 0.00 MB 1 0
78,557 78,557 0000000000390b819f29be2967e8773ba0bbb852caf72b4f7cb67ef30ccc156f 0.00 MB 1 0
78,556 78,556 00000000004c8bacedfb5ee475a3b8409030141a44e11f630884833bb79b9540 0.00 MB 2 0
78,555 78,555 00000000004dbc7ef8130692d6ed6cb98c61a3f4bb491e02917712810cb6e5ce 0.00 MB 1 0
78,554 78,554 000000000041093e5a5b005a19057e515675eb53373fd2fe44aa5a383f74deb0 0.00 MB 3 0
78,553 78,553 000000000026a3b3589a49e962508dbff6cb4a65e98b6c6cb629ef70fe7be4f4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.43 GB sent, 101.44 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.