Memory Pool Memory Pool Refreshing

1,160 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,151 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (771,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,830 135,830 000000000000015d3d2c73c17b0c24c756409fb3f3f165d1d814887b5ea6949b 0.01 MB 25 112
135,829 135,829 00000000000005be52a44771f450a1a8920ed9fd059f38db04391f5b80a60da9 0.03 MB 72 585
135,828 135,828 0000000000000265ed4cb641fd6ed1c1f6e44b20eba201e8500f0bc289568e07 0.03 MB 79 223
135,827 135,827 00000000000006cd23099d8ebceb56ae5ae8eb3c8754add7481c595b0c13bf21 0.07 MB 156 286
135,826 135,826 0000000000000933105db3c79eacf57ac378c50d954ef704fe7ba62ee8e0309f 0.03 MB 73 463
135,825 135,825 000000000000046d6a77af38fe4fedf91d265ab37f2d0e2f73dac8e72e305fa7 0.01 MB 22 458
135,824 135,824 00000000000004dff5dc1b25d7b11fb837b7d2f34cdf7c0ffffc4c9cb26282ef 0.01 MB 20 211
135,823 135,823 00000000000003ba3584a4ab332dd269bc772812a5524af2c9ed92c99fd20b33 0.04 MB 136 102
135,822 135,822 000000000000071a2cc7df3a12f72d301882791d51e1c96e37e9e2edcd411ec8 0.01 MB 21 430
135,821 135,821 000000000000027646ee266777eba134d972f638a2d0df6d1ec0e07a8542d585 0.04 MB 98 952
135,820 135,820 00000000000002e819a5aaa41dd7400380152df0394ffffd123b57d1fea52aff 0.01 MB 14 140
135,819 135,819 0000000000000796f5579e212b2e1eb86c5b77bfe82399a64a2878fd26e4b016 0.01 MB 24 214
135,818 135,818 00000000000008351d6a34c4b410ee5b378e743b7dc14cf7282e17f116ebc130 0.05 MB 149 59
135,817 135,817 000000000000087572604910188fddfec81e47c7f88e95bf4e7a92598c6b7ffe 0.06 MB 146 375
135,816 135,816 000000000000089feb95a1ed72980bf713a8f580c6eba82789a34fb2ec31d081 0.02 MB 44 342
135,815 135,815 000000000000005588b6eae64eb0d947eceebf1e46fa443e0b0dd5bc3f61b9b2 0.10 MB 106 115
135,814 135,814 000000000000010bda03c425598bc1febb4e04d1ffbffd7c9fc67069e5a8207f 0.03 MB 53 631
135,813 135,813 00000000000005bade8151e983c25ef384acfe6e5a25d9f9928dd2f82611b093 0.05 MB 124 303
135,812 135,812 000000000000046ce24d584fd4c3978ae896878d2b03645b42443f69d7c3e34b 0.02 MB 46 197
135,811 135,811 0000000000000891e23cf96ad8ea0df01c16482c694b17ca12b988c8a99086e9 0.01 MB 20 470
135,810 135,810 00000000000003c9e7027bb7040df904c1801acb3f8db0e0b27dc040be6769ea 0.05 MB 126 261
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.