Memory Pool Memory Pool Refreshing

191 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,567 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 173 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,566 908,566 000000000000000000003022fd8d92f4df17cce7e98cc2536c5393651848e17a 1.86 MB 1,854 1
908,565 908,565 00000000000000000001f1b2aae4bb57acb1bf3adbd8b92f86bf8c98d6e82ec9 ago 1.62 MB 3,361 3
908,564 908,564 000000000000000000010a5831007f13acecd41b14d80241a323ec8dab876b84 ago 1.95 MB 3,198 1
908,563 908,563 000000000000000000001b861f4101956f196b2565f47c45cf34b2394dbcc801 ago 2.34 MB 926 1
908,562 908,562 00000000000000000001852a21509d4ade00026ef36bfa2b48d77c91238ba583 ago 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
908,550 908,550 000000000000000000010fa6fbaecd0256fd292bb05d7e63a9647c5d4b05be0c 0.09 MB 247 2
908,549 908,549 00000000000000000001a281409a576186e37b48b2abb459b18b610fba8c39d9 1.58 MB 3,482 3
908,548 908,548 00000000000000000001761085a61122c49b79285bf913d6e448a2ca7370a752 1.79 MB 5,117 0
908,547 908,547 00000000000000000000f729940374d7e4ca00b8478141c7e77fac02009af032 1.95 MB 3,255 2
908,546 908,546 000000000000000000003b85a8940437288c5362904ab165cf614ed32b3a7abd 1.63 MB 3,186 2
Previous 10 blocks ↓
Total Size: 770.75 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,847.78 GB sent, 100.70 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.