Memory Pool Memory Pool Refreshing

13,789 transactions
4.37 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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
907,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,591 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (783,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,441 124,441 000000000000144146677838d2573409554619a957fb45c3f3f94577eca91eb4 0.01 MB 14 90
124,440 124,440 0000000000004a59dd6f2e2c21211e0be87f1204a4cc05d358b705cd40b5da3a 0.04 MB 72 838
124,439 124,439 00000000000020395341cd73351d3d4bc03f43b37db7185789c516e66fc476d8 0.00 MB 13 582
124,438 124,438 0000000000004f02a7f6afebcaf523a44dba885468e0e839437c882b6cb003bb 0.00 MB 10 0
124,437 124,437 000000000000140d5f13d3b7cd555bea5f70378277966189971c1bb9df7ee28d 0.01 MB 30 570
124,436 124,436 0000000000001d44c4a2b583bfee8a3bfcae7c4284a3781ff404c3a3866aa588 0.00 MB 1 0
124,435 124,435 0000000000005e85245ac0114e57a7d83cc1b580fd99ded4d9025b29ef9f81ca 0.01 MB 12 181
124,434 124,434 0000000000003707bd054c53d2abeb006999061e00880360db6846e4a8d19369 0.00 MB 7 0
124,433 124,433 00000000000042850816e6c892e98b58acb3824bd4d397d7e2752d6254ec1deb 0.01 MB 25 1,592
124,432 124,432 00000000000023bc3e4ad10b007d9618877e7fb9cd4f46f84e6f57c43e6429fb 0.01 MB 7 883
124,431 124,431 0000000000000af901d8224f0646074fe7b392d41f5cda2e84348abfad6bc550 0.00 MB 7 0
124,430 124,430 000000000000491155bad8adbb0823029d618fc2841a2c572a0db590d19d829f 0.01 MB 14 781
124,429 124,429 0000000000001814b28046e294d6652611978bb2c45cd458f2a2260727384124 0.00 MB 8 953
124,428 124,428 00000000000029640bce07f911fe2d6224206b7337696da4164a7baad874e33a 0.00 MB 5 0
124,427 124,427 00000000000012c1ebc7f163e0970d3a44d8320353fdb429f85d26086855a1ec 0.00 MB 1 0
124,426 124,426 00000000000040b44f524dc3271a9dec3cd301f25aa81536605d8cb794695454 0.00 MB 7 685
124,425 124,425 00000000000004de65b88679758af0f2afbb99aac221c6d52d324fa01ae3074d 0.00 MB 8 868
124,424 124,424 0000000000003ce07b880d0c26e012ccf51d5c2d1f3adab4eb4225404871fb8b 0.00 MB 7 672
124,423 124,423 0000000000006a73a0cf50e025df3d35bbe4ab4f0b2653af59031f51a702c8b1 0.02 MB 65 296
124,422 124,422 00000000000016d5739be8444032d3e0464a83d96899256238dc4de1d96874cb 0.00 MB 1 0
124,421 124,421 0000000000004302ecf308c395ad18d3b30c0ab7fdff094bd67650e719e68494 0.00 MB 11 607
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.