Memory Pool Memory Pool Refreshing

10,298 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
908,578 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,640 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,577 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,577 908,577 00000000000000000001c0897c6e5199501078fe223cb0e723033e90999de413 ago 1.71 MB 3,588 5
908,576 908,576 000000000000000000003b0d9e88078646505f735c069b4fec4edd1304661c67 ago 1.57 MB 3,733 6
908,575 908,575 00000000000000000001fe0cd58f4845019683742c0ad01a8902baf0d0f0cb2c ago 1.63 MB 3,674 2
908,574 908,574 000000000000000000018f5be4cffdcfcaf14fe39f75b4820d7944f03e23ec96 ago 1.56 MB 3,915 4
908,573 908,573 00000000000000000001e7487af89eeadaa916bad1bd20a03afc45c86a08936c ago 1.54 MB 3,960 6
908,572 908,572 00000000000000000001090d1f05e3597ea2e5bd596a3e84b5425431122c86b2 1.73 MB 3,640 5
908,571 908,571 00000000000000000000bc77a91a3657c562eb6ba6b878f8e804e7e6e9d8049e 1.60 MB 2,984 3
908,570 908,570 000000000000000000015171077f4935c8c9da79c7e2fc161f3eef08438055a2 2.15 MB 230 0
908,569 908,569 00000000000000000002005f5cf97a01e4dd3844a9589d648952e029c42bd5fd 0.00 MB 1 0
908,568 908,568 00000000000000000001fe1ca1b65d34ff7dfa9c32ba7be8c5efe011dc0fbff9 1.97 MB 1,421 1
908,567 908,567 0000000000000000000167ba84c829409b6cb8a0261e88e53b8d11f9d54d9516 1.62 MB 2,934 2
908,566 908,566 000000000000000000003022fd8d92f4df17cce7e98cc2536c5393651848e17a 1.86 MB 1,854 1
908,565 908,565 00000000000000000001f1b2aae4bb57acb1bf3adbd8b92f86bf8c98d6e82ec9 1.62 MB 3,361 3
908,564 908,564 000000000000000000010a5831007f13acecd41b14d80241a323ec8dab876b84 1.95 MB 3,198 1
908,563 908,563 000000000000000000001b861f4101956f196b2565f47c45cf34b2394dbcc801 2.34 MB 926 1
908,562 908,562 00000000000000000001852a21509d4ade00026ef36bfa2b48d77c91238ba583 2.18 MB 94 0
908,561 908,561 000000000000000000013aa6b8ce44f348781dae238a1ec5f74e7888751fe7de 1.89 MB 2,155 1
908,560 908,560 0000000000000000000225b2e05d14186850841a6ca53c34f9e4a3cd2c1a492c 1.87 MB 3,346 0
908,559 908,559 000000000000000000019a928a6f22aa066dd481d38dd8c20bd3beebe4200f70 1.80 MB 4,936 0
908,558 908,558 000000000000000000004cc354249b3816b12a1bbd4f5414e673c9b4c36f1471 2.07 MB 2,414 0
908,557 908,557 00000000000000000000aea3094160045436f3b1488d2dc396daf59c52958f2b 2.02 MB 2,590 1
Previous 10 blocks ↓
Total Size: 770.77 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,848.47 GB sent, 100.86 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.