Memory Pool Memory Pool Refreshing

5,855 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,014 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (199,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
708,444 708,444 0000000000000000000acc06f8414b55e6427ff4eeb77c115ea72ca5d5478988 0.82 MB 1,536 11
708,443 708,443 0000000000000000000a05340c685769d522b6827893de4e9182d34b03f59acc 0.12 MB 163 25
708,442 708,442 0000000000000000000c026c055dfbdd5da0c01f5088134f71132024a05914e5 0.19 MB 279 14
708,441 708,441 0000000000000000000775f21fcba63bc7bed7e05c999f357ff968aec0bc19e2 0.87 MB 1,408 12
708,440 708,440 000000000000000000042f89b749061d211940939f9ac9457765991d944cf81c 0.07 MB 104 17
708,439 708,439 00000000000000000009ed66336f8eb298530977bd68d41b90f7fed654a64135 0.17 MB 370 13
708,438 708,438 000000000000000000007063a881a7a2c2d0b0cda9012a5d759d9e85b2d96657 0.40 MB 642 12
708,437 708,437 0000000000000000000adfb75280acef851cc1a6d507331a5197f4553138e86d 1.19 MB 1,475 10
708,436 708,436 000000000000000000052659bce65b0a28f0d28376391bafe7023b8fa367754c 0.25 MB 438 10
708,435 708,435 00000000000000000005930d334d63eb318408e91f166be12abb484fd46143a8 1.27 MB 2,088 10
708,434 708,434 00000000000000000009a3fde01880872467d07f6963843a4f613e022f1e3722 0.09 MB 157 10
708,433 708,433 00000000000000000005af825fdbf760019b6e5704dcd1f2e670c9fd3d7088b6 0.60 MB 745 10
708,432 708,432 00000000000000000008a995140577ef5dae70e09f143319b5950d5b9327f27f 0.46 MB 532 13
708,431 708,431 000000000000000000077c3661bab5241d7974289049ac9a818b8fc540e1848b 0.58 MB 815 11
708,430 708,430 00000000000000000007ecec83c4000428a841937989bf74f4d7b4cd8273155a 0.60 MB 1,045 14
708,429 708,429 00000000000000000003edd3cd1b49cb0e3c672fd26be1725bd6c962e1ab88c2 0.05 MB 107 22
708,428 708,428 00000000000000000002c942705c598bc280e965d5475bd064b14f0cb2326e9f 1.11 MB 1,386 11
708,427 708,427 00000000000000000003240aba3da9aaa5b198b12ce1fd70af333ab4cfcb3a48 1.09 MB 1,372 7
708,426 708,426 00000000000000000001745c768098a9ffd87db56372efab49e025a221aeb777 1.24 MB 1,508 20
708,425 708,425 0000000000000000000afe6faab72995195566a8bb2e96d5a027198748407b76 0.93 MB 1,102 13
708,424 708,424 00000000000000000002faf4d486cc476008d7e4585bdfebbea0909f299c852c 0.51 MB 485 14
Previous 10 blocks ↓
Total Size: 768.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,616.03 GB sent, 92.71 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.