Memory Pool Memory Pool Refreshing

6,974 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,679 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (662,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,061 245,061 000000000000006127ed4a7083d7df863a818d7f972a0be122cd8a3ae7c7d615 0.05 MB 88 93
245,060 245,060 00000000000000c5fb223dc5871ab9fb796fe3e68e2e0610738b8baf1a6702da 0.15 MB 338 128
245,059 245,059 00000000000000146e1c6c8c85e7f3d67f32c140954b7ba492c99eef7db7e6e1 0.12 MB 274 157
245,058 245,058 0000000000000082327d2c950ee80010ee3bcac5502dc4908328530f5c7a5cd0 0.15 MB 251 7,178
245,057 245,057 00000000000000801a30bf396d301a427f64c269f434551f80e244fdc2ea48ff 0.02 MB 43 60
245,056 245,056 00000000000000861ac175d3138a2de8c9c996ff3888f44b938f6ea367068c32 0.11 MB 211 114
245,055 245,055 00000000000000603c30a79b14d69c1dee5639f93d25dafdd58252f94748541d 0.25 MB 606 141
245,054 245,054 000000000000006a0ee620a5689e78552811ec507c96e1271e4b02b466ac924e 0.03 MB 85 110
245,053 245,053 0000000000000043873a8afac55776aa60e47681cec0d320bd1128cedcf1e2b8 0.08 MB 140 104
245,052 245,052 00000000000000b6f004ef8ce9c95f459e6aa7b0847468bc5469ee9bdcfec5a2 0.18 MB 449 144
245,051 245,051 000000000000001825356b8d89a8d284634515b56bd0fc0641da55f138c211e8 0.02 MB 44 39
245,050 245,050 000000000000005c8f00e909d5f28f32333ed6338754db35296be7e69e01c2ae 0.21 MB 478 129
245,049 245,049 0000000000000005611e20001d91b6fe67cabee27a6eb5e8acaaea5893bbb9a5 0.04 MB 62 80
245,048 245,048 000000000000009acda31c26efd2579e3a5d9c5f24d977e55447b470157fd72e 0.06 MB 162 112
245,047 245,047 000000000000006c45283f2dfbe9596c45d5878d4c8876c75c079a0f50b26635 0.03 MB 68 137
245,046 245,046 00000000000000ad427e1169d1422fa1ebdb26edb2d54b94e4ad94d96d7b333c 0.04 MB 79 102
245,045 245,045 0000000000000008c20c30a42f6793f2eadb84ae15d1d32f86e11e7ef01964a9 0.06 MB 121 122
245,044 245,044 000000000000000ff4dc8122a640fa892dd014168552583e69233621f6b04c37 0.00 MB 11 134
245,043 245,043 000000000000004e821ebfe60773d947b883e975149977334d53f6a65ec046ca 0.20 MB 482 139
245,042 245,042 0000000000000032823351d076248dee2e3d243f9f0b61f8dca1468e18335055 0.28 MB 512 102
245,041 245,041 0000000000000036c38a443e9c0eca3c7a9ce044625828cefdcfbf1ff6f313ad 0.16 MB 328 125
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.