Memory Pool Memory Pool Refreshing

8,143 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,773 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (128,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
778,722 778,722 00000000000000000001c549b0d1422fef664e3bfb67ada141b187833ba15d7b 1.38 MB 3,145 34
778,721 778,721 00000000000000000004c21015791b7f6d1fc0925d90ea045accf627ec9764f4 1.21 MB 1,503 13
778,720 778,720 000000000000000000063f5208fdc817c1388bdd8ade27203d9958e34e344834 1.17 MB 1,292 15
778,719 778,719 00000000000000000001d354379ea5c4f331f77ab819a775cc92d7666204d685 1.71 MB 3,539 17
778,718 778,718 00000000000000000005bfa3b237d509f2df6e65daab2eabcdcf15e1b2344e0d 1.51 MB 3,238 24
778,717 778,717 000000000000000000046a0f943e7cbcd5d0b070bcb06570ea75fb9a0775c826 1.71 MB 2,621 19
778,716 778,716 0000000000000000000675b05d266c058499c8f2495b61a370a2d4209e64cf6a 1.52 MB 3,348 29
778,715 778,715 0000000000000000000434552f47966fe19ad6082fc6a22b7549a34ad1c240b5 1.39 MB 3,411 35
778,714 778,714 000000000000000000009b5b073b2aa216f183b3e9203b69ca905b949ebd5bed 1.58 MB 2,552 21
778,713 778,713 00000000000000000004248d6bae503f4374477b93224c74acdae0dcbc10ee97 1.51 MB 3,773 30
778,712 778,712 000000000000000000002f8f4f9f881d434f3c567065c25de99d5691aec17a0d 1.28 MB 2,051 32
778,711 778,711 00000000000000000000b9652170af3ccda6024fe0c1feff342b30f60c3fdf7d 1.15 MB 1,168 35
778,710 778,710 000000000000000000024d2d2da8945f6d0780bfc1a134e20766187c46c5a21c 1.48 MB 3,643 24
778,709 778,709 00000000000000000003e1dba39dfc71ca07c105a20af06c872f92054c18f0f9 1.45 MB 3,258 20
778,708 778,708 00000000000000000001eada0ee893f895d0495241dcb5e099a659e9dc388ba9 1.40 MB 3,185 39
778,707 778,707 00000000000000000002581cdc4893373651a2a39448de816c0edb6caca4a8c2 1.48 MB 3,356 33
778,706 778,706 0000000000000000000503b050e7e39453cf479711c5c04df95f672de3300804 1.60 MB 3,539 28
778,705 778,705 00000000000000000003f1dc4e5ff6ed33541e8acdc8fb1e29ac3678fe1cebea 1.45 MB 3,340 39
778,704 778,704 0000000000000000000681b77bf586d43e12d7079b48d9cbbd549a4322bbd04e 1.50 MB 3,560 33
778,703 778,703 000000000000000000018aeb972a8c62e548eb82f5426dae33b30b5fa7f1dd3e 1.58 MB 3,646 21
778,702 778,702 00000000000000000005c057690f25500af8b20eec0107aab2d6e5e59698f463 2.14 MB 2,439 5
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.