Memory Pool Memory Pool Refreshing

502 transactions
0.16 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
2 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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (840,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,418 68,418 0000000003ccaba14b6582a08ebc10960a9fe3270679b54c3ee87997c53a7ca2 0.00 MB 2 0
68,417 68,417 00000000051ed8a0d9f8d6a7bfea79ae35af8baf3de28454f3afc3fc5bbbdcfa 0.00 MB 4 0
68,416 68,416 0000000001ca890eb7ca11c22680e13800c54e9cb11f2e39f51196a89370789d 0.00 MB 3 0
68,415 68,415 0000000001b4954f9dcd79d2ef9ac7a94ab13a315551cda3ad07be4cafa0ce5b 0.00 MB 1 0
68,414 68,414 000000000242f49314daf1099d1deba8759a39ebe8220b728b5e4bd2c4fd9077 0.00 MB 1 0
68,413 68,413 0000000002719ecdcd1fe82476155cb0221457f5ea052c8babaa5675d86a9049 0.00 MB 1 0
68,412 68,412 00000000044ed5120e0def470f37d1f1bf605917ceba24ebcb8ffe003be54816 0.00 MB 1 0
68,411 68,411 0000000004260c2bdae2b9e2fcf6ae6171ae85cf99cec9e927f3783dc003216b 0.00 MB 2 0
68,410 68,410 000000000498e10156ba4fb2cf6518ae6bc4aeaef504e9aedfc212f28e10c8a5 0.00 MB 2 0
68,409 68,409 0000000000ec66d1397e1d732a6e7cf2ec2173bba39e1b986819bf409b57f71b 0.00 MB 2 0
68,408 68,408 0000000003036007d528069a8453c7bdaf38678e5a84e5937b2ec02fec427e6a 0.00 MB 1 0
68,407 68,407 000000000171a86f745b8b377f9a03deb8fb1dcbafefc2d73137fa3b4b09baae 0.00 MB 2 0
68,406 68,406 0000000005485403972dbd239ac25c6332252dfa7676c7ef47188d7f60d270f2 0.00 MB 1 0
68,405 68,405 00000000059e7e3ecc893592740bcfd5cc4db55940a522a04400ed105f93841e 0.00 MB 1 0
68,404 68,404 00000000042bddddec4b350a18ed3158f7401f23e734f1aa820703b8dc2d84d8 0.00 MB 1 0
68,403 68,403 00000000043205e65ded11b6e0451dbf771646ac7992e09450c66cb3fa9f536f 0.00 MB 2 0
68,402 68,402 0000000002e263ac9ccd4a915bdfbac7d969bc434f176201a9ee0d695bc0aece 0.00 MB 2 0
68,401 68,401 0000000003c78c1b88f6882246dc6696b5cbcc6c667d505454416b36e5446bf8 0.00 MB 3 0
68,400 68,400 00000000056572357c74173748176732548e3d4ad4dfb6fbb31d22c9b0a2abdf 0.00 MB 1 0
68,399 68,399 00000000056e7c2a36763676cc0203823bbc3f8ec3e2de06bcb304864fe30c92 0.00 MB 1 0
68,398 68,398 0000000000aeefa60400ab4f2fdce9b2e158d75221f51ca719afb16a4ad6aff0 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.54 GB sent, 101.04 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.