Memory Pool Memory Pool Refreshing

5,796 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,821 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (908,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
371 371 00000000ba884fc8047c04bba7068f575e21d4cb953e1f52262a0454c98c5586 0.00 MB 1 0
370 370 00000000cad69daaae19df9068b0d4bc8d6999c63bd4fb067958bc8881ab7e5c 0.00 MB 1 0
369 369 0000000063a7ce9070407aaa02268a35a3eb652b2e083c26630e17c1a5a7a553 0.00 MB 1 0
368 368 0000000023ead2b9fd8c909248a60bd63b0edca44c10c8a267548f9a6ae9f1b8 0.00 MB 1 0
367 367 00000000b4faa2facc1e5f54978b5c4cc770457d0ce921ac7c8a45d766e0858a 0.00 MB 1 0
366 366 000000009342a7b5d434088a48d94dc05ca2b8543f11d8042c4fa2a32f3cfad5 0.00 MB 1 0
365 365 00000000c256b2fa2ac9936f8f78dc8a0d88320a6bb0803ae30f82406af13955 0.00 MB 1 0
364 364 00000000ad29c3caf774552a757b68a54b55cd0b9ff0bb2eda4c9d0409b26c0d 0.00 MB 1 0
363 363 00000000128007ab3db907e5142718fe41ee551535e1f68e2931f15f80603f41 0.00 MB 1 0
362 362 00000000d654e9866ad27a9bd3147fcc461fc13d261954f76d1281307883a729 0.00 MB 1 0
361 361 0000000015f33195efd709e45c5de92081fb8fefdf456d5402e15e2d971fb20f 0.00 MB 1 0
360 360 00000000b3de4f2a07df16131eab4f13aa38f9db2d4468ba25a083f8c0cb2cd6 0.00 MB 1 0
359 359 0000000092c57e4d0f6f29a83a4072fdea05816199619e60c96867f7df570d5d 0.00 MB 1 0
358 358 0000000032d1692a4b213820a1e668733d72e483188ca3dc64f838cdcf5b2fb9 0.00 MB 1 0
357 357 0000000018271ff4d19879fbe9f94bccf7323965fe1926fb0458ddee8b63c992 0.00 MB 1 0
356 356 00000000e125dc5a97591697785b3a3cbb9a9c2857d4a0a3a9905461eceb1ddd 0.00 MB 1 0
355 355 000000006b6a210ca5b715e587c0155a2524c3d592266bdbd75cf1186172dab8 0.00 MB 1 0
354 354 000000009bbc82871dd828a2573d035d05cc2947c7d99668609f6c671779436c 0.00 MB 1 0
353 353 00000000dec5e5fbf851495db241e624012d675bbef96ec6dab5cdc91fa3b53b 0.00 MB 1 0
352 352 0000000090e31ebfb5734092b91f0d8b1dc5f40cd7ff9c18b3f0e999278c7c91 0.00 MB 1 0
351 351 00000000db629e4d40902dc756ee9e3ebb87a76d2750e0846849f3d5e93bb4d6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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.13 GB sent, 100.77 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.