Memory Pool Memory Pool Refreshing

3,958 transactions
24.49 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,451 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (840,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,602 67,602 00000000032533b82a74f4a711d3dc7e6fa793818983c5be654276fb40813721 0.00 MB 1 0
67,601 67,601 0000000000991ac7c8ad3ed6a59b24741e03bd747912e8aa06f6f9eb308d6963 0.00 MB 6 0
67,600 67,600 00000000054d1119a41c68fc3d527efe642158c13508b052430873351044c8aa 0.00 MB 1 0
67,599 67,599 0000000000702c41bfe58a9b999614cd38095bd5bed1a00da0348013c1d60c12 0.00 MB 1 0
67,598 67,598 00000000030e83898846bc32ff81f70f72eeb386ef7cba9a2b78065c55b3ab99 0.00 MB 1 0
67,597 67,597 0000000004e9e8ce42a2fba81063fe1913a26fb73a391a8335a9546a046c82ac 0.00 MB 3 0
67,596 67,596 000000000123056579d6069b9305cdeeaf64799a05c99d090e2e3e69f249a96a 0.00 MB 2 0
67,595 67,595 00000000032ce7b88fa1cfe7d38a97bb516c4a0cbfcaaf020fdcf168579c6664 0.00 MB 2 0
67,594 67,594 00000000024d63d6142a3aa1eea9d235df598bec7b12017d970403cb98540d8d 0.00 MB 1 0
67,593 67,593 0000000000e9f2cd7a1cb2b69fe3e3b46b4adea13c88f9d540e4c69f23be1be2 0.00 MB 1 0
67,592 67,592 000000000458af29803fbb6c835dd8e8628b627844a63de13112da4a85cabbdb 0.00 MB 4 0
67,591 67,591 00000000033ff3c163a99bdd9d3d2fef55d5117677ba3fadf8bb5646e87b410d 0.00 MB 1 0
67,590 67,590 00000000005ea6bb8562422741eadb483e132cc769de759dd1b8c7c4bf6b5d03 0.00 MB 1 0
67,589 67,589 000000000018f36076cbd485820417e5dbe7ae1ef603c47ac203b924426b9b2f 0.00 MB 3 0
67,588 67,588 000000000573f21df4ffb42e367b9203e3c6c247a1638afec6d93b0bfd71268e 0.00 MB 1 0
67,587 67,587 0000000003cf82071e0f97da37c29023a993603c193d3de71c3de48d386745be 0.00 MB 1 0
67,586 67,586 00000000031863d1b3095cf5045c30eb7b8e4c076f711698119938b0ae5b925f 0.00 MB 1 0
67,585 67,585 0000000000e3e77a019250c90203e995dbd1ff020d0ab5cc43df881d8637b7a0 0.00 MB 1 0
67,584 67,584 0000000002e5824ab201cf9ddf354c0aed5d088641cca2cc728b94b484372c82 0.00 MB 2 0
67,583 67,583 0000000005856605d2b82a0479259c86bfbc1ab3ae491e46b789acf0c3a32a15 0.00 MB 1 0
67,582 67,582 00000000038f0b97e15e293a88aed45fb00e5ce1b6b058bd844f7eb6c69b1cb3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.25 GB sent, 98.62 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.