Memory Pool Memory Pool Refreshing

1,858 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,844 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (846,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,359 62,359 0000000006d174374e92c6401d8aeb9a00e3176ef0862287407c1ab2cc3632e7 0.00 MB 1 0
62,358 62,358 000000000c4b1b7caae882789e161b41dd3e80d386a1129b7c9118701c972aae 0.00 MB 2 0
62,357 62,357 000000000b37e603a2a7651d3e5d4f6dab30e29e2151b00a8fe0ef1602e798ae 0.00 MB 1 0
62,356 62,356 000000000b756d9ab2fa7779fcc8277228536fd19bc4c66e167205f82c6e8039 0.00 MB 1 0
62,355 62,355 000000000d4404ccdf57d1171718982354658cfec682736d1bd08cb1bc23a3ee 0.00 MB 1 0
62,354 62,354 000000000268fc6c7fe0fe732c18b94bc7e06975ba42350b0b8f81a0bccf8bc2 0.00 MB 1 0
62,353 62,353 000000000ceeac3828a14b5de4436b991ad0e86488e090675baf002f920cd82d 0.00 MB 1 0
62,352 62,352 0000000004f14c2b6e99c66c5487f7d078fd283453ab0dd38a84ba2813e7c051 0.00 MB 2 0
62,351 62,351 000000000c8aff1c6b79ebbba17b5fee19f9555e4e44ce893da9618e9f95eab1 0.00 MB 1 0
62,350 62,350 0000000003421a3a69c7eff7b3293595b1716f495406d60e42271d409b442799 0.00 MB 2 0
62,349 62,349 0000000002082f959721e22ca8d70a27719aabf188c17d22a220210513d37b69 0.00 MB 1 0
62,348 62,348 000000000ded4f950de7da0b7a58bca7ce53a1b60b19b62b4689a614b912b783 0.00 MB 4 0
62,347 62,347 000000000b29e8cfe773965d8fa2c64d1a4b0faa6bcd6aa898aacd2985ab1af4 0.00 MB 1 0
62,346 62,346 000000000b0a59a418978e426ca71f313e462f599df2939fcfea8334e7911800 0.00 MB 2 0
62,345 62,345 00000000047f8d124c021a006066129317466cee37fa150ca2428508ce4aebf1 0.00 MB 1 0
62,344 62,344 00000000093d4728c6655fd39e839b47259906f7bdb61d700a787aaeaaa81083 0.00 MB 3 0
62,343 62,343 000000000a98ce4fb8fe1ea7bb807b8fce23568da95336f7bfddf70dd0e63990 0.00 MB 2 0
62,342 62,342 0000000006822bf5fb6ca5d61ba613a4ba1e83f08b66af89e16d4146fb9d03cd 0.00 MB 1 0
62,341 62,341 000000000458c27e21a5fd8b3988d2b6a9ababbf866f4ecae1ffc1a3e755f702 0.00 MB 1 0
62,340 62,340 000000000a9d44c0aa0d7d94f10d795320d546b7f8b95d3ce0e0dd2f0a78c8f4 0.00 MB 1 0
62,339 62,339 0000000005b292d97f830692ed8bd3fb395ac87d8f39f26d170a12c96c520e64 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.