Memory Pool Memory Pool Refreshing

2,596 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 2,579 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (766,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,767 141,767 0000000000000575a7a159919c2cb0e93c25d8726139b4ac7517ef3581e6fbb9 0.07 MB 103 187
141,766 141,766 00000000000009026564655a44f6f6ddc35bff1e4944e3c91b9f2b7e8ff8b328 0.01 MB 28 142
141,765 141,765 0000000000000382d9b98171c758c7eee4544e455d89808f4ed5abea128b514a 0.04 MB 110 93
141,764 141,764 00000000000006f3555961b754124bc1810e563c799b9d385c4700736dacf92c 0.05 MB 113 300
141,763 141,763 000000000000089104731559bd99941a009ef6dc0d3ac35878b24582130a19e7 0.00 MB 5 773
141,762 141,762 00000000000003b4420d7c548e9f17e63341ae444f83d6e7da46d3154257bd58 0.04 MB 67 313
141,761 141,761 000000000000050422d1d1f6799770ffa4af67bf9b904194cccde1ee6f5cbb18 0.02 MB 81 4
141,760 141,760 00000000000005a6c075e0367222edc950ee4aabf9a7cd1d9758e509d2a78450 0.04 MB 98 120
141,759 141,759 000000000000039741843a6da05f1b36115cf6a99fa7577426b9816f70776b66 0.00 MB 4 104
141,758 141,758 00000000000000038c255a4cb47d78bc18c62ee995959350f854b9d509685650 0.00 MB 13 343
141,757 141,757 000000000000087482b61f90ba2241478cd26b17f6cffe5731fb8566626f5ed0 0.00 MB 13 24
141,756 141,756 00000000000008480c57af8af2e7e0f7bfa33853828599eacbac3999af67c16c 0.09 MB 20 71
141,755 141,755 000000000000043dd94eb922fbf4e21eedf05f7af1ec5477470955c523bfdd6c 0.01 MB 15 976
141,754 141,754 0000000000000585306fdb0d502c57b9f0c0ba69e51f8d827ab811956a6e9091 0.02 MB 15 51
141,753 141,753 00000000000006a090aa309aaaa48628078d87c132b2bb184b299f4f079acea6 0.03 MB 68 238
141,752 141,752 00000000000007284f0375a5c9763f9b2deccb71d4afbaa196b3a0e47c04300d 0.02 MB 72 69
141,751 141,751 000000000000056a3cc4e8e58526d1937f3c7e641cbc4a092b3eb50fa0c3da87 0.01 MB 25 539
141,750 141,750 00000000000004ab8002d59d508f9d375e06b2e6722dee60d51329510b208e7d 0.02 MB 33 112
141,749 141,749 00000000000002b70bc0b09db853a176f630a5017206c467ec32522e26d6137c 0.00 MB 16 269
141,748 141,748 00000000000004665684658742b7326ac458f6c429a46cffcbee8c888282437b 0.02 MB 55 212
141,747 141,747 00000000000003202047b660fec808869230d5adbb93ce5e3efaf9925a319236 0.00 MB 11 77
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.