Memory Pool Memory Pool Refreshing

443 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 438 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (308,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
599,551 599,551 0000000000000000000dc7f4bb224863114d7fc25fbcc5a8bba4f747e0a63dde 1.40 MB 1,470 18
599,550 599,550 000000000000000000124061d74e7297f9ccda0cfbf02945c0e51113d2b53ca8 1.34 MB 3,289 29
599,549 599,549 0000000000000000000b975f356c11af20a2b819a61a4ff2fe43151b75408922 1.37 MB 3,723 41
599,548 599,548 00000000000000000007aaedeadfc0f2aa474c9bfc2f700ad8a252201c8ca4af 1.29 MB 3,462 25
599,547 599,547 00000000000000000001a70cdc9f0a292cdefb8c6e013ca4ba2c5134e4620e82 1.03 MB 2,456 6
599,546 599,546 0000000000000000001435cc0f6cd98677c558f4f1c597e29a9d8f83a746fcbb 1.30 MB 3,489 21
599,545 599,545 00000000000000000004c0adbba953cb3082b01e397d5921ffc641b56cba3cb0 1.12 MB 2,622 7
599,544 599,544 0000000000000000000f57c03eab076d9c2a79f048370178a101b9e3b4409a27 1.18 MB 3,427 15
599,543 599,543 0000000000000000000a0e355a42a072f59ec1292886c9f7234b2b018426b2a0 1.23 MB 3,718 18
599,542 599,542 00000000000000000009a2fb1f385573cfa4d3de3a980d1e19a6429f2e9f264e 1.34 MB 3,323 22
599,541 599,541 0000000000000000001451ae2062dba4e29efdbdc88fb0acc46a3e1e4fafcd3f 1.56 MB 2,996 25
599,540 599,540 0000000000000000001022a20521835cccb6c6d3a9ffd53f0cd634520b77fc05 1.35 MB 2,541 37
599,539 599,539 0000000000000000000fad81ae0552611577f4507a303bc2ab4b6fb85d7e811a 0.42 MB 1,214 14
599,538 599,538 0000000000000000000db20f5ea0fd250b97646c0f2b5008dc7767539d386ccb 0.46 MB 1,282 14
599,537 599,537 000000000000000000159e3e4fd76509cfdc42d84382715f21785243267ebcc3 0.04 MB 107 16
599,536 599,536 0000000000000000000ed38891266fa0bcbd05aa60d8cbe54c4deeb79907f5cf 1.15 MB 2,335 18
599,535 599,535 000000000000000000020d9f4d0444d7fbabb334a2a02cbf60860f96a78ca62c 0.63 MB 1,663 3
599,534 599,534 0000000000000000000d26e60683bfa77de3a32c2d4fa1c6ed607ff0e7eeee39 1.35 MB 3,055 24
599,533 599,533 000000000000000000041dab8505d654c46127c950602dfc0a804246b5000bf6 0.12 MB 355 21
599,532 599,532 00000000000000000012da9f04f72fca72523d3b47002d50407f195bffe65c4f 1.14 MB 2,983 10
599,531 599,531 0000000000000000001074ee7087170899ecaa65488bda91321ce9728b16cf1c 1.31 MB 3,024 22
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.42 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.