Memory Pool Memory Pool Refreshing

3,368 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,897 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (430,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
477,597 477,597 00000000000000000051bba861fd916db3c564d03c2a5334fea322a543391416 1.00 MB 1,325 186
477,596 477,596 00000000000000000148ecdc425b77acae9dcafb48a180152dc71f619074a8b9 1.00 MB 866 184
477,595 477,595 0000000000000000009e5085bacad7099e7174ebd15679374a8a818fbe382672 1.00 MB 1,616 180
477,594 477,594 0000000000000000010930c3cf8101884d1cad198f795ebde46b69cf92962464 1.00 MB 1,587 114
477,593 477,593 0000000000000000004046a0df9f3db297e2c1f0d616ff6d29ea52da8aa07bba 1.00 MB 1,184 75
477,592 477,592 0000000000000000003c862097408077d633d07ff2d36a3560e635de01b565d9 1.00 MB 1,331 86
477,591 477,591 000000000000000000b29d8ce40fc34be1500885a42603b74e8915d6c663a161 1.00 MB 567 29
477,590 477,590 000000000000000000add20152516f97c81b1b44ac9d1f560d634e34d5edb35d 1.00 MB 526 27
477,589 477,589 0000000000000000013a614adc89bb331a237e6ee7379d7998f7c507c3ca9d59 1.00 MB 1,472 104
477,588 477,588 0000000000000000010b485d90508063bd007552ef5c554857336993083238e4 1.00 MB 669 35
477,587 477,587 000000000000000001080b3482f121e0b49b36c89da4ca3161b7d813dc09ae29 1.00 MB 823 46
477,586 477,586 0000000000000000003449908fbb13697397131a839f66c5e542783f545a0185 1.00 MB 422 12
477,585 477,585 0000000000000000010d999157e070d648592191767cd6a2601b826c975c2d00 1.00 MB 1,766 68
477,584 477,584 0000000000000000002bb3cffb36dcbdc12158ad5001ee9294416226231cb735 1.00 MB 1,976 182
477,583 477,583 00000000000000000013483430336a4c2d78f2d7c48774e0555c85c926372ddf 1.00 MB 1,987 150
477,582 477,582 0000000000000000009639865ec71af96e44b0e07e11b28026a728f11ecaf2a6 1.00 MB 953 38
477,581 477,581 0000000000000000010046a5923f4464c6bdddd268f35588516c56a706b0da5f 1.00 MB 1,729 152
477,580 477,580 00000000000000000097fb623e5a3160f687463f8a28252b53a3385dc57b8e55 1.00 MB 1,264 104
477,579 477,579 0000000000000000003e36211f4e1326febc5e911269563f12000a5661e02705 0.93 MB 1,733 175
477,578 477,578 00000000000000000110242716cef17c7a11e9ab233c9eafdbde08b5f7fb2495 1.00 MB 552 12
477,577 477,577 0000000000000000011d7a5cc22b8c32373677095842850331900c16973e4ad6 0.27 MB 596 172
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.