Memory Pool Memory Pool Refreshing

15,545 transactions
4.76 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,717 (533,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
374,444 374,444 00000000000000000aa98628177998cc2066559409c6d517f038fd5fa3b0067f 0.66 MB 1,406 41
374,443 374,443 00000000000000000733bae3b9101a66568074332e9e34773383754050c6ff4c 1.00 MB 717 8
374,442 374,442 000000000000000001de250dcfa47f8313aec2f1f41a56f4fb0d099eb497c2b2 1.00 MB 807 10
374,441 374,441 0000000000000000069b0c9677a2cf84b00e0b0046a56f60ab3e50a550e951d0 1.00 MB 645 9
374,440 374,440 0000000000000000038ee0066680705455d500f287f6c56db7a979c2426a4c02 0.16 MB 303 35
374,439 374,439 00000000000000001063455eb761528b6001f448c58884547d5c8590293e5d85 0.95 MB 640 8
374,438 374,438 000000000000000008914b01fc40cf4c7491f048a72aba292a5e8da8b9fa78b9 0.93 MB 2,614 8
374,437 374,437 000000000000000008f2ec67ecd6305668a1e66152c5fe6cbe87f5276306e3e1 0.75 MB 534 11
374,436 374,436 000000000000000006b0db201fc80cdc04ecbf9f5cc14670564f17bfa0e5eb65 0.75 MB 2,596 19
374,435 374,435 00000000000000000ae90489c6e5fdb83be6e78e7228e19e5a392239f131c160 0.42 MB 985 42
374,434 374,434 0000000000000000112a38544ffe5ad4e8948b70ed2f0b55db0ab38493f6c689 0.75 MB 506 14
374,433 374,433 000000000000000012cb2f945a19251f2e104ea0a90f2d7819d2754452e92884 0.10 MB 205 51
374,432 374,432 00000000000000001157af152645bd26e365f0fdcd30ba4144a1522e313baa10 0.93 MB 848 20
374,431 374,431 00000000000000000a92be86935fe9d901f023b0e04f0e58a75d76cf7fb83608 0.74 MB 1,769 59
374,430 374,430 000000000000000009d85ab03061e93a7148640f790446f35ba98a8d103c0f02 0.37 MB 801 43
374,429 374,429 000000000000000006285042fda1aa350e03626263c7712b97d9f82bacb8d6f5 0.75 MB 294 11
374,428 374,428 0000000000000000016dff3c599d0bb936984678c236d21db0991e7e11bb7e90 0.75 MB 808 20
374,427 374,427 000000000000000005d3e1099e7d8422ee190817d8590f7e0d930772644966d3 0.43 MB 572 40
374,426 374,426 00000000000000001239b46be8bc83605725ea7d354cf2c1985500440f5bfb95 0.93 MB 464 6
374,425 374,425 00000000000000000b8a2a041eb3bf1a7a7830ac4391857503dfd0b50812ca38 0.24 MB 486 42
374,424 374,424 00000000000000000c2e3a6fcf6ba9afe215453c99ad4a50433dea9dbcb1cfd5 0.93 MB 1,590 29
Previous 10 blocks ↓
Total Size: 769.02 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.64 GB sent, 92.95 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.