Memory Pool Memory Pool Refreshing

3,241 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 3,233 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (128,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
779,374 779,374 000000000000000000034e6e82d38e17f63196ae14d87daf6dbdcbd237c60f32 2.05 MB 1,474 4
779,373 779,373 00000000000000000000dec34df6ffdc4f809e0f2d9eab519bd44677500f58e6 1.60 MB 1,442 14
779,372 779,372 00000000000000000004fc6192dad8cbaaf7c79a7e146b77ddafe19e67b13b7d 1.62 MB 796 13
779,371 779,371 00000000000000000002e1e63ab1aa376f191c6822eb824e36e82afd8e86b5d0 2.87 MB 1,091 7
779,370 779,370 0000000000000000000431e35a67d3eaff87567ebfe26c32351f65549962392c 2.09 MB 1,680 8
779,369 779,369 00000000000000000005da2bbd4f8e4d6cca645fdf5419e460c3d1a70679f725 1.86 MB 218 2
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
Previous 10 blocks ↓
Total Size: 769.28 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.56 GB sent, 94.33 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.