Memory Pool Memory Pool Refreshing

5,582 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (607,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,919 299,919 00000000000000003beb0e8d3eb752b4152473f50f4101d7587917d9892dbae7 0.04 MB 58 12
299,918 299,918 00000000000000004c9d938a44e2b054bd909ddc60c855246badaa2e5b61635f 0.04 MB 78 30
299,917 299,917 000000000000000009f1e4c80dc536b8267cbdaa6f9ae39e61039e1b39f5ff01 0.34 MB 166 14
299,916 299,916 0000000000000000461188b0ef0440d0295d0cd710bf0fb4543c9957c779ad6c 0.35 MB 884 50
299,915 299,915 00000000000000000a595c041da5706e3d6aac374bf2a5fa53feee9e1a394ff6 0.14 MB 218 28
299,914 299,914 000000000000000029f4600a0838d58ea264c40facd3f87f4f5e4d04e9a4d6b8 0.19 MB 333 33
299,913 299,913 00000000000000001f7d4dcf4f2d52741a86b86e4bd6d38f7837d67e58489e55 0.18 MB 337 34
299,912 299,912 000000000000000043016405b8be039496c7aa825649ede2b986ea56d1274482 0.24 MB 458 38
299,911 299,911 000000000000000065c0f548657249904a8f10d48fe83537e440bf3398db442d 0.01 MB 14 18
299,910 299,910 0000000000000000526a4b59609f7d98b5c1bc6956bd9bcd6d767366edef23e3 0.05 MB 66 22
299,909 299,909 0000000000000000731582756e6f90cac792c6e56926d5cd903410cf63960abf 0.29 MB 460 38
299,908 299,908 0000000000000000144cddb5ad5b727818e126e8f32b7f0ec6c336c38bf93a89 0.30 MB 450 45
299,907 299,907 00000000000000007c2d8f713e2a3c804c6248f787b6f54d80263f34d5818930 0.15 MB 298 31
299,906 299,906 000000000000000023d5dee1910c8e3e20945afddadf02a3a9f411452643f441 0.04 MB 106 20
299,905 299,905 00000000000000002a6433d6c53a03f5ca02a4f41610fcf8ca7241d4333ed5d8 0.28 MB 552 35
299,904 299,904 00000000000000006d5945d2dddece39487c36673e56a292b619b1929ff3b40f 0.51 MB 888 28
299,903 299,903 00000000000000005527fc256911bab7284d5a6bc451591d7c92a26e116f88a9 0.11 MB 256 38
299,902 299,902 000000000000000000df198f289c12482ee7ea2f78a9072f953633804e2bd27b 0.35 MB 936 72
299,901 299,901 00000000000000001bdd42d90e927d6840508ca227fe3636b084297190faa80f 0.28 MB 623 32
299,900 299,900 00000000000000001b08dd1c8a7a8e27555d5f0b2d1f322ff9e60ea99fbe06f4 0.02 MB 42 71
299,899 299,899 00000000000000000c2b259d7193b980407417eef38b19d2306156c5655049ba 0.13 MB 253 33
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.