Memory Pool Memory Pool Refreshing

5,583 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,644 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,541 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,643 (836,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,528 72,528 00000000002980f44614e4acc34386cd33e508ab95037b61e29c9d0356c14ece 0.00 MB 1 0
72,527 72,527 00000000005f311c6b590e946cd6a272e2f27cb085e1a266bba122ecd2633be9 0.00 MB 5 0
72,526 72,526 00000000007cf6bd84e43837d333a0a80c9d61c320088e256c0d8bb5040dc7b8 0.00 MB 4 0
72,525 72,525 00000000007bb12fc649b014620a4395f1851166476fad1ad5f3e9b8facd69ab 0.00 MB 1 0
72,524 72,524 000000000045e894f52396320364a69275cf5b252664aae034a01a9b5d558b27 0.00 MB 3 0
72,523 72,523 0000000000bdd64773553d2b43d56fa0d31247a6421f0b79b218b00a347c2882 0.00 MB 1 0
72,522 72,522 000000000090eccfdf7c3029545d1b43eeaa5dd44a2346474dd6f7259b360626 0.00 MB 1 0
72,521 72,521 000000000015e92df36ac34fe223b43a90b51dcd124475fb5cb52439e55c995d 0.00 MB 1 0
72,520 72,520 000000000103cefe8057e5ecdd00bd5d6e595b392f0349a09e77090c94507856 0.00 MB 1 0
72,519 72,519 00000000003573ac0b4ff3795005445c5e7cc577e87fb4a0a22eabe1b087fb89 0.00 MB 1 0
72,518 72,518 00000000001f94f3f4a2968efc07fa31dde136aa7d47665668d624b5fa49fbc9 0.00 MB 1 0
72,517 72,517 0000000000a472b366d7d754efbf7b410730c6eb4f91610c583b100f5ab98ab1 0.00 MB 8 0
72,516 72,516 0000000000246e75fbaf5d222799eb6dc10918c3aaf9e6d72b40c1c880bc51e9 0.00 MB 1 0
72,515 72,515 0000000000720ca9a16a94ef8d9bdc2330c901709998960c1e7b65bbf83eebb7 0.00 MB 1 0
72,514 72,514 0000000000542544857eeb8649ad20e2d08b24f17ee1982fa1e90c3c594211c1 0.00 MB 1 0
72,513 72,513 0000000000ffda8c4ddb9eb9f978d250c24c2ddf907c0ce867a795bc6ca071a2 0.00 MB 1 0
72,512 72,512 0000000000b25490b112336d58d6255934a1580bb3ee1e248625a3ac08b135df 0.00 MB 3 0
72,511 72,511 0000000000324b064197ebe85701225b7d9747319c5e3ec151eb8acd32f1882e 0.00 MB 5 0
72,510 72,510 0000000000e01dc23864891cb23c6c454a8c9c5a584bc4b24bb0895fca8440e4 0.00 MB 1 0
72,509 72,509 000000000083dcf46018796a600bfd1fb1cfc1ec50abc403832df92c1b19a93d 0.00 MB 1 0
72,508 72,508 00000000005919d9fdb23c4cd05051e2c788140ad4f462affbf80f2c10e33004 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.89 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,851.27 GB sent, 101.39 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.