Memory Pool Memory Pool Refreshing

1,187 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,777 (781,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,569 126,569 0000000000002c916d9dbcd9e64c779917ad1480c26bd4ba515af0d239d88e0f 0.04 MB 97 605
126,568 126,568 0000000000002f8d63760920e29b33a06d092ef234c330f168ee8910dd715658 0.00 MB 10 679
126,567 126,567 000000000000369a21ca7b0e1d48ed5804017fa93ae48d340cb41956def8d79d 0.01 MB 16 1,392
126,566 126,566 0000000000000ad3942c38ad44803989eccd35323c9c2ce37c632261f9f24f09 0.00 MB 11 29
126,565 126,565 00000000000026be0ba5145ff24df064cd8b4c497855d4a33c0176fd72b6c555 0.01 MB 16 628
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
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.