Memory Pool Memory Pool Refreshing

3,732 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,632 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (808,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,753 99,753 0000000000043275f03be9a49fd5640d394a0177c5e460d774c4032b4c9bc1b7 0.00 MB 3 0
99,752 99,752 0000000000017dbaa626e28f72a327e0916b2e94cd28e076f17cd25e0684cf08 0.00 MB 3 0
99,751 99,751 000000000001435ddaae6abe77d69d589ae8e840349b1447f5d2ffbd77bbbf83 0.00 MB 1 0
99,750 99,750 000000000003645db501fcb7965ef3129da2a586eb01df517dad82bcdb95d0fb 0.00 MB 1 0
99,749 99,749 00000000000269253b732c9a285e245ea43576523fb686743e4bc991f92c50ab 0.00 MB 5 1,004
99,748 99,748 000000000003e28f2ce39ecc754497d820098043f0806c740902db55399ec3c6 0.00 MB 1 0
99,747 99,747 00000000000303cb1b4ea2e58e94c2280a9641fe3de53a0cdfc99f6ede244bb2 0.00 MB 3 0
99,746 99,746 00000000000064a3c46808e0e7d454305d607d1aa6bb598396932648d6e5ea2f 0.00 MB 12 0
99,745 99,745 000000000000d9243c0bcd10c09d22fa33b0aa3cbfdd48803dad91ffd4d15f8f 0.00 MB 12 0
99,744 99,744 00000000000289f24767b384844c5ef19c8dcfbc57643ef50667f1c5247988db 0.00 MB 1 0
99,743 99,743 0000000000040ac69b7faa49cf186a7858939c211547415384ff6dc1265d484e 0.00 MB 1 0
99,742 99,742 000000000003a6445485d3286a9a31a253054c3441cb3081363454b76e0d0ccf 0.00 MB 2 2,283
99,741 99,741 000000000000ba5ffee7815acf55422a14bd95467f74ddd6ad0f076a9706c5da 0.00 MB 5 0
99,740 99,740 000000000002b11b503dfd09e5e29cf0a53e8bb2ac740582ec3f5e684e5bc40b 0.00 MB 12 0
99,739 99,739 000000000001265d0bf3a296fcd62250e6d8f48b84b963bb3644763c7c006a77 0.00 MB 7 0
99,738 99,738 000000000002a88c36500b2f802fe0667a194667d4c87489eaf31a8c034cf0bc 0.00 MB 11 0
99,737 99,737 00000000000145c1072d4b82e8eef8b7026608c0e3cdd42bd526d5320b392879 0.00 MB 1 0
99,736 99,736 000000000000899fdfb2c8a737412a66036c2fdec59e222b4e90857bbd823ae9 0.00 MB 1 0
99,735 99,735 0000000000013391809ed3d2d54fdcd4178f630fff71f8e98137a1773a91119d 0.00 MB 2 0
99,734 99,734 0000000000016dbea61ff4a4b1674a834d9b541f0e7cbdc787a5248e72505394 0.00 MB 5 0
99,733 99,733 00000000000180ca349aebde7e217b06066579256f177c0519bc45617ed04d54 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.