Memory Pool Memory Pool Refreshing

299 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 268 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (594,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,596 313,596 00000000000000002db0133a1b3570fc6ab8aa0641f4a72707e376eee93daa7b 0.01 MB 32 33
313,595 313,595 000000000000000015f83c72741c31ded0713e68f6e8f05ff790ed7d10db02df 0.10 MB 235 28
313,594 313,594 00000000000000000e9d76e00b3823f1b81d7de86b8fc3371bb81d3c22bbfe5d 0.17 MB 321 30
313,593 313,593 00000000000000000927e2f91904333ba4812311f8b17416322f74a76bd2c68e 0.18 MB 313 26
313,592 313,592 00000000000000000598a579e58c5a4530cc2641b3291d8cf189318e98e055a1 0.15 MB 266 26
313,591 313,591 0000000000000000201c0405e5a54c9b69f9f540f65b047cc8e16c4be4bc5705 0.10 MB 211 26
313,590 313,590 0000000000000000228dcf7a6b4e19551f9d9022e66ce48147d3b2d89c50deea 0.10 MB 190 28
313,589 313,589 000000000000000009d682e2fdbb4c6fc37f22f46f105bc2e9e1f32053660c0b 0.05 MB 70 21
313,588 313,588 000000000000000015c1792eaece86c01e1a0b68401b0ef5fd1bbf825f63f004 0.12 MB 233 20
313,587 313,587 0000000000000000255b7901c19c79d5e2f15575c2832fd9104f0e33fb2b1f9c 0.58 MB 921 25
313,586 313,586 000000000000000028b17c45446059ab5a7884b05e87c3c148ce30e1a10f6ecf 0.22 MB 342 25
313,585 313,585 0000000000000000219120bb9200d855370288e1ee583339106dfafc34383a67 0.34 MB 685 31
313,584 313,584 0000000000000000160191d3b92fa24cb4a71271501712cb0012f820a6fe7fcb 0.24 MB 407 28
313,583 313,583 000000000000000006e1da4cc6f0184fc5caea1c3f046bf3ef94020693c93bbd 0.04 MB 88 34
313,582 313,582 000000000000000016a9ba936d372d3a354663c340377a361882ddd05b9996d7 0.09 MB 215 35
313,581 313,581 000000000000000003a7fd98a6413ebe77e1348a4d303ed18eed9e2286218d62 0.09 MB 197 31
313,580 313,580 000000000000000022f946c98df2d32f47266801b818d71423ebb9fb5ec06992 0.40 MB 555 26
313,579 313,579 00000000000000000a9120832c0ce1109139b6970c5f53863ae85facbdb076af 0.09 MB 125 24
313,578 313,578 000000000000000023a88888e16b1d3bade12cb9e4d47901d0d9e141b291307c 0.35 MB 626 28
313,577 313,577 0000000000000000216d9b5de2703f89b8e63d61f83b96bba4f8132d540e9c6b 0.24 MB 375 37
313,576 313,576 00000000000000000420a309942a4e3fd10e59e7b2396f6293a4eb397bfefa61 0.17 MB 359 32
Previous 10 blocks ↓
Total Size: 769.17 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,632.81 GB sent, 93.71 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.