Memory Pool Memory Pool Refreshing

3,130 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,851 (169,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
738,677 738,677 0000000000000000000564cab78d111a89dae7b58cf668e392ab7c30d5cc910d 1.49 MB 2,235 7
738,676 738,676 0000000000000000000667dab583d3c1954ad0809349bedfc793567f3b4c9c94 1.23 MB 1,462 11
738,675 738,675 00000000000000000001f7847a8c417df0d6e5d8316e880e0c2300dcbbf0119b 0.86 MB 1,499 8
738,674 738,674 00000000000000000006c767f3413ea7492f8039aa0a61d5577470617f12173e 0.49 MB 639 7
738,673 738,673 00000000000000000001192962f1ec061f7ecdcd2ce53f30f09fb1b6c01f1235 1.15 MB 1,818 8
738,672 738,672 00000000000000000008bf43af10c961c134ee21858ce75e1fbb87633d6ba9b5 0.45 MB 661 6
738,671 738,671 0000000000000000000383e3a39aeba47d1a7036c713c1c3bb4837b434613eae 1.23 MB 1,479 6
738,670 738,670 00000000000000000005c611393c6a55cbdf0659ffdd4b355b21534351558218 1.46 MB 2,479 12
738,669 738,669 00000000000000000006ad24802dd1d1b49159981f3138091a08521fe89ee91e 0.11 MB 125 9
738,668 738,668 000000000000000000076ef9a92860630b2d1304b6c81ba7a672c0c9a741be43 0.33 MB 401 8
738,667 738,667 0000000000000000000690f04a6a0fdde6b0537753b3718dea1e412b6f4bd505 0.87 MB 1,381 8
738,666 738,666 00000000000000000008a008c8ce4b5214ca065f0b24993aee3738c6f554cfda 0.46 MB 604 8
738,665 738,665 0000000000000000000859dbf61596ad14f2835175b8adf8dedb280aba573e2a 0.64 MB 757 4
738,664 738,664 000000000000000000010227e2d3261a87aa1717d9efe39d38e08e313effd768 1.61 MB 2,105 5
738,663 738,663 00000000000000000005860ef70ab753bcf83916304655a2c081c48073cf244a 1.46 MB 2,023 17
738,662 738,662 0000000000000000000389ec2469d42f4a17bfe655b203a6e03d3818f9083c8f 1.37 MB 1,395 8
738,661 738,661 00000000000000000000bb8b5979f26f79527b2971bf85715d4dd26754b8aa9a 0.70 MB 662 4
738,660 738,660 00000000000000000003bbd240ce44c675607984fe1c8f4ac5605c1011a48c19 1.52 MB 1,312 2
738,659 738,659 00000000000000000004ed31b411f6b03391283c3fbc6102581b1ded792d6f5d 1.82 MB 1,974 6
738,658 738,658 0000000000000000000783ff16960511588c45f61deb5c12f48d0c5c013ac180 1.43 MB 2,096 13
738,657 738,657 00000000000000000001b5734989aa5d43bd7a6266b560306e62fad9e5fe5633 1.40 MB 2,221 17
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.23 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.