Memory Pool Memory Pool Refreshing

6,511 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (856,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,709 51,709 000000001a54289824c10d9e0b7b20dcf8b83b78348fc0fe92e385ce2fe9b905 0.00 MB 1 0
51,708 51,708 00000000079ae5e7e45713e3588a9557270407db836b7358837332780f659496 0.00 MB 1 0
51,707 51,707 0000000001441f008521b232ad5ce3d3f37657e1a4b5d389691f66a9552dac58 0.00 MB 1 0
51,706 51,706 0000000016abde0388a0fba2e92131714508debc89cb0e953e03965e82aefad6 0.00 MB 1 0
51,705 51,705 0000000007788bb609af83c954a1183ff834cd73048a2a238eacadb04ac5fb5f 0.00 MB 2 0
51,704 51,704 0000000011be82dfc1dc47c0fe97a812bfd54231c055028445ad6d8af65567bc 0.00 MB 2 0
51,703 51,703 0000000017bfcfdfe129d43266f2f6a4c346488f7b76ce8eb24c3753d232fc47 0.00 MB 1 0
51,702 51,702 0000000014347d422c103416a84152dacfde9807799dad63da4cccf8bc2170cb 0.00 MB 1 0
51,701 51,701 0000000004e198d59768c58fb2819ce67005436ca26db54b0f0b44366b8855dd 0.00 MB 2 0
51,700 51,700 0000000018f490e332aec00bc2108f0067baf851827e78af36624467f20ae202 0.00 MB 1 0
51,699 51,699 000000001eb265b88c416b7c7067131c5f771852de1b90167a4d982981f6bd3e 0.00 MB 1 0
51,698 51,698 00000000113440ced26b8fd4f919b92a170db61ed4baeb786d33c60b607dec8a 0.00 MB 1 0
51,697 51,697 00000000014aa7292751dfa58a7945fd82fa3fc0d765b5374ad960257bb60063 0.00 MB 1 0
51,696 51,696 000000000bad7e025136dc63022c2e00b8771676df7d65f84f384f6d9eb14db3 0.00 MB 1 0
51,695 51,695 000000001abbc323a89ec8eedae5fd124234a5816867b80754149f59104b37fe 0.00 MB 1 0
51,694 51,694 000000000b66fcded257b098bb54c254f404a11189c093ad3d0e447ff5ed6b4d 0.00 MB 1 0
51,693 51,693 0000000017926c3043410a09e9ab64d346183ca32c5cfd07a1eb2f51e002be75 0.00 MB 2 0
51,692 51,692 00000000085411f6eb8f280cf0d6ae9fadba79b90d87f0cddcf6785922cfee2a 0.00 MB 1 0
51,691 51,691 000000000c27cf13b4e437bafe503bfd538e8cd9c9ff8d13fa588a98ea9fb129 0.00 MB 1 0
51,690 51,690 000000001c9d925ded9942259d7d267f7479cf06825e2f4250f2c8b4ffc2138b 0.00 MB 1 0
51,689 51,689 0000000000644509b60cedd62e8903772e8395b0bcaec146b5c4f04ff0285de9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.