Memory Pool Memory Pool Refreshing

2,868 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,839 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (190,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
717,052 717,052 00000000000000000004bb12317ef1d2842b65cff62a157c5e3afedd25a235a4 1.55 MB 3,227 9
717,051 717,051 0000000000000000000a9bd962486cd6b99c1dc65f8d416f159b7fcbd559d74d 1.41 MB 2,700 22
717,050 717,050 00000000000000000007f8a409fc312271f6975718dcf0fe4a1deed6403596ce 1.47 MB 3,129 18
717,049 717,049 00000000000000000002f3689709cc00970d2c794d5b59575111d31e3265cc56 0.66 MB 918 8
717,048 717,048 00000000000000000000cf7d52d9200703ddcdd701663d33a2220fd487ef5ae3 0.08 MB 169 10
717,047 717,047 0000000000000000000b54ecb4ad803b569662522930d160927fd846859b88d8 1.04 MB 1,381 3
717,046 717,046 0000000000000000000394f964954a24cd884d98ba639e9b7ba8401ea376e3d8 1.54 MB 3,000 11
717,045 717,045 00000000000000000003ae79580ec9ddb5a210403988b7f9fae3075c4b6fef99 1.56 MB 2,882 13
717,044 717,044 0000000000000000000a680f0bc612d55a6c60a5f80c347934d79832466f585b 0.82 MB 1,231 8
717,043 717,043 00000000000000000000380133208126d2433da31ab5a835b46869666acb61dd 1.63 MB 646 3
717,042 717,042 0000000000000000000139a50cf2f8434fa83b343150695323a1147b2cb6cd1e 1.61 MB 1,057 3
717,041 717,041 0000000000000000000b9833becfc9751a7701f52c79e9eb06d7669973009195 1.47 MB 738 2
717,040 717,040 00000000000000000002ed4a992b5ef6095488325ae64115a073b83bad7ce2f8 1.45 MB 3,017 12
717,039 717,039 00000000000000000003eb0093e3cfc02d67280825f052312a441f2b18f57744 1.55 MB 3,117 15
717,038 717,038 00000000000000000007cf718d6b0ae819d1c556d0deb65ceac8b72fa5b768be 1.41 MB 1,873 4
717,037 717,037 00000000000000000005768da4f50ee31db1056d9320daf50cd5a5aafcac2c04 1.45 MB 3,032 8
717,036 717,036 00000000000000000002076d00f3875c521212a9d505151d0f6f25411cdec8e1 1.53 MB 2,798 13
717,035 717,035 000000000000000000065d121cd454839b17def5afefe0e6f8139fc704ea937f 1.60 MB 3,022 10
717,034 717,034 00000000000000000009fe8e283672732e500b68c269bc5cb7a56dfac207a56e 1.51 MB 2,834 20
717,033 717,033 0000000000000000000914b95b0b828cc1dbd0053d0949db491f42d5203429f9 1.39 MB 2,092 6
717,032 717,032 0000000000000000000344aa76bd3671888eb0c4f2a62ee0206865bf3b4482d4 1.51 MB 2,338 7
Previous 10 blocks ↓
Total Size: 769.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.71 GB sent, 93.90 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.