Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 2,086 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (635,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,909 271,909 0000000000000004ae4e887c9d361f381918ca0dcea0fd2d9bc6acfbc8e95005 0.42 MB 972 65
271,908 271,908 000000000000000449ae4d6f58a3f7f101a35aa10b5c2c7cc7f40e9406693b0a 0.19 MB 415 63
271,907 271,907 00000000000000042670cdf9c75a84faf357975ff784e651a80bb1a0d0855c3b 0.35 MB 828 51
271,906 271,906 0000000000000003a1eec9fa55eb515a83ad6581979f954e2ac947cff176223c 0.21 MB 559 122
271,905 271,905 0000000000000002bd5c6c7c087f94ca7447149999408e3674bcef5ff78b8b51 0.25 MB 522 78
271,904 271,904 00000000000000027ad2c92b5716f56cd4a34f2efb116247bfae3f0345a0f0be 0.15 MB 376 63
271,903 271,903 00000000000000047ada061e7481de062526c4db055c88e9187e861c8f8fe87a 0.83 MB 2,049 82
271,902 271,902 0000000000000002ccb840efe032b72f62fd0ec0abf82c6d24c86e3748b7c300 0.01 MB 26 41
271,901 271,901 0000000000000006b1dfdbae982886b023970bfad3c3aaa7039137d14fa7eded 0.04 MB 88 64
271,900 271,900 0000000000000001eae08c92dc47858a459369882b835ce0065a8141d501138f 0.08 MB 206 42
271,899 271,899 0000000000000005a3b83a54d3fa707dd721667cd098d7af0e21c2c6505d0a91 0.14 MB 331 64
271,898 271,898 0000000000000006d93230084160d41272ec19d2f96a26e3858f0eca9642e483 0.11 MB 270 64
271,897 271,897 000000000000000024c13a253ac87308c02d0c1fa8587c700e874bc029500e98 0.23 MB 594 77
271,896 271,896 0000000000000000af0d251607167f2ffcda8d7225818064360604b9cb8ac1cc 0.08 MB 190 67
271,895 271,895 000000000000000016ca29a8765d4519764d2c08d6af476714ca349b04cd9546 0.19 MB 486 73
271,894 271,894 0000000000000006a0d8be7617c9ebf729435251eceb8142d343a845133c6bdc 0.21 MB 242 54
271,893 271,893 0000000000000001d982e42db8d68e81f359d3f7b3dd7cfd2866b8a35c9d79d4 0.26 MB 645 115
271,892 271,892 0000000000000002c8702fadf1d8b0595d89e453316eff62730470eb0e7c34ec 0.32 MB 782 100
271,891 271,891 0000000000000005ddfe85ab038b644ed990292b73baccc78dd97b6eeb01ac2e 0.15 MB 143 39
271,890 271,890 000000000000000501fff284ede68d367dfee47cd222452e382aea130e0cced6 0.35 MB 617 32
271,889 271,889 00000000000000017c50341f0a96973a80485817ab3633271fc4669f867b7389 0.23 MB 514 55
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.31 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.