Memory Pool Memory Pool Refreshing

3,597 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,511 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (796,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,431 111,431 0000000000004d8d21775051b79e8f2f1c777c883eedc8a4de4de1e41ff83913 0.00 MB 14 310
111,430 111,430 00000000000051be272dcf7efc232ceba41d7852a91306317b366247f8052e7a 0.00 MB 6 1,532
111,429 111,429 0000000000005351ae567fa1d290f987b0901be59921637d61be3efefc66fd43 0.00 MB 13 333
111,428 111,428 000000000000fcd4afc9038e06c609e237c91aa820cb2698064838e32a00c9c1 0.00 MB 12 312
111,427 111,427 000000000000acb85c742e25c98799d219c3543ee02f6076fbd3f26e5369cce3 0.00 MB 13 333
111,426 111,426 000000000000513cdb499174773ff2be786c475b6c319766e83faff7bdd5ebaf 0.00 MB 13 337
111,425 111,425 00000000000111ed15816f38e43d416a427ed942acc3864f07d226df5127523a 0.00 MB 9 321
111,424 111,424 0000000000007d13a6bce2255e09e82a110ab8674114185fb4de94b9a78345f1 0.00 MB 12 590
111,423 111,423 0000000000004199204e6b7e432b97cc52e1580d587ff5944c503fdafd2f6cdc 0.00 MB 17 222
111,422 111,422 000000000000f2e8d47ad3171c4e050912c744e54a339872987d2cecd4e308f3 0.00 MB 12 367
111,421 111,421 000000000000b030d78ff393b3a93ebfdc51293caf95db1f694617f0e6f57d91 0.00 MB 12 342
111,420 111,420 0000000000002203df961598e6906837b95e4c46694ae874b35235aaa55286d4 0.00 MB 10 0
111,419 111,419 0000000000000d69f8c5f48ceb13f7c8901d23789293e9e663cb827aed998d40 0.00 MB 11 3
111,418 111,418 00000000000088181dc5e925ed05ef3c5363f98211b1749db1614143225c949a 0.01 MB 18 202
111,417 111,417 0000000000012648726b01574059ec9b994e91a75f49b7f2f99ebd998419401e 0.01 MB 4 0
111,416 111,416 00000000000123d23b9cbbc62a30df742ecb5429796d263d97bd7aac4daedca1 0.00 MB 10 3
111,415 111,415 0000000000004869f0e32a18d3146037a11e51730d9e7e971833dce3a7741e55 0.01 MB 20 164
111,414 111,414 000000000000a85bdcd0ed03ba71f8321c51034abf963d35b6221fb3bd98b1b1 0.00 MB 5 0
111,413 111,413 0000000000010193c66e05956da9f111a451b51d5da453f38f1d8c3f129e234c 0.00 MB 10 3
111,412 111,412 00000000000090a6a156ac2549f36efff9d355eaf674b00b389b36778d3b2ecd 0.00 MB 11 3
111,411 111,411 000000000000ad38a1f410b4a3662ee4181720be2aa99e94fb6ddca10a537939 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 768.96 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,614.99 GB sent, 92.60 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.