Memory Pool Memory Pool Refreshing

1,350 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,612 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,334 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (816,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,564 92,564 00000000000d182d364e86dc0197d7e7f7d5c2056a77438c55e7d127d77bf5b2 0.00 MB 2 0
92,563 92,563 00000000000b537341c243d9df70a27aec567e982351e4ea5df2bd6313d6d930 0.00 MB 1 0
92,562 92,562 00000000000d0269a1d2e345bdb62eb0a0830c87b92f61967dd5c711d09ef63d 0.00 MB 3 0
92,561 92,561 00000000000cb84f8d2c9aaae99aa5595e6bb5c0c35c5b877354bc9c3f8c7efa 0.00 MB 2 0
92,560 92,560 000000000003312ae766ac0ee08ba9d13bd628fbfe4ee3473b8d0fce4e9e47ef 0.00 MB 3 0
92,559 92,559 0000000000074c71a8c9356fb2a483fec98dd7fcc0294e2df059a2b540916b1a 0.00 MB 3 0
92,558 92,558 00000000000cf923e7702b365dd34766795a5fbe611e77ef9be31de651536e6f 0.00 MB 3 0
92,557 92,557 0000000000066486c7ec15879b8326d36aec8ecd3d8d8b736f35cf7d295e9fa6 0.00 MB 1 0
92,556 92,556 0000000000078a269f87c8f49ded7bc67a7fdbe43d2595862b920e4252bd6e59 0.00 MB 1 0
92,555 92,555 00000000000687d8db82348d758f46a67ac657e3c40736bb95efe269cbc920d5 0.00 MB 1 0
92,554 92,554 000000000002f49777187202d5ed27576e9eceb1f8eb674133334541c7f47dda 0.00 MB 1 0
92,553 92,553 0000000000044b22b1f5c8ba0a900741cfe2bd115cff3f949eb987ef7caa0e56 0.00 MB 2 0
92,552 92,552 000000000008d74f95fae753411bdeb12a9d67d82d45879aba3ad873796f7c86 0.00 MB 1 0
92,551 92,551 000000000005168b1ebfb40ec1a00d138c7f0bf6c224d045deea0bc75da73326 0.00 MB 1 0
92,550 92,550 00000000000026addff2a345bf712de7ed87710a24bc9c3440576eff2d35d184 0.00 MB 1 0
92,549 92,549 0000000000047065182353236f20f24444a498551a270b2eb0a4680f46e969e2 0.00 MB 2 0
92,548 92,548 00000000000b697ebae796f78947f6846e0d245244a065534ebabcf69d956568 0.00 MB 1 0
92,547 92,547 00000000000dcd909ce113a30f234bbdd70f707c108ec5e87c14a4be04330e59 0.00 MB 1 0
92,546 92,546 00000000000806c1a27fe76a8d9d620ff6865996b5b9a384aa8ca9cca0b6d689 0.00 MB 1 0
92,545 92,545 00000000000c8aed8c2cbe35bc1f8d762872230ce2cbf4fa0ab0158a2e3b0722 0.00 MB 3 0
92,544 92,544 00000000000b677cd66c58030e5a8c44622e0406daa25144f8344b242d141b7e 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 770.83 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.82 GB sent, 101.11 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.