Memory Pool Memory Pool Refreshing

875 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 859 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (153,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
754,601 754,601 0000000000000000000652f85517365528c4e83cadde3828e46200f0b96bdece 1.22 MB 874 5
754,600 754,600 00000000000000000006d98b2a20eec91ab3d2b8fb09d2eeb124b8dfbefec899 1.59 MB 1,422 7
754,599 754,599 0000000000000000000851f6848a80bd812ff78ae6baff1417b602b4b4f91c63 0.00 MB 5 5
754,598 754,598 0000000000000000000643af06b38f0059a06f9fa679c83e43e4cea5bd2d4a7b 0.31 MB 408 11
754,597 754,597 000000000000000000015f96abb444b3bac7de405f0bd0257faaf61e0f7e4433 0.28 MB 470 13
754,596 754,596 00000000000000000007cf596c47e02ffc54cabad56da99e6a583472e6d8c714 0.01 MB 43 17
754,595 754,595 0000000000000000000068c00998385ff6b140e82ccc5c9bdae38fdb706c1582 0.12 MB 223 13
754,594 754,594 0000000000000000000006b06ecf49788e8b784c5d630f9b6f6f50f82b312cbc 0.18 MB 241 18
754,593 754,593 0000000000000000000350cc4325051cd37f1efb73f45adb4d3c8be319b0b24d 0.28 MB 447 10
754,592 754,592 000000000000000000051160c98efd7a73ab449d42717007e0684d231951ecb1 0.97 MB 1,471 12
754,591 754,591 00000000000000000004e668dc109c5427accfb284615d03702a8c67c740edb3 0.63 MB 502 2
754,590 754,590 0000000000000000000407cbdbf1172f8bdfed4be08ea442e29f6ae4c7e3d276 1.22 MB 1,451 19
754,589 754,589 000000000000000000012fe4b5fd5b606214c53497699bd2fdd9f96283b5a939 1.02 MB 892 11
754,588 754,588 00000000000000000000262729962a51c4017e84d7cc040af7db5c6e4bd54e72 0.81 MB 1,204 11
754,587 754,587 00000000000000000007c0174c72f4cc429e407ccaf09ec3448e821fc9868db2 0.00 MB 8 18
754,586 754,586 0000000000000000000625f3bc2aa2f0f06849f33d14958683966b15c742d361 0.01 MB 11 40
754,585 754,585 000000000000000000017f94842542d95218464a7d6a95a66335b126e653442c 0.40 MB 714 12
754,584 754,584 000000000000000000031fe9ecca9d0313519bfcfd143d261381440effd74d0e 0.31 MB 597 14
754,583 754,583 00000000000000000003c82e3034f0a473910133d9f09e5c01036429e6ef9126 0.52 MB 763 11
754,582 754,582 00000000000000000006e0fc3b15b02cc4a631a203390277279d6790e30e5ba8 0.85 MB 1,244 11
754,581 754,581 00000000000000000004f4b497122c4d01f8e274cfbb22de1da9ca28e11fcb6e 1.72 MB 1,415 7
Previous 10 blocks ↓
Total Size: 769.01 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.91 GB sent, 92.84 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.