Memory Pool Memory Pool Refreshing

8,464 transactions
4.04 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (578,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,557 329,557 00000000000000000e890c7c528e070e4dbec4683403e93ea7a5a921e77d7be1 0.54 MB 833 22
329,556 329,556 00000000000000000b1cd6c4b8de4eb10e4241b32483305a862c3e8d48e91ed6 0.06 MB 37 3
329,555 329,555 00000000000000000f8cc499bcfa63b5019faa8e541057e4b009764dfb49cc52 0.19 MB 376 29
329,554 329,554 00000000000000000acab8812c663d909d9432c9c197c7be8762e129075a376f 0.12 MB 314 32
329,553 329,553 00000000000000000064465bf86364c5b75e6afed3b0377b21b1eb6660535705 0.04 MB 92 15
329,552 329,552 000000000000000007aab2327d8dd3cdae693802dfb91fab1149158370c9c4d9 0.68 MB 1,137 25
329,551 329,551 000000000000000010c3638e22b447ada75afc1c002863e5984244df35126fe4 0.42 MB 788 27
329,550 329,550 000000000000000016d917095b2784bda57a7b34d4c8807e55ba6fa5f917edbc 0.32 MB 437 17
329,549 329,549 00000000000000000851c42747f11ddf84c3e80e2f83471288bb0279ef921fcd 0.19 MB 416 30
329,548 329,548 00000000000000000980764fb0f1ef0fd6f61d45fa13299633fabe043264b491 0.30 MB 545 23
329,547 329,547 00000000000000000cd3904ee0f88d25200906f26cf3625d5e17dd3c9a4724e1 0.55 MB 550 17
329,546 329,546 0000000000000000025038f883de2e3dc70cf643aaa8294af32569c53a5e941b 0.35 MB 1,012 38
329,545 329,545 0000000000000000179f288150be2c61c3e6e129d3e8b4975dbc6836abc20580 0.07 MB 126 18
329,544 329,544 000000000000000014b3cb1673c0727f88e558289449f38a2caf7542a28455ef 0.39 MB 535 22
329,543 329,543 0000000000000000154857a3f1f8f1ceeca6c2afa3853cebfa4b7e62b5af0d7d 0.43 MB 674 23
329,542 329,542 000000000000000002e8c1bdac33454570bd6555f677430fb7535ecefd4ba612 0.01 MB 17 21
329,541 329,541 00000000000000001a9a4e3de10aad0901da653e6302f515845847eae6ed6b64 0.06 MB 97 24
329,540 329,540 00000000000000001a09b55e4314ecf41f248bfe2e04d8c9e4b9a63faafe1c88 0.05 MB 88 2
329,539 329,539 0000000000000000129adf088d75fa6fb9e8c155d57866a18b0e80f6a2ed28c8 0.56 MB 837 22
329,538 329,538 0000000000000000017b700435285e771c56ae0b970e378614cdac52bebb197a 1.00 MB 2,077 30
329,537 329,537 00000000000000000287e69e4d39c575625a5002424e47b1665edc0c9eddcb6e 0.04 MB 45 21
Previous 10 blocks ↓
Total Size: 769.03 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,625.16 GB sent, 93.02 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.