Memory Pool Memory Pool Refreshing

1,939 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,885 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 1,929 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,884 (781,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,564 126,564 00000000000036a92d551db494eabdcc298e1a767a6211e7da3442cd7329ce79 0.00 MB 3 1,937
126,563 126,563 0000000000001e094605bf242767731e7cd67d09904e6fbaa58b5125bb67f4d7 0.00 MB 7 21
126,562 126,562 0000000000002013a8a07efb28e442d8703cc9f27bb40fb605b674c3a5d0a62b 0.01 MB 15 833
126,561 126,561 0000000000002c75434b3055d8ab848dc0f7c4e130b00bbf989f4f82ac8a877a 0.00 MB 4 1,293
126,560 126,560 00000000000031b53c34d836c64253a46273dde762a2a9e89096084171e74390 0.02 MB 36 829
126,559 126,559 0000000000001ee749fab828be720485bbc557567f1254dca2268a5af6e5c136 0.02 MB 68 1,999
126,558 126,558 0000000000003a5fb504059f3dbb4bc9c5e238af51da1d1a00dd6cf8e27e0987 0.00 MB 2 0
126,557 126,557 0000000000000104d932b32e66281863f15534deab9a7a66ced404b0fb8dfa61 0.01 MB 31 24
126,556 126,556 00000000000006eacc3604b5dedcda2bd49e2eff4d0598010e54fbdc83c7f821 0.01 MB 19 1,095
126,555 126,555 0000000000001439390904c92fc7567527a83cacdd1b654a58152e91d1061eb8 0.01 MB 14 1,168
126,554 126,554 00000000000003b780d187c25ff97b564dc57f0c62e57df3bf53d9be53e0182d 0.00 MB 2 0
126,553 126,553 000000000000123382d00387576edb935f47f8e8a8abce216eb33efe28381b74 0.01 MB 35 28
126,552 126,552 00000000000027d649934860c4378c120b269946f0f135366c4fff43ec041b92 0.00 MB 7 744
126,551 126,551 00000000000037a286abad74da64fb948ecfbfbd21771e6cfb7abf61b74cd9eb 0.01 MB 19 915
126,550 126,550 0000000000001b93ce9eb112c33fa97d6a8c45cf5e47d61f9273b297a6c0fbb5 0.00 MB 11 359
126,549 126,549 0000000000000d49ab99d03c4253a4cb2a85072f4a251edddfc5e853debd5c04 0.01 MB 33 1,177
126,548 126,548 0000000000000def5ed708a2a441b5b6f23394eb285f1354dc5514bfcbeb4733 0.00 MB 13 1,459
126,547 126,547 0000000000002a6a776893c375f2d49cccb150e126d2b03d1a4532950ab566fe 0.00 MB 9 51
126,546 126,546 0000000000001498f0159ac854ce16a05595fa9a856908ececc844bfa99065ad 0.00 MB 9 312
126,545 126,545 000000000000369357dc2ce29a71db3850a42c7927678cb79832ab8173969a08 0.00 MB 11 746
126,544 126,544 0000000000000f1372bdd9c5001142ed45af12cb48fa5ad98a88453c053481c4 0.01 MB 18 1,114
Previous 10 blocks ↓
Total Size: 769.32 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,643.13 GB sent, 94.59 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.