Memory Pool Memory Pool Refreshing

9,966 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,407 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (66,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,296 841,296 000000000000000000017072dc07f1fd20a798511338858a51e7479734bc7408 1.59 MB 2,838 33
841,295 841,295 0000000000000000000243c94daba80cce05263a4b26ea449632daa84efcfeed 1.55 MB 3,563 64
841,294 841,294 00000000000000000001fa87bb78eb329ec4cbd2ac30112fc82d5cc9d54d97f9 2.69 MB 2,388 27
841,293 841,293 0000000000000000000278891b38935fff6209009264a77bb24d3a6cc38a8fb2 2.14 MB 2,825 23
841,292 841,292 000000000000000000020df103368a9cf9ac0412315abd5e5edd4a0ab80b4965 1.72 MB 3,846 37
841,291 841,291 00000000000000000002383e645f607a92b446c7ba23687b4c6803649598f8dc 1.62 MB 3,315 61
841,290 841,290 00000000000000000000386a233e9b50fda5c22a566838890ec1d5f1e80aed49 2.96 MB 1,879 23
841,289 841,289 0000000000000000000132d9169d7d9e1cb1db9d9595a3b6e2866e00a01fc701 3.56 MB 307 21
841,288 841,288 000000000000000000025d4c1029fe40bea82d5ea2d1237d2707d200eed68d84 3.29 MB 993 22
841,287 841,287 000000000000000000010eed34813140b049309014a56ec52e7ceb5552177d76 1.89 MB 2,437 34
841,286 841,286 0000000000000000000122d20c94bf71bba48531644412f98e05f3aca7167feb 1.77 MB 2,883 30
841,285 841,285 00000000000000000002028fbb9026a2890485a89e36a64be6ceaa5516f3857e 1.68 MB 3,094 47
841,284 841,284 000000000000000000024a350445a4359f091419c90b19cf6bb21985595425bb 1.84 MB 2,064 22
841,283 841,283 0000000000000000000248f88f0d6eb4ed6b61ae430f346146c9f7ab1b968a40 1.57 MB 2,933 23
841,282 841,282 00000000000000000002849fab3fd26b0af4203bbba56468b9d2f66fed905e00 1.61 MB 3,203 47
841,281 841,281 00000000000000000002df6afcd48db7654a904188253049822aa7ceef1338fb 2.37 MB 2,608 22
841,280 841,280 000000000000000000028396929afe7bbb969d77aca8fb72de4216dbb4721d33 1.83 MB 2,884 28
841,279 841,279 00000000000000000001e1074ae6c7eca00b6a48b75d68cfc2635ab49d9d66e2 1.79 MB 2,736 27
841,278 841,278 000000000000000000007e35bc57b526a2c94b02c33e347ddc836fa9392f8f2e 2.05 MB 3,808 26
841,277 841,277 0000000000000000000082cfe356f4ba5f0cc5d144c0ea41223d45dbb7f5087d 2.10 MB 3,475 25
841,276 841,276 00000000000000000001e8d29c686ea2a90a0f305aab467654a1dac73c762ca6 1.63 MB 3,053 44
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.