Memory Pool Memory Pool Refreshing

7,020 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,686 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (807,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,517 100,517 0000000000029c8c9ea9b72f6f1cb3c8f7fc98c3b23845d22b282acf134e62f8 0.00 MB 4 0
100,516 100,516 000000000000beca5e509339184f13ddfe4374944648d026e0a1016a2576ae58 0.00 MB 4 0
100,515 100,515 000000000003032920e5f6094a7154813244b43b083284bacc642c863035c39e 0.00 MB 10 0
100,514 100,514 000000000001d241eb59a0e12c98401c33747fb708786a5d90d8e5b1f830fe2b 0.00 MB 5 0
100,513 100,513 00000000000185055b36520a2d1bfe949865dc8de5edc8e8f14cd98e4733bede 0.00 MB 1 0
100,512 100,512 000000000000498a8252fcb094ebb36567b04fd9e67269f6d7cce2bc3873f0c1 0.00 MB 3 0
100,511 100,511 00000000000124ff19c5627ae57a7254bb762ce0435f7431fcd53da5c920e2d1 0.01 MB 6 0
100,510 100,510 000000000000d7a73902243540e53956fef6cdd2acb78dad823153ae5c134d9c 0.00 MB 13 0
100,509 100,509 0000000000005dba1fc646d26dcd8413938cf712949725a718b2eefb1c2458bb 0.00 MB 9 0
100,508 100,508 000000000001d43c576c0cdb2c1dddfc7a5edef47bb720f34bc5221a22f93859 0.00 MB 3 0
100,507 100,507 000000000002ac024f422b9c95af4d91c1464890cf36c0f1997ee7f5a3906af4 0.00 MB 1 0
100,506 100,506 000000000002f8760a275132a0561941acd2dc38c3f84f9f0e54fe6775da116f 0.00 MB 3 0
100,505 100,505 00000000000181305eb4d160a5b4d0466548a9b090fb65373ac90bb1ab853f5d 0.00 MB 2 0
100,504 100,504 000000000002d8504417fcfe4820d995dd9bcb98deb624abce11b8d4352bd084 0.00 MB 1 0
100,503 100,503 000000000001ad6b8269a2762da71e0d7fcc15aecb3eac696363dbc0feae1888 0.00 MB 2 0
100,502 100,502 000000000000036dc550ec5bdec2cfbdaa4fc432150b4da995011f161b0944ea 0.00 MB 1 0
100,501 100,501 00000000000137aae90ffd072a62f27273be0ae59f3b05a619d6ed2aea7e7501 0.00 MB 1 0
100,500 100,500 000000000003f477deee16235ccd7ab4d7455a5a25bcdd90eb52c93916ce7d35 0.00 MB 2 0
100,499 100,499 000000000001b2cdb438f6324a9311fae34aceff519333d1d11164ddaa87a409 0.00 MB 1 0
100,498 100,498 000000000002e9306b5a1babcbecfbf5c3bcb5828b5c7acadaab72eaecc27d2f 0.00 MB 2 0
100,497 100,497 0000000000004891c8241ec043dd61eebd19efea3cb72dc4716206a9ee82e6a7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.