Memory Pool Memory Pool Refreshing

2,272 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 2,248 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (128,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
779,368 779,368 00000000000000000002503c78bf2932ea23cf8efea78d4bdb08a308ee2610de 2.02 MB 948 6
779,367 779,367 000000000000000000041fb933861338ed3b2afdcd035cf17938934afa3185e1 2.53 MB 1,230 6
779,366 779,366 00000000000000000005da69d1e287176a283d7022eb09f00eef53443672bdc0 3.41 MB 988 3
779,365 779,365 000000000000000000041051a9a14dac091893bfe22abf5b6469620c63c1e984 2.05 MB 2,472 13
779,364 779,364 000000000000000000048e888ee11128e90b51df3d45c56ba2b439c08f8805c7 3.05 MB 1,485 5
779,363 779,363 000000000000000000020c5db0b2e0542d5e2237de647277fe9c9d1d48244571 2.70 MB 1,865 8
779,362 779,362 000000000000000000051d491b017f76332f5421774d35c429b3292db568e41d 1.74 MB 2,786 15
779,361 779,361 000000000000000000056014945229c2a4306f97fa069d234290e7135a324a48 0.00 MB 1 0
779,360 779,360 000000000000000000044cdf37dd456471e0638740e9b2e4571b2bb1e7eab83c 2.30 MB 2,027 4
779,359 779,359 000000000000000000052a9db86cf91185bd6917a04e87c98ff03557b583ba9a 1.90 MB 1,966 11
779,358 779,358 000000000000000000058b4222a275778e517037cf541b013bfed21744f80f6c 1.30 MB 1,263 12
779,357 779,357 00000000000000000005036c87a78399eff25da143c00f04d8ccbdd30c07273d 1.36 MB 2,925 26
779,356 779,356 0000000000000000000565da74c9deee482d1131af24bd48af26bdbd765e6aa3 1.31 MB 2,367 26
779,355 779,355 000000000000000000049b93a5bfe5cacfc36ee491d39a77cf755e3e8ecd2638 1.99 MB 1,272 7
779,354 779,354 00000000000000000006125abcc849a027babdbbdf62e173614c41fec5b188ee 1.65 MB 2,280 13
779,353 779,353 00000000000000000003a67add862a2956e7b39c9cfe9570909e8396cca3e44d 3.53 MB 612 3
779,352 779,352 0000000000000000000089401516dae72cc00babc0e7ac8d493058cf2d80f2cb 1.66 MB 2,750 16
779,351 779,351 000000000000000000030e644fb03a53d7017e813c2750b23fded30cf8f544ea 2.48 MB 1,935 12
779,350 779,350 00000000000000000005f79a52cddb44426ec2153dbb616f07f283dcd7b2148e 2.12 MB 2,118 10
779,349 779,349 000000000000000000037db241b9ba25115aea57fae1df13a976594224146cb6 1.73 MB 1,542 9
779,348 779,348 000000000000000000025cc0fe440ac8a53aca447a47d40e762d3d7b27aa0f21 1.39 MB 3,134 26
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.76 GB sent, 94.08 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.