Memory Pool Memory Pool Refreshing

4,247 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 11/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 ago 1.00 vMB 3,261 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (684,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,807 222,807 0000000000000437c79aca304c1b318730ce4fc85d86c809d3b5117ab7bc68ef 0.25 MB 630 202
222,806 222,806 0000000000000053f32af9e9dc1bb7ea3ca3b856ab27457c4b5ac9d81fe5b5fd 0.24 MB 638 76
222,805 222,805 00000000000000e571407025eab362d1d79c4972cc65d52d7fee90bef9bcdcba 0.03 MB 51 118
222,804 222,804 000000000000019cb6562f1d5ff0b685d7ce712f43ad6600b01f7eb9376c7e46 0.04 MB 79 106
222,803 222,803 00000000000000621b456a887416f7fbfdc87d7668ae5467820f156478093d89 0.25 MB 655 201
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
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.86 GB sent, 93.74 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.