Memory Pool Memory Pool Refreshing

12,399 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,180 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (718,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,952 188,952 00000000000003947b89cfe8bcfca960a036dbdb7bba44bac742bc0a4d479421 0.05 MB 171 64
188,951 188,951 000000000000076a0960017faa05784b87489e731d8a993a92accd68507781cf 0.25 MB 643 200
188,950 188,950 000000000000020797ced7e75df6dedf1d2e53050d3e2fd581223bdb7414a63a 0.25 MB 500 121
188,949 188,949 00000000000006060c0063fa70b76a41d0b9a9a32e068183532a67d45149adb6 0.00 MB 3 0
188,948 188,948 00000000000005ea7c368de769664f9eb01acf73f5b76f1b819cf1d4e85e25ab 0.03 MB 97 29
188,947 188,947 00000000000007f6eab6d80d8c256134b89c4299d08b3630662ac7fcf7a395ab 0.22 MB 492 159
188,946 188,946 00000000000000cac04ef18d0a7fe0227b1c36f5ea24d8ce10168aca718a29e9 0.07 MB 211 38
188,945 188,945 0000000000000912b61a1804f7c087111c1a9d3c9b5a8e7ff8dd80d3c68871ba 0.05 MB 149 111
188,944 188,944 0000000000000863131582e8913e545389484ab5904ad6020040fc0f6c20cc32 0.05 MB 115 1,113
188,943 188,943 00000000000007faa218ef90153b1da233da4953fbb2137ebb26477c2f178c1a 0.03 MB 55 113
188,942 188,942 00000000000008b456a435bedc255d9579c773e6b9094ca1c18907dd0671ddc9 0.35 MB 470 107
188,941 188,941 0000000000000870f5ad4f41fe5f362dedb01161923929ba7db330a775347354 0.08 MB 287 36
188,940 188,940 0000000000000954bd95fb852d0e1aeeaa510dfcf28e2cafd0d743e13387d4ea 0.05 MB 138 46
188,939 188,939 000000000000016faef9a3f8ebeb6d4c582006199b021b028663e5a1b320933f 0.00 MB 8 14
188,938 188,938 00000000000006af07dd41f447252330d0c1548b390de6d14ea210c80519795d 0.10 MB 148 73
188,937 188,937 00000000000008a65a78d6b29162d8bc39473c053edcf709d7d874c84ea01b8c 0.09 MB 187 119
188,936 188,936 00000000000001e4cee1f8f939b18d5248f367397ec5ec7ff8cf240cfb669ef8 0.04 MB 86 64
188,935 188,935 00000000000005b379cab1a38073cd471db511c7e83ab2521856fee58e858270 0.22 MB 523 149
188,934 188,934 0000000000000013348c194172b66d6c771b5a4903236408f492a76c93704831 0.00 MB 11 0
188,933 188,933 00000000000007573543c72b0c40ac2f356c75163c8ca085d80d8ed0695865fd 0.25 MB 463 126
188,932 188,932 000000000000052f294bb8a09425295f31f4098d884568eaeb0428cb431695e3 0.05 MB 130 63
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,622.15 GB sent, 92.93 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.