Memory Pool Memory Pool Refreshing

1,743 transactions
0.55 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
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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,713 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,704 (863,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,481 45,481 000000001ed46544ff5c8d8e14496b66c49e73d998a150abf79cfa7141831f3a 0.00 MB 1 0
45,480 45,480 000000000c3c1fe80cb84e5f74e0061baea0f6a3dfec72ff92ec58c9717f0655 0.00 MB 1 0
45,479 45,479 000000003151ebed5d688743563d2afd138da5f1641f8d026497edb91704eda7 0.00 MB 1 0
45,478 45,478 00000000326e004fe1a1a5c208ca29c1b4e399543069caebbe862f9b2b3ddc5c 0.00 MB 1 0
45,477 45,477 0000000001f215d524848997a5f1cdf08552d8abea57391684dddfd904a39785 0.00 MB 1 0
45,476 45,476 0000000031407fef71ac60e09b67f10eaff0b070e9348c296e95df380de57dad 0.00 MB 1 0
45,475 45,475 000000001d2c6ceba016c0e7ab9322d8097cdf88f34cedc828872d8240c8705a 0.00 MB 1 0
45,474 45,474 0000000001d0b8fdd53ad50aff98c88a208ad7109ee9b72e3be7dce33087c077 0.00 MB 1 0
45,473 45,473 000000001adb3807d524e9ebfc7aed78d41de27a8c8f685b5b90154538994f8a 0.00 MB 1 0
45,472 45,472 0000000009698dcadeff601704c048ff551c625ee4ea7986f24224f029677c68 0.00 MB 1 0
45,471 45,471 00000000060bbd146ba7094e11aef1e7aad07546e068da241fc84670ac6e1599 0.00 MB 1 0
45,470 45,470 0000000026d4e3d9f9e1a9b7226932926c3f9602ad461dcd36fb5d6c556be4aa 0.00 MB 1 0
45,469 45,469 000000001d90b59780dc86070e0efcc7333d52bc82249c7b641164a29f3e8f10 0.00 MB 2 0
45,468 45,468 00000000298f53f57d8fa8a138c62eedc1b7254322583e1ee094f94e0a84d58a 0.00 MB 1 0
45,467 45,467 00000000074d1f22688ba3c17d7309dc9f7c5842e344b2a8c78b89c031bae077 0.00 MB 1 0
45,466 45,466 000000000148f99f75fe3fdc28120d365cbeb3b01cc03d6711f06b99db2d4c9f 0.00 MB 1 0
45,465 45,465 000000001f5a63166c66ab5cce47f77aa44000e1dc1b94647955bf7cc86fbe3b 0.00 MB 1 0
45,464 45,464 000000001531cb84bb019bcab41014314d80ce45e505c2b74ade6297780fe4f0 0.00 MB 1 0
45,463 45,463 000000003415b71e37f65938c09b81ddb9461f72bcf806c468ed8bcea07e299c 0.00 MB 1 0
45,462 45,462 000000002c326529af2f92e5da9b0f5a0494735e008940b44a5efcc59d683ee6 0.00 MB 1 0
45,461 45,461 000000002979e9169351a64e0d03a2615a4cc9ab062737a5feaf47073df32446 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.48 GB sent, 102.00 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.