Memory Pool Memory Pool Refreshing

107 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,604 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 91 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,603 (846,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,571 62,571 0000000007d0c6b65f074f7b430655e14f1f9e27251cdb15fb9a8c3bc3677eda 0.00 MB 1 0
62,570 62,570 0000000001ff26acc8234f4d87958a2ae71c0a97196cf7b644311e7a26d1f569 0.00 MB 1 0
62,569 62,569 0000000003d8e645ba077944900daa2fa7f08e6ad38bb4b7e978492951fea5e6 0.00 MB 1 0
62,568 62,568 000000000a15527077ccac0e95a52168d2d2abe9c9c329cdd2be43bd092e8a76 0.00 MB 1 0
62,567 62,567 0000000005d668fe9662f10e1e537bd9fc925f6cdc7d9c22a4e96aa403f8fe54 0.00 MB 1 0
62,566 62,566 0000000002b63bd24a9ed234a0a284711d2af6f26aa5d45778c26e63b13fd758 0.00 MB 3 0
62,565 62,565 0000000005b59cb0301f8bb8d36ad0b59f82eeee7d0c83f03155303b423f599c 0.00 MB 7 0
62,564 62,564 00000000019d314c5fff98471bd56e6d351b8d4dfdc4812bed83bc1fb6523b89 0.00 MB 1 0
62,563 62,563 0000000005a989b4acd9c507440c2a716679b09649baa56253eb8f94eeec14ef 0.00 MB 4 0
62,562 62,562 0000000008c46358446290006634e9e83e49b15e82e7dbaec3de7d920f2fabaa 0.00 MB 1 0
62,561 62,561 0000000003e0cacc37c5568ff79a3d92763d1b20dd12f5bd04eebb16867a396b 0.00 MB 2 0
62,560 62,560 000000000d0b18f3c690d1852cf01eeca0481740084cf6f57060e9d24470e5e7 0.00 MB 1 0
62,559 62,559 0000000001c6ff0ea03955c9ecbaf9f954c37a8b6524b5c15e60cb54e6bf2cfa 0.00 MB 1 0
62,558 62,558 000000000174d563e433f8ace61f9a2c10907081bdba28be7ed1a51f3d11d8df 0.00 MB 1 0
62,557 62,557 000000000ad7853d629fd1be5ec968c72fefed74614f98a83648aa3dbe032cf6 0.00 MB 1 0
62,556 62,556 000000000c4dfb0c852144a202810df5118aa3101c57b532e25bb6dc52c73d01 0.00 MB 1 0
62,555 62,555 00000000053822b903047791abae57efb28f15c8a0217d928100927635624024 0.00 MB 1 0
62,554 62,554 0000000006636c184bff64eb6fa991e844ecad0da432aed977386ccf582b0e7a 0.00 MB 1 0
62,553 62,553 0000000000ad91fada6d939fa081a43e181302c4676213d124d5d7c1a1d3b4f1 0.00 MB 2 0
62,552 62,552 000000000cbb26a390a8804bd94a7e67d41fc33cc46d3945be61aff0cd85e676 0.00 MB 3 0
62,551 62,551 0000000002ae5a85b1199ae9246efe8ad64bcb950597713c6e881f70d10958de 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.82 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,849.58 GB sent, 101.04 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.