Memory Pool Memory Pool Refreshing

1,701 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,669 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (31 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
908,556 908,556 00000000000000000001d9872f4b26927e58124feb393afeb5a54c2378297527 1.56 MB 3,438 3
908,555 908,555 00000000000000000000cc8a45ff841efad7f74a654664f0dde0b463463b719b 1.72 MB 2,782 1
908,554 908,554 000000000000000000007aaeb7106b0bda561e9726007de1d293d02f3e2c3856 1.61 MB 3,244 1
908,553 908,553 00000000000000000001451aea22bdc2a94867d9d21de424ce049273dad75bf7 1.71 MB 3,401 3
908,552 908,552 00000000000000000001bfe514e1f7c1b2145f1b160a737bdd75ef57f12df23e 1.52 MB 3,369 7
908,551 908,551 00000000000000000001804fb68e8de90e673dd668bf65c40cd405d9b8b429ea 1.57 MB 3,343 3
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.