Memory Pool Memory Pool Refreshing

239 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,899 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 227 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,898 (793,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,750 114,750 00000000000064654168bbb72d4707260cb5001b9a582da5f8082d8ae92107ab 0.00 MB 12 579
114,749 114,749 0000000000008d158f43a3ddbefa931a48bccacf920f37e6fe5a0ab6aeac10f5 0.00 MB 3 3,868
114,748 114,748 000000000000878c7a89daa7f4c76712ea30e2be6630f598fa7f53dc1c26a0d0 0.00 MB 10 716
114,747 114,747 00000000000049e7c4b99534af8463c7791956a9f12330ffed6af1134a8da932 0.00 MB 8 1,239
114,746 114,746 000000000000bb0afb33b69827a26728976659253b0d5c27db465d2f16b00cf9 0.01 MB 22 0
114,745 114,745 0000000000006574e8f022f665e0199ef28a87070ffed32cdff5cbf906ac8475 0.00 MB 4 3,875
114,744 114,744 000000000000871353bbefce58753dbf8d851df5ad3747a6c6b3719f8568d516 0.01 MB 38 1,467
114,743 114,743 0000000000008b6ed2478c359dcbe5b5e52e3f038467c74aa3a17dcfef248033 0.00 MB 9 3,874
114,742 114,742 0000000000009382b6be47555d2b5aee1afad972c05029461562110ed8e62d8b 0.00 MB 13 1,284
114,741 114,741 00000000000076f14d49ffda801198a327ca7029d8466d9bb29cdc924fa09698 0.00 MB 11 920
114,740 114,740 0000000000005f9c7c4b6706556dabd5f1a7bc18f0be36913f179a83a18a57ef 0.00 MB 9 518
114,739 114,739 0000000000002508688d59cc3a9c543d8d5048ff58d7fc470ff3a60df0df55fa 0.00 MB 10 313
114,738 114,738 000000000000737d092aa1f4fd5bf741cc8f04bb83aba2d15b68dcd43e74c5a6 0.00 MB 10 837
114,737 114,737 00000000000070d2504cd69c830d975f114db04664aeae299020af6f0f04533f 0.00 MB 13 1,066
114,736 114,736 0000000000004433ee7894669e2df50eae427a947d65aec5c056317bb3a4e370 0.01 MB 24 396
114,735 114,735 00000000000048db6481d28ed143777761b4a57dda0e3e14eff74e99debfacf3 0.00 MB 5 3,883
114,734 114,734 00000000000079e02427745428d2efd193cd711fb0c0e933642dbc9bd6afd992 0.00 MB 6 3,399
114,733 114,733 000000000000b71664916f2f463215c0d39afd21f81a30370f3ebb2655e3956f 0.00 MB 14 3,878
114,732 114,732 0000000000006ac81b6863a7451b6afaf550f1baa74c55c8741791ca2c67aa8c 0.02 MB 60 1,778
114,731 114,731 000000000000d93ddd2b534b18f03dea30d6f3568b77d191384654ea216eea02 0.00 MB 17 3,974
114,730 114,730 00000000000080aced1e1ef33ff12166dcd28755dbe0fdd8b90b1907cb3bae31 0.01 MB 33 2,205
Previous 10 blocks ↓
Total Size: 769.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.56 GB sent, 94.71 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.