Memory Pool Memory Pool Refreshing

19,651 transactions
6.31 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,603 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (676,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,921 230,921 0000000000000042158ddf9db96e81fb676e03bd2543ed5f174822c4d3fcd2bd 0.04 MB 100 83
230,920 230,920 000000000000008756e2eef2f35a9c15eeedf835ac3975b3d061c330f041e338 0.16 MB 347 342
230,919 230,919 000000000000015851f46d6fb7f6efa80964b3968eb5034def77f854cb1cde94 0.11 MB 198 188
230,918 230,918 0000000000000114d9c447c715ac405a45482806b26f0a0d7d51c7da4527a67a 0.00 MB 4 85
230,917 230,917 00000000000000fa93d0a6b726a14e9f10639e3d20d2c7d0b8e2ef6359478c2f 0.08 MB 139 28
230,916 230,916 0000000000000087263c383acade12bcbd13f7eac48c31f50dcaf27a8970a075 0.08 MB 131 95
230,915 230,915 00000000000000dcbbf7acb976885886d74672dede0c6a3e49e159cd7a0fe0d9 0.25 MB 609 806
230,914 230,914 0000000000000193b5467bfc71be7ebbe88f65647d83c6820aaab610bf8a47f1 0.09 MB 86 83
230,913 230,913 00000000000001c4ad73531f61d744686e7f185568fcf27c1a579d81220fb11e 0.46 MB 892 123
230,912 230,912 000000000000014a3156a583eba902bc07c61b0fc2c81aa0899877e09c9e8024 0.08 MB 256 193
230,911 230,911 000000000000018e7a401742753daed56eb65e0da45327f870ba9f307835a881 0.08 MB 198 141
230,910 230,910 00000000000001b370a1d36e759efaeff4cba88dac709b992beaa1890c7ea15b 0.40 MB 821 144
230,909 230,909 000000000000020176378705734d626b0c0848af93a1f09a93768d0a1a1d294c 0.09 MB 263 101
230,908 230,908 00000000000000a27d55cd1a1cd2d09cd4ca0c6fb8c4a74e96b6a3dedc011f48 0.03 MB 66 140
230,907 230,907 000000000000013c03251ccd26fbb4ecc7ca136f37a5fd442a977ab148aa6745 0.20 MB 389 191
230,906 230,906 00000000000000e8c179fa81ae0c9ef341749402590e6c4ed4a584fe6c16e91f 0.16 MB 387 163
230,905 230,905 00000000000000a03cb35c19c69f6340b4f386d9b1b047fa36a2db52f2fa32e8 0.08 MB 168 115
230,904 230,904 000000000000008324299a4b9791d0f682d0b73fb71056fc96ba47b79bd9003d 0.17 MB 76 60
230,903 230,903 00000000000001a92b2d72f1a05b9443df8bae3237fca71676af65e0c1b2daf5 0.19 MB 340 117
230,902 230,902 00000000000000429451db8a98b0515b11282d1ae0d83ca38b62911d29a6ed76 0.09 MB 219 149
230,901 230,901 0000000000000178d0bf07be7c647df61990be3f78639a50b1664b1eb77162d5 0.07 MB 170 185
Previous 10 blocks ↓
Total Size: 769.02 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,624.52 GB sent, 93.00 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.