Memory Pool Memory Pool Refreshing

3,113 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,372 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (864,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,425 44,425 0000000008f405930addcb2c8e69b299532052be165cea6dbcf345430cead701 0.00 MB 1 0
44,424 44,424 0000000006552b637dc6c6c517a37f959814b21a401a57e43ab8c919fafaa355 0.00 MB 1 0
44,423 44,423 000000001d6147b7dfbcc3992771e931daad30f58383ad6de312cc5eafefb0ab 0.00 MB 1 0
44,422 44,422 00000000254664c9a8a1ac2f30596cdb1abe3ca3b72b72dedadc1fb68a14b2f6 0.00 MB 1 0
44,421 44,421 0000000006f8ca04f7d52d13438a1d18d31c8ceac13658d8e8b862d19c18cb36 0.00 MB 1 0
44,420 44,420 0000000010c1579c5968ae5e47c048fd8b7cb77d66a35d70c5441afc43c38203 0.00 MB 1 0
44,419 44,419 00000000253761d313c38c735412976d98868b587df29c729bbd13c11e45b4bd 0.00 MB 1 0
44,418 44,418 00000000267691793d34d5434f904f36a75cabd6750ffefb72f625117e3dfbab 0.00 MB 1 0
44,417 44,417 0000000032ba9596304e589fc11330476b2c408a81a891c4fb90b766567cd35d 0.00 MB 1 0
44,416 44,416 000000001212eab3d2fe62a8b3efcda240ea0ba83c69f91fb87b0fe9773d2a44 0.00 MB 1 0
44,415 44,415 00000000201d0bffc608cdd0f7db41b549d1703f2fb4737cecd6a56e87b48576 0.00 MB 1 0
44,414 44,414 000000000c786df22dde716daf05b6f242af47b8806cd702310ed65e40e449cb 0.00 MB 1 0
44,413 44,413 000000001e2d20ea5778a75aa1f0cdb06de77287dd7c0c1787a03f49a80e4bbd 0.00 MB 1 0
44,412 44,412 00000000137c6061a215965c50ae145f9d43460f5fded97ee2c72e699f58b0d9 0.00 MB 1 0
44,411 44,411 0000000010271ff9683e24a437d03137a8373f7f2a6044a6f83ff4ba89a975f7 0.00 MB 1 0
44,410 44,410 0000000030a6ce52a503f96b2541aa8a17cdd337a5ea5619aaf4d32482897eb7 0.02 MB 2 0
44,409 44,409 0000000015beef8483bfbbc92b3c57711f11359a16da8b666a95c3f17719017a 0.00 MB 1 0
44,408 44,408 0000000019130e0a4d6e7a6dfaf1611ad2503b4b4c83e73612f164114eac66db 0.00 MB 1 0
44,407 44,407 00000000224551210812092e8bd7d6076b19a67a204f300b6f21cdd95e28c947 0.00 MB 1 0
44,406 44,406 0000000015b7a733b658aa5db76361775b8ab023ffff9ab95e324faf209f440c 0.00 MB 1 0
44,405 44,405 00000000243274939a952df1fcbee8cbeda5e8b323d29b2e5388489ad8f04584 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.61 GB sent, 101.73 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.