Memory Pool Memory Pool Refreshing

2,628 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,954 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,585 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,953 (774,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,542 133,542 000000000000007346463fb443eb3d28bcdb49f85e7ac3ed623d9e70ea3e4473 0.02 MB 48 395
133,541 133,541 000000000000072e314fe25c9b60fb1b6e90ae3cc046eabd5f0dc156cfa16c68 0.04 MB 106 306
133,540 133,540 000000000000041bdae32698b3570df9f785fb7e9412f327a582146dca2a4280 0.03 MB 58 71
133,539 133,539 0000000000000a8e6d4db50c2c189da0410c004b3a30e728965c0da6cfbac81d 0.02 MB 45 622
133,538 133,538 00000000000003d37165c8234f68372bc11f46d916c413b2ae23c5e2af7584fe 0.02 MB 47 508
133,537 133,537 0000000000000bab848b5fc633da6db507a3591ee84d742d2b71bf5c24151387 0.01 MB 26 200
133,536 133,536 000000000000010821bd06ebd6a3aec98c3d0c0c423d070878774f047a6232b9 0.03 MB 92 2,667
133,535 133,535 0000000000000731ac0a0a2d5839d84f05d69654d76e5335f51a94bffaa8f677 0.03 MB 64 452
133,534 133,534 00000000000008779e045f1a68b97f7cc06dcf1eb1dda2c3a289d0242977f875 0.02 MB 24 714
133,533 133,533 00000000000003d36e49143b601a89dee1402650e4fc78c4ae0f368ed715a9a8 0.03 MB 68 571
133,532 133,532 00000000000005f3ccc8218b8aeddfecb957d2561203b4d137bdc31441d52d87 0.03 MB 104 51
133,531 133,531 00000000000004c9d81afbe01dc92f2fa3540c844561e21e237004468f8625c7 0.01 MB 24 725
133,530 133,530 000000000000048644dc5eab101685139d22fbd6e364431a0113c1409eed4beb 0.01 MB 24 787
133,529 133,529 0000000000000505e2f43a50d6d03e226a34bb142c20d132e1cb6d6acecf6bae 0.00 MB 15 203
133,528 133,528 0000000000000b245b1c5baeaafabbd6ebef930ab91818cbf13351207461629c 0.09 MB 158 179
133,527 133,527 00000000000007e6057b390f17b4ed2944c0536785773e6437a01c85c50b9b27 0.03 MB 65 917
133,526 133,526 000000000000041c528e0b4e1e44bbc2d524ebfaa967797bf31f593e0ad3f3a4 0.01 MB 16 897
133,525 133,525 00000000000009fa87408716c0e2fc6334c6cbfab9ae5b5ee7bcd2e6b21927a8 0.05 MB 114 482
133,524 133,524 000000000000046b9ebec7cfb451a27865b19b5fe404330e91b1e9c604d807b8 0.01 MB 28 367
133,523 133,523 000000000000023cab019258a1b8383e8117d53dc8b27713b29b27fdd7e8b473 0.06 MB 177 221
133,522 133,522 000000000000011c190e54e6c33c14d02301e0af66c554a53ee57abfcc2c338a 0.04 MB 58 854
Previous 10 blocks ↓
Total Size: 769.46 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,646.16 GB sent, 95.24 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.