Memory Pool Memory Pool Refreshing

6,135 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,896 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (732,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,554 175,554 0000000000000306e284f4a41a0c8b0064f3d633e58ed231cfdee2a272162c8e 0.03 MB 53 470
175,553 175,553 00000000000002bf12e443c46cf14ddc9bec9b003697c411e1aef1ef9585984c 0.05 MB 99 360
175,552 175,552 0000000000000521b12be4313f976220493484cc3ea3860d9a5d095cc52a6e13 0.00 MB 8 375
175,551 175,551 00000000000006c4da6c9d86a7df445c4c2483956c43fec6ab62ff9bba729870 0.05 MB 144 44
175,550 175,550 0000000000000a22b554a35092c59ffc3b996410db79cdfd553cbfdf01859896 0.03 MB 47 17
175,549 175,549 00000000000004bac6305dc415115b8e883bef77cf88aa9f98397998a0793d95 0.09 MB 182 418
175,548 175,548 000000000000000287df7732f35446faf1fe0b75a1cb66033bb336a7bc53080c 0.05 MB 132 25
175,547 175,547 00000000000001a0974c7b2fa579db51fcc897e3917598f3067dac4ac89da5ce 0.05 MB 87 279
175,546 175,546 00000000000000b73e9f30cad8bcf5edcb6e6aff2abbe4272c977ee76fc279b9 0.01 MB 13 14
175,545 175,545 00000000000006698f8a4a55f40b89e82031739f7fd32d822ddaa756051f59ab 0.04 MB 72 272
175,544 175,544 0000000000000a600f106495fc76fb8d7baf2eda7c52eaad7ec0367adb139064 0.01 MB 32 59
175,543 175,543 000000000000051e5f8961522fd62b921c8199f5208d701515957b547da0e4ea 0.03 MB 54 50
175,542 175,542 0000000000000a5a83ba80c1248f73e262d79978a3166fa0de9a98baa8ecf276 0.04 MB 108 28
175,541 175,541 000000000000047e6a61a9895d90fb82b4c4462a90b360d7afa3a8eb227575c8 0.04 MB 56 160
175,540 175,540 00000000000003222fbea5060ac6d7f8004abe106fafb2b8aecab2a76b3e681f 0.02 MB 33 20
175,539 175,539 000000000000013f57dacdbc32b718dffa9cfaa7b420473ba3b4ab4ed0c6e179 0.03 MB 38 0
175,538 175,538 00000000000004791ca45711535f3cb76eb791d8d35b86d0fec04b428017e9fe 0.11 MB 146 283
175,537 175,537 00000000000008196035230e0130e2be12635f734bdf36b85ced9b35d586ea89 0.03 MB 102 97
175,536 175,536 000000000000064960cc3feeebd7835a8a933cb1f1d1e9c835bf4a20cdc38373 0.01 MB 20 55
175,535 175,535 000000000000027d29242e348faab5d8768e1fda4708f366555cb859435ee004 0.01 MB 14 15
175,534 175,534 000000000000082f118205f8b56200f8d32cb9eb6863af50f99a35e984042b27 0.04 MB 60 357
Previous 10 blocks ↓
Total Size: 769.28 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,635.58 GB sent, 94.34 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.