Memory Pool Memory Pool Refreshing

2,034 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,897 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 2,017 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,896 (22,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,497 885,497 00000000000000000001962d7d4875e415f1cfc84566a56f980535f5948b6268 1.98 MB 3,003 3
885,496 885,496 00000000000000000000f53e3d0061550b946fe9cf369167f76c62ccc3a3e8f0 1.48 MB 2,216 5
885,495 885,495 00000000000000000001c4e3fdca6ba5117c385fd1df98c702a902e1716a4b0c 1.76 MB 3,633 4
885,494 885,494 0000000000000000000053fc4052b94e742d5f5bee22d497540730f8d9f7255a 1.60 MB 2,924 5
885,493 885,493 000000000000000000028385b7b379a342bcbe4b89106d143f82d89210d43431 1.81 MB 4,277 5
885,492 885,492 000000000000000000010c1f43c999df6703cfa838d6853864ecf69643ab6d3e 1.60 MB 2,373 4
885,491 885,491 0000000000000000000120f59bb3385b8363626fda66a44da105a10648fa669f 1.13 MB 770 5
885,490 885,490 000000000000000000015d1b3f4cba0b4af363589fbc7c0cb381eefa7a6dca7c 1.47 MB 3,196 8
885,489 885,489 00000000000000000000d3ed8323d6638581c4f9c9abdadc35ccaea7766f78b7 1.23 MB 1,678 7
885,488 885,488 0000000000000000000269bfece305549a70c7e859a76809af453df64d5bbb0f 1.36 MB 1,826 7
885,487 885,487 00000000000000000002455d95159af2ffb9c88021750c0f4a71d0b42303e7e2 1.15 MB 895 6
885,486 885,486 0000000000000000000002810d26507c13a253535c2f9b98d7b0785401413bdd 1.24 MB 1,415 7
885,485 885,485 000000000000000000001583ac57a3d40ebf7da60e3137a91ef4435f1413df0a 1.42 MB 2,219 6
885,484 885,484 00000000000000000001956be71eaf1bed19fe3c92e3bd1d723fe56b94f054af 1.57 MB 2,786 13
885,483 885,483 000000000000000000000c9b4689e5c509840e754672c75ea211e91fcd65b487 1.70 MB 3,835 4
885,482 885,482 0000000000000000000115fd75efefb85d6471e787689b3747db165543632bd6 1.28 MB 1,767 6
885,481 885,481 000000000000000000007ec8e3a7c9418f17c3b2773645e8dc3812b020771f9e 1.73 MB 3,940 5
885,480 885,480 00000000000000000001925bbf248500352c8f11d2327af8e91b21ceb5267b5f 1.61 MB 1,869 6
885,479 885,479 000000000000000000015c8a6c854763ebf5dc3e29c50b665b325ff654c004af 1.93 MB 2,579 4
885,478 885,478 000000000000000000003fe5570cb490c10c3538c68f5c89b8edbd6c4ee676ab 1.30 MB 1,991 7
885,477 885,477 0000000000000000000222d2ad776b1e60b8a5716bd55c11169d6da9b3bc021e 1.13 MB 545 5
Previous 10 blocks ↓
Total Size: 769.35 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,643.53 GB sent, 94.69 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.