Memory Pool Memory Pool Refreshing

7,105 transactions (3.42 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,887 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,362 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,886 (814,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,507 94,507 000000000007e0ce0242a7d8dbba4e6c8f8d547887c1cf5a696cb08536b8b4fa 0.00 MB 1 0
94,506 94,506 00000000000139e873e1776f3b5f7a36fdeb65e5eddb56458616e49c219175db 0.00 MB 2 0
94,505 94,505 000000000006ff1eab7fa0a519b4b87333fb9b16017bd6f3cc6d61ad484e3849 0.00 MB 2 0
94,504 94,504 0000000000013337b48d8405d5a5db5b19e8d67039f13ce406b0d40f148aca5a 0.00 MB 2 0
94,503 94,503 000000000000c5ff98bc4f132423a75823c2232e9d6c224f0ab4479bea56dfb0 0.00 MB 5 0
94,502 94,502 000000000001c5ce6ec9ca2b438af569c26bdcfb064875236bfc46e3e4460c35 0.00 MB 2 0
94,501 94,501 00000000000294dfff295b06333c9204369eb1ab508b96beedb995c1286cbf46 0.00 MB 2 0
94,500 94,500 00000000000066cb6b9e0bc1f315b5ae37f33b945649657328b2010c8a44e510 0.00 MB 2 0
94,499 94,499 00000000000065eacf6b4297abd290b48c72cd1fe7ce9f7a7c5e7bcc0e641706 0.00 MB 3 0
94,498 94,498 000000000004ab00c26ce3ef116952858f2b514bf0454eaa8dc4cd54b7e360fc 0.00 MB 3 0
94,497 94,497 0000000000019300687a68a9504b35d07268d37614b07f51561769a1db2f2889 0.00 MB 1 0
94,496 94,496 000000000002620178b64ae3e289aa9984f1216bd55b48f0939186b0ee0cfbe5 0.00 MB 1 0
94,495 94,495 000000000008479bc8c5d32b27452b8dfbc5a543d091f0d410024618ca80a714 0.00 MB 1 0
94,494 94,494 0000000000055ef0ba241e94eaf36946419d39ad117c1249230a954f987d2479 0.00 MB 1 0
94,493 94,493 000000000003efcb7ac9d09d271395adfccaeda7333a5938a1c807018f877917 0.00 MB 4 0
94,492 94,492 000000000002b05ec32f4e2aa2bb1645cc347b8ab96ab8bc323cd892496a9068 0.00 MB 1 0
94,491 94,491 000000000006e00ac95b2e6840edd4f90d83314cc18ba5e42afffa16c2e7cf23 0.00 MB 2 0
94,490 94,490 0000000000086fa35ef030840619c075fb6f441c0b99a672d8171860475171e9 0.00 MB 2 0
94,489 94,489 0000000000002f6693ca90dc327a595f6b9c7e20135355f6ef6ca21299759332 0.00 MB 1 0
94,488 94,488 0000000000005217c5a6fc91b19514a6546465fe22c48d8bf064baeb7a61236a 0.00 MB 1 0
94,487 94,487 00000000000921380cda67ca643a1cb4428d411cb43e87287eae694513841553 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.34 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,863.03 GB sent, 103.89 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.