Memory Pool Memory Pool Refreshing

4,293 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,328 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (771,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,837 135,837 00000000000007229d9adca10a6d29861b408fe5f418af20568c05a9950cc74a 0.03 MB 78 447
135,836 135,836 0000000000000543125c1e2a8290a1b088e92db1a08872ceeff0191de7f3c7f5 0.00 MB 12 529
135,835 135,835 000000000000010b6fffd0bd6118f9133f4b396e827025da096ea4336afa222e 0.03 MB 59 224
135,834 135,834 00000000000002f38061773dd002f4084e2847a2d190dcac6011ab474483cb69 0.03 MB 97 310
135,833 135,833 000000000000027bd8a5e4d363d6c37aaefea458497fb452e2928ab36ac6060d 0.04 MB 129 115
135,832 135,832 0000000000000a90c4c8680c0f5ce660328efce9562e423a95c4ae0fc7bf924a 0.00 MB 14 836
135,831 135,831 00000000000007593dd83b18f267450cec55aad6f471ec5211e679343ecdc11d 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.