Memory Pool Memory Pool Refreshing

12,047 transactions (3.45 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,038 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,713 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,037 (825,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
83,991 83,991 0000000000160f3945524f2c3e258b4bd3a388a431688af76386643edd0753d8 0.00 MB 2 0
83,990 83,990 0000000000056d374fb96772601d3ccee24105947a516ddff74c7d21282078b4 0.00 MB 2 0
83,989 83,989 000000000018860c696f25e22cc5a9f9394a53e9ce3085d5d6341585cba7dff2 0.00 MB 2 0
83,988 83,988 00000000000bfae3dcd3e78faa3e4962c423f1ecdb4e00797320a9e3b8e6735e 0.00 MB 4 0
83,987 83,987 00000000000285bcead37b58f3dd6fce8907046e12fa2f2f095de65e7e068387 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.62 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,894.93 GB sent, 105.58 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.