Memory Pool Memory Pool Refreshing

12,470 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,097 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (340,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
567,507 567,507 00000000000000000006616e6243e5694755989d64eed4eefcd86ece41d82229 1.32 MB 2,933 30
567,506 567,506 0000000000000000001da5c06634deb0ff3860ff0a35285ce1291c509c69b80c 1.19 MB 2,464 18
567,505 567,505 00000000000000000001cd97b9f4803992b4d668b992d3637ebd5b035c906b47 1.19 MB 2,546 30
567,504 567,504 0000000000000000000bef735470746019ab0a4e5b46774bf98bb0be8fc5d5be 1.12 MB 1,777 26
567,503 567,503 00000000000000000020643655bfadc314826a4dc5302d294fc08813cd3c6866 1.02 MB 1,041 81
567,502 567,502 0000000000000000001134b5b2796b2924c4949ceff37b0eb78eff96c685aaa4 0.98 MB 1,968 5
567,501 567,501 00000000000000000016eaba5218d2fe48aa707dd812555bbf478ace41704242 1.49 MB 2,242 33
567,500 567,500 00000000000000000029aff4da8e6bc7013e9b84e3a8b292995dfd831f16da8c 0.56 MB 1,215 21
567,499 567,499 00000000000000000016d74b3103b1d576b0cf93f14415ee06d2114013dd1a3c 0.93 MB 1,080 3
567,498 567,498 00000000000000000021cdf6e15aa9ed7c5c3bebfa170343004eb11339871229 1.25 MB 2,961 27
567,497 567,497 00000000000000000007fc02a7df7573397a122060db891211cdc6edcdfdff16 0.83 MB 1,770 18
567,496 567,496 0000000000000000001cbcc92e51bda3d426670635be072f4f144b8121e183c5 0.29 MB 673 20
567,495 567,495 00000000000000000004e8105f8a5e49b6e8c92f04589884a04b449f11f6d7a0 0.56 MB 1,300 17
567,494 567,494 0000000000000000002227eee80c745d79aeee0e4fc1c59116ee17b86dbf28b4 0.05 MB 95 17
567,493 567,493 00000000000000000020cfa2fcc3b673f1452643f3dee87336006c334eee9de1 0.83 MB 1,680 16
567,492 567,492 00000000000000000026eedf298afd6da375fb10b2e4004d6ff111bedbdaaade 0.05 MB 144 17
567,491 567,491 000000000000000000253e921a90becada71fd3ac50bcc70935acd0beaf72704 0.78 MB 1,720 18
567,490 567,490 0000000000000000000024b7f99f851771b21fa5c887ea33d8cfb6983dab14f1 0.43 MB 879 22
567,489 567,489 000000000000000000242fd352e75807517f4b95237f142eeedd2c43d135b47a 0.52 MB 1,034 17
567,488 567,488 000000000000000000296d3b1eea4ed11249c3c70fe288387e485e21944258b0 1.27 MB 2,631 16
567,487 567,487 0000000000000000002726cf51aa19960c7b60a3e1d617b22278fd416dae520b 1.25 MB 2,761 27
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, 113 incoming
  • Data Transfer: 1,621.30 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.