Memory Pool Memory Pool Refreshing

5,298 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (317,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
590,755 590,755 0000000000000000001131eea2dfe207f1f3af5779ce9b9bfb88adbe7fba5098 0.40 MB 1,002 15
590,754 590,754 0000000000000000000f9f89031fd6fa3cf287f5769dde95dfed061c7b81fd22 1.17 MB 3,079 29
590,753 590,753 000000000000000000100b1e940488ae853b57051367c7a1f0fe5f40a68a8a13 0.02 MB 57 37
590,752 590,752 0000000000000000000824d515828c5d3aa778effca15763a3cc9f314ef10301 1.16 MB 2,671 24
590,751 590,751 0000000000000000000c6b7fa9e824b417f3761cdf65a5a0fcf20f3d7b2ac7dd 0.76 MB 1,885 31
590,750 590,750 0000000000000000000783cc3aa36a62a7f0d6da60a5337bfd86d104f3804291 0.24 MB 579 39
590,749 590,749 0000000000000000000d3f1531a77c59d6944d175d88d02e8e1eff6632245544 0.03 MB 87 35
590,748 590,748 000000000000000000197263caef587546ac90e0361755a6fbb48f8010b14650 0.25 MB 609 3
590,747 590,747 0000000000000000000753b94aad0dd9a9f47c167a00c353d4b8a95ccc70696f 1.15 MB 3,001 33
590,746 590,746 0000000000000000000438944835de27459eb50abeb41bd22358ff7e4b11663f 0.40 MB 639 21
590,745 590,745 0000000000000000000142da008628c8180d28f4ab2f0e9ef32e16adc865f0ae 0.37 MB 1,097 33
590,744 590,744 00000000000000000012cc9a59ac36c73fe7aa1b50ba7b87eb16c941bb17890b 0.99 MB 2,543 30
590,743 590,743 000000000000000000153d0b1898004436998a7eabf4d65f157ab610fb436ebb 0.01 MB 18 17
590,742 590,742 000000000000000000138630f1d5ca2ed53a6a11a8ee63fde3c865d5c32a4cbb 0.06 MB 140 23
590,741 590,741 00000000000000000015fb8a8c3e7fbfef7aecc7977faeca070c3a62512bc9ea 0.76 MB 1,263 26
590,740 590,740 0000000000000000000fec683e74805a84233a22d55d26cb64adf6bc34cd6720 0.29 MB 731 4
590,739 590,739 0000000000000000000e90708972ee97529bac16313de5f8fd256ef96ab963e3 1.15 MB 2,450 25
590,738 590,738 00000000000000000014297e4a0cdd2911ddc8e5817094b99a06c2c3879ab3ba 1.23 MB 1,976 25
590,737 590,737 00000000000000000016338bb63788ab114e182e2698d8a29d73d9dd559d2bc0 1.20 MB 3,244 61
590,736 590,736 00000000000000000008a39f56f628956a6e3e69b8b721ffac0ccb35d720a26b 0.30 MB 829 36
590,735 590,735 00000000000000000016517338b4245f7a0f926982a5210f28f9c7b4e3c014ed 0.76 MB 1,446 23
Previous 10 blocks ↓
Total Size: 769.28 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.57 GB sent, 94.34 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.