Memory Pool Memory Pool Refreshing

6,520 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,583 (809,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,941 98,941 000000000001fe70dc9723d63fa6a8050a104747c37ed925d0864b2899bed2cf 0.00 MB 2 0
98,940 98,940 000000000002eb711a518a138f7e2919b371618eadc09763c752e085703bebda 0.00 MB 4 0
98,939 98,939 000000000002956c18520a49c43338484d4ffc14ca8b37b297676ab2fcc08b4e 0.00 MB 4 0
98,938 98,938 0000000000011f0821ec3673ed71d4cbf2dc4f5bb98b210271ec27116057483e 0.00 MB 3 0
98,937 98,937 00000000000291f25584a91acb733b8afdb0228b283245709bbbea6b0247cc83 0.00 MB 6 0
98,936 98,936 000000000000304bee4d3532f9799fb65e89e4132ae29dbeef40416d9b2415ae 0.00 MB 1 0
98,935 98,935 000000000001d8a21cf387226a739b1f5ca121ba4a359e78cc45719bd9a7f2af 0.00 MB 1 0
98,934 98,934 00000000000458b9a8b0ea8e39a2009a38cbc451e9883b377fad36bf15f414a5 0.00 MB 2 0
98,933 98,933 0000000000009daf075f4f36bc5be31bf581cf00a8682aad5cc70b8300866435 0.00 MB 1 0
98,932 98,932 00000000000129e0aa0e289983314487c613b99594c90590dd288b0660c85f67 0.00 MB 5 0
98,931 98,931 000000000003af14cc2d6cac472c3557e673d609a2c56f157f051a5f2f08bd37 0.00 MB 12 352
98,930 98,930 000000000002b22249dea437025c922f20706ee540410beff3503bd07f6d2332 0.00 MB 11 0
98,929 98,929 000000000004127bf2606cc839b1e6181a676da7204ebe74ee5bcf0012d3f136 0.00 MB 10 0
98,928 98,928 0000000000013e8ddec214743b99c0c3b5406a2f0caa4ccb0c0d2574a4a152eb 0.00 MB 2 0
98,927 98,927 0000000000040a724e62f0b16a9bfa01781483061916945bac3df5321dcdf6b9 0.00 MB 1 0
98,926 98,926 0000000000006086b9ef9fc745764d75e0f3996f7f861c08c85f9d86e7f5f01a 0.00 MB 1 0
98,925 98,925 000000000002c866b9ec130bd5dc780efab7e96d463d33be5955cd01a3247c8d 0.00 MB 2 0
98,924 98,924 0000000000007b6bbb26f215d26607ce2af158ba0a22668f1108d6edf308c03d 0.00 MB 3 0
98,923 98,923 0000000000032cd92d4cf764602da577cfdf06ee040c5c2d49fb0a63558f466f 0.00 MB 6 0
98,922 98,922 0000000000014461f4ab0044f98e8df7dc7e365c150813dd4f4ec4f5665d9442 0.00 MB 5 1,071
98,921 98,921 0000000000042c13e16bc7bde35fc0d5a3833189ddfbc588b5fef1d1040aba68 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.94 GB sent, 100.91 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.