Memory Pool Memory Pool Refreshing

4,471 transactions (1.85 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,780 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,869 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,779 (819,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,697 89,697 0000000000005c318a62158e51a7b6265aa0156d76c98842755fbf5ad3cf0c1e 0.00 MB 1 0
89,696 89,696 000000000009f7049a0b630a0c71604aeafd7c856d6dae235e98666439e115a9 0.00 MB 2 0
89,695 89,695 00000000000d3b72384c7b266550310274b045bd92290fee4b47b28780719fe0 0.00 MB 1 0
89,694 89,694 000000000006fca94678db4d1e748d57c5e2c7c2c80d6826e6bc381f5f17a4cb 0.00 MB 1 0
89,693 89,693 0000000000058948f9e9d8f29cae593afeee26e1f2e0e7459fe1ca55d4f02438 0.00 MB 1 0
89,692 89,692 00000000000e7e56f3d30cf2743821b1da65c0e0b87eb224c7c226cbc98fd25b 0.00 MB 1 0
89,691 89,691 00000000000f584c1a3a539f2cf5647943fb98f9b5ff6e28eaa4035c07b03e45 0.00 MB 1 0
89,690 89,690 00000000000ced276369cecc387fc351c0656c597d3152eb2babfdf60e5d9140 0.00 MB 1 0
89,689 89,689 00000000000aef791ada4d8a7e6467c36a0ccba60fc9c313da4ba3fc7c168b03 0.00 MB 2 0
89,688 89,688 00000000000ba41394f6cbf79afe25277d5cb84fde456da8877036cb96f0f57d 0.00 MB 1 0
89,687 89,687 00000000000480ea021444bb3630b38cc2e6e6672450e92826d2cd4020deae37 0.00 MB 1 0
89,686 89,686 0000000000066e8a8ff790cfa2909c9f3b0ac528c97c6dc2f86530935d9e302b 0.00 MB 1 0
89,685 89,685 000000000003efc708947f39503cdf0a47753c087ca3322107fc4a0715626736 0.00 MB 1 0
89,684 89,684 00000000000e4f1e29f92b1698e5bb8ed15d64814b52030997a0767582d295c4 0.00 MB 1 0
89,683 89,683 00000000000e84f45865e87d5d5ad5c69ffce1da17238177046b57add4fcf376 0.00 MB 1 0
89,682 89,682 0000000000103d09f95993db5d80380bdc2469a3921adf8df4c8b56d2b191e3d 0.00 MB 1 0
89,681 89,681 0000000000058c8fc5da1595598b59b02f9a5973ac3a514bfa8bedc27ff10983 0.00 MB 1 0
89,680 89,680 00000000000c54db1971d5ca46f26bbb0842f55e694d0b6c094fa28039b5c3b8 0.00 MB 2 0
89,679 89,679 00000000000ef238c7ca84cb6de8951efdb2f5a650abdabdfef467d491b105f1 0.00 MB 1 0
89,678 89,678 000000000011bb620b264b01977d3713edea870c49451deba2536c14b01692a5 0.00 MB 2 0
89,677 89,677 000000000012ab8402586c31c21d654a7b1eab7f7ca69ae8c3629d3400a4dd2f 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.89 GB sent, 102.77 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.