Memory Pool Memory Pool Refreshing

7,879 transactions (2.72 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,805 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (824,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
84,010 84,010 00000000000190cb695cdd42bdd74dbed8ccbb6fe5c703a6d8cd8cfbfa83e0b7 0.00 MB 1 0
84,009 84,009 000000000019834b54ea0a80c9cc7246326248e508d7fed2158330963f7ca618 0.00 MB 1 0
84,008 84,008 000000000021244597196327063c8af8581c1b0a14b27ed6621852f70cf4c404 0.00 MB 3 0
84,007 84,007 000000000011915d4ec688c9b72f002fb59b58989b6d0cf99603abcfc40ea56d 0.00 MB 1 0
84,006 84,006 000000000003da00a5225d8d6ce433a9a73f29d7d87e4a15c64f5d4037bc2e53 0.00 MB 5 0
84,005 84,005 000000000024d1ad32200865a8d9543f7ff1fa8dac124c44ab6d359ef1a471f6 0.00 MB 1 0
84,004 84,004 000000000002d915d6c4feaa99944c4fe9d5ddf8cb188f287eeb8dce709757c0 0.00 MB 1 0
84,003 84,003 000000000025b9f51708b98542b4e19651d80f4f6b7ec988555c8fa8081b232c 0.00 MB 4 0
84,002 84,002 00000000002d6f45aca94048317e3bc5ea9362421eda2617f5ad7383f1710663 0.00 MB 1 0
84,001 84,001 000000000002c05ab3ea86dc6a8167dd6be5450f6bd4efb431535f04c57d5ddb 0.00 MB 1 0
84,000 84,000 00000000001385326e30864192ba84ed2f9cbfadf0698655b1c25f93c92f22ad 0.00 MB 6 0
83,999 83,999 000000000026323b790153de5bccf85b0d87c3c37bbca31e117aa295d0246f4b 0.00 MB 6 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.92 GB sent, 102.79 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.