Memory Pool Memory Pool Refreshing

1,204 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,194 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (777,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,476 130,476 000000000000166ed9daba13c48a9edee40c1df20536136c3dd79504e7f09eca 0.01 MB 35 223
130,475 130,475 0000000000000c8ede0700bf13098dae14b2f65277ec249b4d46385cc9b6df88 0.00 MB 12 0
130,474 130,474 000000000000146069c96dedcfc3a49da2847ac4a6e8bb1d982c5cd2b072050d 0.02 MB 67 548
130,473 130,473 0000000000001aaaac6e994a1c3ccd99da84aa65a94980ba308d308048cdb3dd 0.03 MB 60 1,167
130,472 130,472 000000000000066c2a04138e382ba69094e3330493977b31303f36c8b0a801e1 0.05 MB 96 337
130,471 130,471 0000000000001adea72192402354ce7d99445993293386e5670c2b227a9efcc6 0.02 MB 12 1,386
130,470 130,470 0000000000000bb8a3bf3d49a5a024645e940b7690c22a7a29b662c93317eaee 0.01 MB 31 933
130,469 130,469 00000000000003a4430eda6304530b62c577a843127fc673af90eed4db2135b4 0.04 MB 137 52
130,468 130,468 0000000000000c125b2d9072d7df77a454c2bdd58d24e5bdb5578ffc9254f116 0.02 MB 42 616
130,467 130,467 000000000000065fc642991d79fd15a31781c97459e24fad8a861720e2084185 0.01 MB 14 1,723
130,466 130,466 000000000000129c4e7772953473ab371a46a0bf9a291c0abd071b4e93933768 0.03 MB 64 767
130,465 130,465 00000000000004ca9f65fa24da37339d0c1973c4439519b4997e3329902c26f4 0.00 MB 12 466
130,464 130,464 00000000000017a6ac4087232dd066916f78c91db122086bc582bf7ca5a00367 0.01 MB 19 750
130,463 130,463 000000000000037c7c3c54a6c941d15758934bca71d10435e5e10e77eeba211f 0.03 MB 71 383
130,462 130,462 00000000000004930a39a5dee3120b70e6b04ce7dcb87cd11485b847beab55dd 0.05 MB 164 124
130,461 130,461 0000000000000dff6778973e98be1b9daaff7067204001c451b2038fd74acb92 0.00 MB 1 0
130,460 130,460 0000000000000e2858ed489fcabf4d2374d039f34138bc11e0cb2cce1a336a84 0.05 MB 70 618
130,459 130,459 000000000000048727078c2ed2f81ccea39bad7e8ade8b49c148f38310df4f7a 0.05 MB 56 867
130,458 130,458 0000000000000e8dfede2a08a5f49db7185bc08736bcee1f9584a354ac073d72 0.02 MB 22 985
130,457 130,457 0000000000001a9257dc975a7b14f28440d048b3ea058006484e638ec8055c8c 0.02 MB 38 941
130,456 130,456 00000000000010ddd20f5bb81f9491754c0757fa3a6867c39a6c070e6a16b8e5 0.03 MB 60 886
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.