Memory Pool Memory Pool Refreshing

4,086 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,833 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,664 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,832 (15,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,399 892,399 000000000000000000005e7fda4031e4f4570baa0410f7fac842f6d47df24700 1.64 MB 4,022 4
892,398 892,398 000000000000000000019cf8e0acd0f30d3866d1f2f6e3b35f3dca4bc8c20059 1.61 MB 3,537 5
892,397 892,397 000000000000000000006489d51de924bfb86ee2d14a2be0d5bc3467146e8b38 1.70 MB 3,186 5
892,396 892,396 000000000000000000015a0567d384e16061e94856623b79f71cd029e931697e 1.65 MB 4,119 5
892,395 892,395 00000000000000000000a0184dcaf0a30b62337983212a2537be8b6f67cfe294 1.63 MB 3,742 15
892,394 892,394 000000000000000000020826dba5400dd58c0a6151b34c9220a76769ad45717d 1.47 MB 2,915 2
892,393 892,393 00000000000000000000762fe4ec75d0d58dc9e008e6e67b20df2a524f9e6f0a 1.74 MB 3,493 2
892,392 892,392 000000000000000000021bd0626644c5828cb983d02dd0981d799023511f2a9f 1.71 MB 4,249 3
892,391 892,391 00000000000000000000a4b76ace8d6887c51010ee43d6a420ef92e7228d3dc7 1.80 MB 4,337 3
892,390 892,390 00000000000000000001cf83ef46f5d4aa095a1845745090a4db957b4689fb37 1.68 MB 4,487 4
892,389 892,389 000000000000000000017a11e3289cde3ea274897802a993158ebc6ed0bfce5e 1.72 MB 4,727 3
892,388 892,388 00000000000000000001804a0413648ce02911176eba15ab23394d1c133a921d 1.81 MB 3,783 4
892,387 892,387 00000000000000000000bffd047cf0fe50cc7b1b93ea79b7b7790a7ee731728f 1.67 MB 3,835 4
892,386 892,386 00000000000000000001759d71317ec0449c5536e834c65e5893e31890051702 1.60 MB 3,741 11
892,385 892,385 00000000000000000000035fcd2d6a5b3e0b5d5e7b7252131f2580be6de663df 1.85 MB 3,774 2
892,384 892,384 00000000000000000000b946aa16cbd6473fd64d728fcd461e39879208b51737 1.79 MB 4,218 4
892,383 892,383 00000000000000000002226f191147b4ee1193163214db04685dfe50867f383f 1.70 MB 4,084 3
892,382 892,382 00000000000000000000bb529239010668bd19bb720fdefa1f8b310e7442d36f 1.62 MB 3,745 3
892,381 892,381 000000000000000000000cbf090ad767a0204d3291fb9826bd267b5f9544e7bf 1.58 MB 3,799 12
892,380 892,380 00000000000000000000df944fdedc7275a98b8a1c19b18f08c3e3d7a16b0a2e 1.64 MB 3,747 2
892,379 892,379 000000000000000000023490dc2b2c7394738eca7d2af3111878c3e70c1f04cd 1.83 MB 1,816 1
Previous 10 blocks ↓
Total Size: 769.23 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,634.73 GB sent, 94.06 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.