Memory Pool Memory Pool Refreshing

6,683 transactions
4.13 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,811 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,743 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (685,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,802 222,802 00000000000003c591fd4393b2b22f3e869a87a8fde2f03497f5870dc97e14c2 0.03 MB 74 163
222,801 222,801 00000000000000073828696e9ce2f4d392b8a0414598810966c9f7c5c54bc3a6 0.17 MB 423 200
222,800 222,800 000000000000018568a451a58a1b548deb7c9c4b7e399cc44891c1632a4bfe67 0.17 MB 397 213
222,799 222,799 00000000000000877b2ce528bfedaacdf82a540ebdded1c6f621c402394174ef 0.25 MB 656 197
222,798 222,798 00000000000002b99a2571ecc0c87fa7ed0ebcc584636b73cd080ba437fb9fd3 0.26 MB 636 213
222,797 222,797 00000000000003a52716dd15def9110e4d429eebcfa74945018ffd71fe2fa933 0.30 MB 670 202
222,796 222,796 00000000000001755735112fb9efae8e144c57aa4cada50285e9353b4359e69a 0.05 MB 131 135
222,795 222,795 0000000000000024afbebb35479879a1b710e6c6bcb469265163ff03940e5b1a 0.27 MB 594 186
222,794 222,794 000000000000005097b2b9b9ac85ba0033dc93b20157d6386b2ca36bd471d3a7 0.04 MB 60 100
222,793 222,793 00000000000000301d45013dd6955f61ac2c86daea66bd1f0c58c5e7495f0f54 0.12 MB 230 191
222,792 222,792 0000000000000183e1b568226108d5b697c619864ada1f6de122c83d38b21b05 0.01 MB 32 177
222,791 222,791 0000000000000249ce1813cbbff7ef80b014e43752acac2fbd98e3e69a6a9fd2 0.16 MB 387 188
222,790 222,790 000000000000032b0f1a6266f96b9202468d3223e741b5096a360bc62648c210 0.05 MB 75 101
222,789 222,789 000000000000031754c42b60c7029f293576bd6fc26d18a8f61cdc30ecae65e1 0.26 MB 609 233
222,788 222,788 000000000000041f2195d2ac271fdcff383385080f5fe2249f655500697fe0ed 0.24 MB 691 241
222,787 222,787 0000000000000386e1e5f350982879e35da725a81e42cefa091991455350af07 0.02 MB 41 208
222,786 222,786 0000000000000283e7e5655d4548a14d40644d56def9f7c4af392b499074ad42 0.11 MB 179 129
222,785 222,785 00000000000001f19905e3f6c6e739f6f7265118231a517045d1732b410dcdaa 0.15 MB 255 156
222,784 222,784 0000000000000344f9a5027bb13d4f1da5da304f299fdc8c0555e78439f46ff6 0.25 MB 336 119
222,783 222,783 00000000000002889cf11eb260558c4022910cefb3c45942bad83a510e86092c 0.25 MB 723 245
222,782 222,782 0000000000000163882401375647fdf5022f2c391d6b1e52e6474b277d1129ac 0.25 MB 921 202
Previous 10 blocks ↓
Total Size: 769.18 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.65 GB sent, 93.87 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.