Memory Pool Memory Pool Refreshing

5,053 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,862 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (680,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,054 227,054 0000000000000036399198213e698bd3d83fdb511b6c121792e8b372edc91e18 0.15 MB 279 147
227,053 227,053 000000000000034ef279984513f4cc3c050928a162a624060eaa6812c404d47e 0.06 MB 120 186
227,052 227,052 000000000000006908da3c26136c11c3d339a0b25658a2dd4502b7a3a86a4ee3 0.23 MB 563 191
227,051 227,051 0000000000000123c237135b4b5ecf2606f43bba2ccd180d91a4b70650b70bea 0.00 MB 3 76
227,050 227,050 000000000000034945940eac69e16020632a4084c02c2464694384c56fd35d8f 0.02 MB 13 46
227,049 227,049 0000000000000004b8ec610e7e5b4c96c412014e9ac37bd8523c906354c173d4 0.04 MB 79 167
227,048 227,048 000000000000015f5319495f81a6ca0c2e5afcc58b025e9554b7ce70a71e652d 0.05 MB 83 21
227,047 227,047 000000000000000ff914ba8c2acab647bc246b57d48c2b3de76e4775852400f2 0.04 MB 117 73
227,046 227,046 00000000000000f64e0d184098b0a3d33cd4f473a5587d3ef7f9f7649dbb4dab 0.43 MB 608 145
227,045 227,045 00000000000001fb4bb3d0c5e20978e354ed69491951f637399a892b183c0b03 0.24 MB 475 187
227,044 227,044 000000000000016473de767ca50b8551f560c7f1883933b7918ce1593d38858a 0.03 MB 108 295
227,043 227,043 0000000000000240d65c7e3ca4a206f9e38f70b21cd27396034496193fb9ea52 0.49 MB 256 70
227,042 227,042 00000000000000accb7f29b2dd57a132f024d2528438fb6949412f2421a7a91c 0.25 MB 606 246
227,041 227,041 00000000000000a2e675c736771442ddc80eec1121ff243e6d0e4e78f7b1c6e7 0.03 MB 83 32
227,040 227,040 000000000000030fc0e16dbced8e65c19a7e667fa8b68e24852a0cebabb366c6 0.21 MB 473 186
227,039 227,039 0000000000000280ab9a8b6c7d0f76313cc8fdb51223a9783df6926a620399f0 0.15 MB 187 108
227,038 227,038 000000000000003b91466bfbb7c128a12eca971748cfc63c207177b6307fb44b 0.14 MB 331 157
227,037 227,037 00000000000000469a875517539327a19afa0635baa10b5847117d9516cdc03c 0.00 MB 1 0
227,036 227,036 00000000000000e55b87f14139bcb4de46be1f57f5fb7f9437746157bc887f82 0.18 MB 423 166
227,035 227,035 00000000000002b08229fb173bf2b6b3a1b98b38e5feb2b0d92ed9674a5e3ab8 0.15 MB 360 172
227,034 227,034 0000000000000361ac99dad1418f789809f9300b4e72b9ea1871943c2d363b23 0.16 MB 421 195
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.