Memory Pool Memory Pool Refreshing

424 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 409 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (846,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
62,550 62,550 000000000af61ffe014ef042ce3f871a3d3c28a11794e20412c9b5e705386ea0 0.00 MB 1 0
62,549 62,549 00000000087d59e7bc87744cf51a79a9bdfdd11ae846bc99055491c7e217b94a 0.00 MB 1 0
62,548 62,548 00000000092df7eb8ea9ef78db04bdd6d4450a9e2b1ce3a828623d4597c0ee43 0.00 MB 1 0
62,547 62,547 000000000114c204254397f8165179d08623a1edf0fc43a770e7de64fd051ee3 0.00 MB 1 0
62,546 62,546 0000000000a796ba82a956155fba60c7c0a0d9ab74cd37bdba98451d37418343 0.00 MB 1 0
62,545 62,545 0000000000b462933571f1edfd056f1c7feb9f66725e11ed9ebb32f3ad8dafd8 0.00 MB 1 0
62,544 62,544 00000000045d0918a329801ff272c393819843636173258c151fc1dcb47938b9 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.81 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.54 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.