Memory Pool Memory Pool Refreshing

24,574 transactions
29.83 vMB
Show Random Selection Loading Transactions
Max Size: 170/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
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,620 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,586 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,619 (697,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,897 178,897 0000000000000365a8e4830793a9772088d123b2990e5fea3dfa6cd7e5800f29 0.00 MB 10 50
178,896 178,896 000000000000071a16ec2b8635c4550d29cdb943e1584d3cf89f218978c64da2 0.10 MB 271 153
178,895 178,895 000000000000006f619477f8f80505f703a57c71a3c9530717430ada11213a95 0.04 MB 80 109
178,894 178,894 000000000000062d7a42bad351a0809739e7093454ced476ba22e3bd9fd22387 0.01 MB 15 16
178,893 178,893 0000000000000471b445b38057ba3ea2e2e38287626f6e3a5fd4c7b9d896296a 0.02 MB 35 121
178,892 178,892 000000000000087d68fac7dd67b9bed0d603de25352a7758f2e748cca6d1581a 0.01 MB 16 69
178,891 178,891 0000000000000272e5931ff01588c9b3fc7bcc51843c62dde018d938c13dc141 0.03 MB 80 168
178,890 178,890 0000000000000052a4274cad40fb50b0a506b0ba450fa650a9bcacd022fa7851 0.01 MB 23 8
178,889 178,889 0000000000000128d48a710e5b686f4a2562c0ff4abde7f68eebb319dcdde933 0.01 MB 44 101
178,888 178,888 0000000000000789effc3d52a64af42f9c2b76cb4b3ad5a823e33ab80f807625 0.01 MB 36 466
178,887 178,887 00000000000002b596fbf5748a6668089fe0122b4446009c8ab58ef90e0e521a 0.03 MB 64 264
178,886 178,886 0000000000000088524938548dee257c6b09f1c8745f8de915ddd25d459f70c0 0.01 MB 32 73
178,885 178,885 00000000000009d2f1a67294707484422a6bd104457a9ca20d6cd16502e00e57 0.04 MB 85 92
178,884 178,884 0000000000000a674f005fe5f412c1879373a039c44753ed8451f63f0dad65fa 0.02 MB 29 233
178,883 178,883 00000000000003b6278d35897656e605713811dd91cf17f014bf9961a00dd680 0.00 MB 11 40
178,882 178,882 000000000000002eeca29bf5a6872305bf0c5667e4cbd5c92826207c643e4851 0.01 MB 15 17
178,881 178,881 0000000000000a13357ec8cd34a79a60cd979044bb3ccbc855e6cb5aede1f4a3 0.13 MB 340 137
178,880 178,880 000000000000076829bcdcf3de58bbb4c0254ec95bf0beed1c25b522af0f4233 0.09 MB 195 119
178,879 178,879 0000000000000446b285c00ff55b952f57c126d624a299224ce22505348af06a 0.05 MB 166 123
178,878 178,878 0000000000000353ee5bf6ec7280ae33ecc551e74ab4b0ae1160cb7e6043849c 0.00 MB 8 17
178,877 178,877 000000000000000c0eef84398bd63ae43496b84f81a594292596161939e4aadc 0.01 MB 42 157
Previous 10 blocks ↓
Total Size: 711.62 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: 927.69 GB sent, 22.00 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.