Memory Pool Memory Pool Refreshing

8,824 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,905 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (774,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
133,521 133,521 0000000000000c087fe4fb05ebf55c6e43c9b623f139868d0a0e7cb7bb6d1c78 0.01 MB 15 445
133,520 133,520 00000000000001dcd2f7a6ad619396c0cf33e7e5ec6d84fa9c838eab344fa12d 0.03 MB 70 132
133,519 133,519 000000000000057046d3effe5915baa5355410abef38a24af3f9f13f879798dd 0.00 MB 12 201
133,518 133,518 0000000000000537205463db9fa404d9cf7cd7773f4bb1b6d731e7ccd710b42f 0.01 MB 24 1,254
Previous 10 blocks ↓
Total Size: 769.45 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.03 GB sent, 95.22 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.