Memory Pool Memory Pool Refreshing

4,026 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
907,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,119 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (776,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,692 131,692 0000000000000e7dd1ecf36a4e6c0399a38dfd8b2b226d0633ec2b5b8a25f7e2 0.04 MB 86 1,071
131,691 131,691 00000000000006cfafc0666ed0d17ad3bba8afa95550d377aba5a55a614bd138 0.06 MB 118 601
131,690 131,690 0000000000000014c27235f0cb186dbf7ed4d48bc97a8023daedd7e15500ed2f 0.01 MB 14 591
131,689 131,689 00000000000006bd0e01ed07b51f4c4c347672621a3a7257804b9d0e873e74ee 0.03 MB 70 573
131,688 131,688 00000000000000c3fac06af48da7643db50b1a3dadaaab44acee0e7f44e4889a 0.02 MB 34 1,578
131,687 131,687 0000000000000d69d01fefee4ac46501eb2f18490cd11c0c3bae91b35644d6a2 0.02 MB 70 853
131,686 131,686 00000000000007a81aebdc313c947009b9e82416eaf9ab0fd7cc644f19bd1d17 0.05 MB 106 594
131,685 131,685 0000000000000169393738f19498219c46e19c89ac4f63672915c505100d2ce9 0.01 MB 23 1,374
131,684 131,684 00000000000000b1121d050c6e1a2b9f284427bbe19bf63ffd3bb54fe44f7b0b 0.04 MB 94 391
131,683 131,683 000000000000117bd35c5b4c5d1771d1bd02c491a20f8ec28b8da459d6b719f6 0.05 MB 144 307
131,682 131,682 0000000000001192889433d3116db72b03f4721043178da8ef953121838db93d 0.05 MB 84 159
131,681 131,681 0000000000000fe6ba15a28bdac80c3f2fb6efa42aa26d0bb15fedf37a0fec4b 0.06 MB 90 535
131,680 131,680 0000000000000a24102abdd1d7d00bb79debb70448421c195f995133224d956c 0.01 MB 36 1,349
131,679 131,679 000000000000044905bec239cc125ca18899ba33bd896a790bd529e10ed50133 0.03 MB 62 1,101
131,678 131,678 0000000000000ef49520a2e29fe28f58c40ea0fbba152de72f2e3b31b833f095 0.05 MB 172 182
131,677 131,677 0000000000000e71edae0fc4b819606de131b12f98c4c223e7bdc7caa351fa4e 0.05 MB 138 382
131,676 131,676 000000000000085e14016198e57ab5a64c14e1734c13edd61f52c4de5a335a3a 0.01 MB 26 776
131,675 131,675 00000000000002435db2a698d2870b319a20f1906831a1667a4b537bb6e88b64 0.03 MB 73 1,208
131,674 131,674 0000000000000fbae403dd3a7f903928952640bacd599aec0d784239543b8ad3 0.09 MB 122 337
131,673 131,673 0000000000000f9f28535072cb95051a33ec629685fb044ddd159612c80a9f5e 0.02 MB 37 1,077
131,672 131,672 00000000000001bce1f3b757a8ad840a614f0efadc7e4719339ee0fbf35db189 0.05 MB 80 64
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.