Memory Pool Memory Pool Refreshing

334 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,837 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,836 (587,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,974 319,974 0000000000000000222a8a1fd0e7e2c2df417df0fd0c8405ef131c15e95c6c26 0.25 MB 257 18
319,973 319,973 000000000000000013bccda77ef6c6e2ad96b7cb7449ce7453f7a3988b1f56ae 0.23 MB 361 25
319,972 319,972 000000000000000025c62ea3db4b2f6aebfc078ae6a6d6b44cc1cec59d865037 0.07 MB 121 22
319,971 319,971 0000000000000000109b403bb8f721611744c36e6ec754d3377911d365e655ad 0.16 MB 267 19
319,970 319,970 000000000000000027d3c4da71e36b258429a15cd56c08a6eaf12cbaf27c9275 0.07 MB 160 31
319,969 319,969 00000000000000001c18c41ead1e23b083721d295acf1b682c1ea1623816d965 0.27 MB 360 21
319,968 319,968 000000000000000024898bc3aeb55031e92480b3a5a16db18d37d2c2d9425d6e 0.31 MB 512 20
319,967 319,967 000000000000000010dfe096a45bc8a0210e7f95f0176c38d75d2c8e50cbfc79 0.42 MB 511 21
319,966 319,966 000000000000000015ab515c7691fa3b8b386067a9bb86a14a21caa2935b0742 0.75 MB 1,480 28
319,965 319,965 000000000000000003f3114b8ba5b44764c37db774277cd12cdd431866657db9 0.18 MB 512 40
319,964 319,964 00000000000000000df0cc1e2e368a804a4d75ca5dc2d6fdc1ec9055a9070933 0.56 MB 928 24
319,963 319,963 000000000000000015dfd37d950983473c0105909c4e5aba962f6f5906161cb2 0.14 MB 199 22
319,962 319,962 00000000000000002422ef598726ceb6514945bb50e99d1c858c481bed591eb6 0.06 MB 66 8
319,961 319,961 00000000000000000d1342d301428009767c57959bbab58de8032b06af344534 0.61 MB 874 23
319,960 319,960 00000000000000001800d7e65e09f75ff7cb64752f9d0b582301130f08417958 0.11 MB 159 18
319,959 319,959 00000000000000002549cb81c042cdedda8c843456c208d9ecc85d026edca3f8 0.20 MB 335 25
319,958 319,958 000000000000000020617844a863abd3bed10de885685d7c040d3e001cff8800 0.12 MB 255 24
319,957 319,957 000000000000000018a9a6c39806292529a401918ec55e078306b35884814b7c 0.41 MB 615 23
319,956 319,956 0000000000000000223968d3b7256e2bd2b20ab6d939b4d6c8ae006a0cd6cc58 0.43 MB 633 24
319,955 319,955 00000000000000000fd0bbf800dbbfd7d0c4c2db1a85130c7aceb928e13f0799 0.09 MB 122 22
319,954 319,954 0000000000000000007c87d829f3c0e781105d204cff2ee3145c54b80c042a4e 0.04 MB 103 32
Previous 10 blocks ↓
Total Size: 769.24 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,634.82 GB sent, 94.09 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.