Memory Pool Memory Pool Refreshing

2,396 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,694 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,388 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (690,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
216,832 216,832 0000000000000419de21a3cc157eb1ce34a1bc3ca09d84974427de463c6237f9 0.14 MB 363 175
216,831 216,831 00000000000000a1129c3fb3d44dbdd2fb2c1ed32d20bde31b063c63867f5bfc 0.04 MB 72 125
216,830 216,830 0000000000000203f071b6fe1545245077d145558d995142797e0b719904e1ed 0.21 MB 482 170
216,829 216,829 000000000000025e102c784a9e63cd9500d5da68a51a8684b282d09b4b047502 0.15 MB 345 139
216,828 216,828 000000000000039b93d738acb89995f1887d564adac2c4268561039f5d582514 0.25 MB 572 185
216,827 216,827 00000000000003de179f8aabf18a5deb97cb323a423874458696fa672df7a2c5 0.09 MB 163 58
216,826 216,826 00000000000000a5adb3e44a6cdf14836e57695da93aab9b0e8e4924279a0151 0.01 MB 47 250
216,825 216,825 0000000000000333c2b3de3ac633e33165e3dd4d3d0891c45b3c507044b5a8a5 0.09 MB 224 178
216,824 216,824 0000000000000292341372e301919911102710f50cf448eab0dcbba86879494f 0.15 MB 327 170
216,823 216,823 0000000000000211512667d231271bd3a5290052413c92819bb8149bf05bd5a8 0.07 MB 122 120
216,822 216,822 00000000000002ebab9296e7306e882462f64639414d202e888b36122d474c93 0.11 MB 203 93
216,821 216,821 000000000000037e70cc86db1044430253f326ba78089b8d1f4d5468dc543bc8 0.25 MB 678 205
216,820 216,820 00000000000000e428a420487ed02bb1b8903dee71d972a1552bb70630189437 0.27 MB 645 221
216,819 216,819 0000000000000333189f2bc4a671ed10abedb5c9fb3f6d69a2498c8c2317eeaa 0.25 MB 598 189
216,818 216,818 0000000000000153447b2accb4456a3ce4b60639393f850ff31a8b335b1f61bf 0.03 MB 72 194
216,817 216,817 000000000000048d0bc61b04b5a45a9f29f82ed77849873dd9385556c0f91977 0.26 MB 309 111
216,816 216,816 00000000000003ab17aae835b5ca2d3976dfcdd30a4b48957a433fa86ff70077 0.25 MB 529 173
216,815 216,815 00000000000002dab30bca4e69d80c4e22feb1e033f89d41cfb5472ad6140d4e 0.20 MB 581 344
216,814 216,814 00000000000000461faa20bf239075b6ed404b2472b94fbcc1c80cefd1ee297d 0.13 MB 292 121
216,813 216,813 000000000000043e92c4d60ca81d90a08975997a6d14117f078c54a853fe4ba4 0.04 MB 83 159
216,812 216,812 0000000000000326c2c973ef36eb2c1c2736ea611dbccc019e119534be2bc28c 0.07 MB 124 133
Previous 10 blocks ↓
Total Size: 768.97 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,615.57 GB sent, 92.65 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.