Memory Pool Memory Pool Refreshing

20,633 transactions (7.87 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 3 sats/vbyte = (11 blocks)
  • 4 sats/vbyte = (7 blocks)
  • 5 sats/vbyte = (5 blocks)
  • 6 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 42/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,902 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,651 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,901 (824,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
83,998 83,998 0000000000188a0496fe65885cc41af039eb103c10ec0841d79549d4082ea0a3 0.00 MB 1 0
83,997 83,997 00000000002a20f18d3a3f8f56d113d6be37a90e2219ce7fc40b939d9d664bd0 0.00 MB 1 0
83,996 83,996 00000000000a919f9f20800c6841daf767a1767ffbecf7d5bbef1f6bb8692be6 0.00 MB 1 0
83,995 83,995 00000000000f68964fc8fdd786cd7cca5e261e013e3eee3fcfe860d5f36d3208 0.00 MB 1 0
83,994 83,994 00000000002c4dc3609e04cc8446b1d0787d29e64b596c5d0a4a0a373c998445 0.00 MB 1 0
83,993 83,993 00000000000cfc06a1966f4959a474535cf870bf93def84ee6634e5d3d94c8b4 0.00 MB 1 0
83,992 83,992 00000000001ef1a969295673cb32e9c1fa6a50ec6d1586515dcdd3065e98300f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.36 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,863.66 GB sent, 104.16 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.