Memory Pool Memory Pool Refreshing

4,648 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,648 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (218,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
689,597 689,597 000000000000000000031d8f578807033b57cc3b8b73a7f7c1e91972ba1c826c 1.36 MB 1,425 28
689,596 689,596 0000000000000000001187d89b678d3e1a6a3e629f9fd0ac3a44e12197b0ef78 1.31 MB 1,342 40
689,595 689,595 0000000000000000000e2224eba06fc8d376a057414d60fdffbbd95d3ba38672 1.74 MB 333 4
689,594 689,594 00000000000000000007dd4698c20aa771aaf17942f69f5b8471a651aef364f1 1.36 MB 893 17
689,593 689,593 000000000000000000022b85326855342d3dd46db2b07cb8d6f406ddeac4e03c 1.20 MB 1,138 11
689,592 689,592 00000000000000000010911b0d12c2eb4c5e72e37023f6e28201c6277c1747ce 1.24 MB 803 42
689,591 689,591 0000000000000000001238d806594ba2107a1ebe3e582e6c8ed59885290c034c 1.18 MB 322 6
689,590 689,590 0000000000000000000ea024096226ea6472534ed7665f78771f5e1c5d3ff378 1.24 MB 817 66
689,589 689,589 00000000000000000007326bb64c2a49bc4ba32db9eba3be7b85a879bcb14422 1.31 MB 666 3
689,588 689,588 0000000000000000001183950d8701a2460a95c4b4d93bb2996e75cb9d2b5635 1.36 MB 788 20
689,587 689,587 000000000000000000064090fb12312d989d6499c7c67191f5e8cd229c152964 1.54 MB 1,128 8
689,586 689,586 000000000000000000005d9c02e61e8a88d1debdc1bb8381b3b09db62e6a5f9c 1.16 MB 383 8
689,585 689,585 0000000000000000000cde8e9196f842395965d962dada42ca8f0bd6bdaf883c 1.67 MB 1,206 33
689,584 689,584 00000000000000000006fd852fcf6a6377b9b979ac428476710115aa1b066daf 1.55 MB 1,006 8
689,583 689,583 00000000000000000004ac2c97a6ba7de184bb68af749bdc83bb42791f13d690 1.23 MB 1,171 10
689,582 689,582 000000000000000000089636487c50d1e985af8037cb8df7d5db970b4ea47eab 1.29 MB 803 19
689,581 689,581 0000000000000000000881c308dd63ad17e8d5162ffae59af9ea6e82ea990b7f 1.42 MB 933 23
689,580 689,580 00000000000000000007108b921863b0a20354c9d97ca5a1b6ef322f5c20d447 1.02 MB 201 10
689,579 689,579 0000000000000000000cdbbadb0433118cab25bc6b2df1c0a8e9a5b28fa0f50d 1.01 MB 102 9
689,578 689,578 0000000000000000000b6dadf733a33dca1a1000264b807abc28ef4e85b96785 1.52 MB 1,409 38
689,577 689,577 000000000000000000031f60f8285a503fa43ba9e7c4bdcdca3f3bc9fc9599a5 1.45 MB 1,282 32
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.