Memory Pool Memory Pool Refreshing

5,146 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
908,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,290 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (824,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,031 84,031 00000000001eb485abcc7fbd1ef0edbf49ac1975efe84c248ad3d8ba75549ccd 0.00 MB 4 0
84,030 84,030 00000000001a017067e1606a6cbc7f2a57924b2973e5b876976f00ae688e2a88 0.00 MB 2 0
84,029 84,029 0000000000090181953cfd62b90cb525e08baf8ffe27990bb5fd665fbba15eae 0.00 MB 2 0
84,028 84,028 00000000001ce210be4a8fdd108b06af3ed6669e445ef3b4ab5f8ac95479b540 0.00 MB 3 0
84,027 84,027 0000000000210828c3e78ce9e1b76de290c771b155dcdef1faab9fcc54b88a80 0.00 MB 7 0
84,026 84,026 000000000020a37946908161da3ca3411b6fbfecdc9ca9bfc38c7372f53766bc 0.00 MB 4 0
84,025 84,025 00000000001b14023a10cdb3a6cc6c6f5968f9908b5154c4c383d99a3c67ba32 0.00 MB 1 0
84,024 84,024 00000000002d578949d84c0f9dfce06312951e803d91e6a27e7397e825b9f0be 0.00 MB 1 0
84,023 84,023 000000000005e596e81c5d2395c9ef4b113e54a9af63a0197b03526f0568d5a7 0.00 MB 2 0
84,022 84,022 000000000027a216ba1528b6198412d1ce9b6bc872fe22f136b8cb31597cd298 0.00 MB 8 0
84,021 84,021 000000000004baf943a9a762813198a9546c66dc75b0c810fc6053482c103d3a 0.00 MB 2 0
84,020 84,020 000000000019088938196ba2fa62c08f8c119c8e4e3dc80a23fdb781a9b4aa51 0.00 MB 1 0
84,019 84,019 0000000000298ef6e39dbf1cdb38e054e1dcd270486c70bee7adb4930e88aab1 0.00 MB 2 0
84,018 84,018 00000000002316047925fad90af904c96eaafbca2b41d3ee2cae1e2c05c71491 0.00 MB 2 0
84,017 84,017 00000000002de0b10c4e6bdd4b6a16d9fc21053a792c7ea0a06c22cbc6137bec 0.00 MB 2 0
84,016 84,016 000000000011c172c5fdedfa4e5b6cf94715d00601dd8048ea5a3319871fa990 0.00 MB 3 0
84,015 84,015 000000000030c17efc1ccf6a50cc757f2740e02eae2ce233b119f7f0f7a18850 0.00 MB 2 0
84,014 84,014 00000000001d52fd44c16315061763f91745abd1eb0eee33814214cfb0123603 0.00 MB 1 0
84,013 84,013 000000000015d35376adc57dfdab33ddf555396ee03102a973ee1ccd19ddda1a 0.00 MB 1 0
84,012 84,012 000000000004bf7202e83b28cc73fb4ccf843dcc78dc3cf3a44fa8aa01d5891f 0.00 MB 1 0
84,011 84,011 000000000016f6e414c6a34433b5a3e9839a223eda1cc9a9fdbde35f49587a6c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.98 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,854.11 GB sent, 101.86 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.