Memory Pool Memory Pool Refreshing

5,737 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,842 00000000000000000002349e0000000000000000000000000000000000000000 Now! 1.00 vMB 3,174 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (114,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
792,900 792,900 000000000000000000041b525b1673f22b6543dd114795c4a44494924aa04a16 1.91 MB 2,680 25
792,899 792,899 0000000000000000000301f55986f34cb83b581ff145a95d098a8fb87075eb41 1.77 MB 1,954 31
792,898 792,898 0000000000000000000003858653d6611c911c4b369505fbbe4cd00041966f56 1.16 MB 752 17
792,897 792,897 000000000000000000049767bcd0ce4328246ce578ae65a4fae0e0f2544a2e49 1.22 MB 659 16
792,896 792,896 000000000000000000056df12c33df74d9d57dd9ca244046381dfe04995ab896 1.39 MB 1,836 21
792,895 792,895 0000000000000000000338ae8ec144522e6d14a9313e8f617dafa0e3564dcbb1 1.18 MB 1,153 14
792,894 792,894 00000000000000000001602068d9b06a8964d8d464460919e3175b8d462c4830 1.47 MB 1,970 24
792,893 792,893 000000000000000000044ef115e457e97db7757799392b292ffcde0aeef42162 1.55 MB 2,307 33
792,892 792,892 000000000000000000013767ae9692bbd76ae25a4f4241c368536677106b7cb3 1.07 MB 448 15
792,891 792,891 0000000000000000000360a2d4e13145c951bdbe267b453a3f08553b4532597b 1.48 MB 1,909 26
792,890 792,890 000000000000000000032b5c3e598e912ac80b36f9977b48338c905936451716 1.56 MB 2,926 32
792,889 792,889 000000000000000000024a6c87e020327debf2e017f49a58e651c00cea4a7ed6 3.19 MB 1,106 23
792,888 792,888 00000000000000000004eef1a1e6f87f51e13e32ec2410f94b0d131036a7ad2e 1.42 MB 1,285 19
792,887 792,887 0000000000000000000401386ad4c65096af087e6e852ed0c95ec4d2b1e54600 1.63 MB 3,475 24
792,886 792,886 000000000000000000016ac90e38502849295075e953608c93ef8e752964d3c2 1.75 MB 2,797 18
792,885 792,885 00000000000000000002c96f1e2dbf23f3b6dd3f427505e4039d85e30d447859 1.45 MB 2,443 36
792,884 792,884 00000000000000000003e3531e8b58de8c015d15b6dd39176c6d7861fc317d08 1.52 MB 3,391 35
792,883 792,883 00000000000000000004a0e2f0847d217893937bf6877c6935c94886429dd107 1.53 MB 2,903 50
792,882 792,882 0000000000000000000240e17e5c24b0885244a9662467bd0a384fb22a76a996 1.29 MB 1,112 18
792,881 792,881 000000000000000000034d19f17fc0e4f15d299517ab13206a06333f366a2af0 1.16 MB 769 14
792,880 792,880 000000000000000000043a97b6fb26960c2ade5a092a638cb64fc9ffba473297 1.51 MB 2,407 31
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,635.08 GB sent, 94.15 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.