Memory Pool Memory Pool Refreshing

1,496 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,495 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (815,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,793 92,793 00000000000748c1d202f65f10a8dca03b807f84c5bf9305747140918dc1ec00 0.01 MB 20 0
92,792 92,792 000000000001746d0494c9b81a5eb8046ab8b82c93134186a580a590b7a76dc7 0.01 MB 23 0
92,791 92,791 000000000006552438c251e7b917290409c604ba6cc1aeee96f3cc056a6c71a1 0.01 MB 29 0
92,790 92,790 0000000000005ae3b7aa0dba4f229acadad21b4ea29cd2234930486e173caf02 0.00 MB 15 0
92,789 92,789 000000000008b7a682256ee55144b83a6a76bcaf481c6f92d4ad64e3122483dd 0.01 MB 42 0
92,788 92,788 000000000007f1a7175b0d7f62ccf15d2acf207828cf402b591e01b50b113100 0.01 MB 67 0
92,787 92,787 000000000000132a4314a07f67e320fb13bc7b49d87473659f7eadc7278943f4 0.00 MB 21 0
92,786 92,786 000000000001da3edac78b3ead073f61311996034ab667979ad1e3431757b86c 0.01 MB 30 0
92,785 92,785 000000000004e433229af08a2725caac4e874651b7b4f370f69cc6e67d74d1bd 0.00 MB 23 0
92,784 92,784 0000000000000df001381935159f3cd30b0b8fa93f4772d030560ed609d12f10 0.01 MB 50 0
92,783 92,783 000000000002b07e4c1c0a25709ac795129c173dc21ea7d95959dd347c7683e8 0.00 MB 11 0
92,782 92,782 000000000001e13b8b0fb247b8d0bd5fc41b29478f20b176390927d895fccd74 0.00 MB 1 0
92,781 92,781 000000000006a3754ea7ee2a4b60ab6011fa7eb72656c58d41f11e774478a3ce 0.03 MB 123 0
92,780 92,780 0000000000012c8380e1000b4eae4073068981d2869f4f1fa746b6d6ae493a43 0.01 MB 54 0
92,779 92,779 00000000000983ce545c60e397de172fa211627e6c3ed87b3af97f44218dddcb 0.05 MB 219 0
92,778 92,778 000000000005eedceb8b5f4b7164675c4855cfc8bbb9af63cdb31251b1b64f33 0.05 MB 219 0
92,777 92,777 00000000000714899dfea6cff36a84528a933f5c9565fabedb66bb165d1a467c 0.01 MB 46 0
92,776 92,776 0000000000010d1c0a06e0a54bb407457fa081ba2a60b7b8f3d635ae4d159676 0.00 MB 2 0
92,775 92,775 0000000000054452815493f131854c3c6772a303df589248930a16d73d5574bd 0.00 MB 23 0
92,774 92,774 0000000000066c8d0d24be2224a2a7e0df03d128754badb81b5db40ac205a61d 0.01 MB 61 0
92,773 92,773 00000000000843fe85799689254c598932a70f4f7cef762f13e7534e0f692c10 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.