Memory Pool Memory Pool Refreshing

11,003 transactions
4.70 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,788 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (753,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,426 154,426 0000000000000a90bf0ab9834d21b62bdb8691b54da3629084d79a7cd778cf8c 0.00 MB 15 35
154,425 154,425 000000000000070f2b0d754e21d88c73cff227d6c17395a1a85510f8f9431d35 0.01 MB 24 46
154,424 154,424 00000000000002d8f56c2800993e7343fbaa77beabbb75616822db802e62c6c4 0.05 MB 120 271
154,423 154,423 0000000000000cccff0db6afa65f463618869f981f53d453f93d8dce2a09120b 0.00 MB 5 103
154,422 154,422 0000000000000806575da2df13e87bde6154acdfd88213a4556b15e530543321 0.00 MB 12 0
154,421 154,421 000000000000093411d7b3ee8102a3a1a6a483047a08c1b202e8dcad93980040 0.03 MB 46 80
154,420 154,420 00000000000001e88eb3ad07ef70fa19bac847a90ba5afb313a823c3dc473bed 0.00 MB 8 37
154,419 154,419 00000000000006dca0111556e35c431b88cb9b64e212686d15e4ed7aab9f2275 0.00 MB 17 265
154,418 154,418 00000000000009abf2b604ed115a18b2daeed11317442aaef375bb2dd043c13f 0.01 MB 34 21
154,417 154,417 0000000000000afcb25cf3021d0a801aa94d10d4ecc7d3d61e54c14d12d88b7b 0.00 MB 9 134
154,416 154,416 000000000000069ab3c1c20ffeeda7e527aac6f3ef47a88597dfa5cdda4eecb9 0.00 MB 8 46
154,415 154,415 0000000000000997b692068b78bc637225e7eea01620d53ed557ec05f3b34d0f 0.01 MB 32 6
154,414 154,414 0000000000000213f5f089b102d00a171916e7caa37d1704c62d09326f58fc4b 0.01 MB 23 103
154,413 154,413 0000000000000bbeaa82db43b223b13071fb207db554d8058cd2732c525f0e5b 0.05 MB 166 73
154,412 154,412 000000000000019e9423fde9cc064d77ea65528f698ad7b42a50da8400dec313 0.03 MB 55 72
154,411 154,411 0000000000000dfb901f8e983a1febb710ca734c9474dcd529ba2f8e08013a39 0.03 MB 63 0
154,410 154,410 0000000000000af498ae76d63fd95b5c893fde9b91aff9b33271efdea4cd3c7b 0.01 MB 13 352
154,409 154,409 0000000000000bef1e9dff918f1d67583fd55521ce5964e00460c768fa43dc61 0.01 MB 28 152
154,408 154,408 000000000000036e7c2c497dc16a8032b24f074c132c31b3742d741f07738eff 0.04 MB 120 55
154,407 154,407 0000000000000e0dda43662e592a8559b2b2dd9df1e8e369aa7d24d2ea260950 0.00 MB 9 151
154,406 154,406 00000000000005d0efbd74ba445b0e2c70d87fa75fda55cd9cd2e666d0364305 0.01 MB 17 83
Previous 10 blocks ↓
Total Size: 769.03 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,625.08 GB sent, 93.02 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.