Memory Pool Memory Pool Refreshing

6,350 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,725 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (764,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,364 143,364 00000000000006689afa405c8cdb06b9fdadd938b3ad24af06424a92cbdab2c4 0.01 MB 24 298
143,363 143,363 000000000000028d0988050defd46d842d2f57f57e17abab6ffb670e02d50863 0.00 MB 13 16
143,362 143,362 000000000000087dfc2c15046411efb723025e279aaa0889b8536519e267bf3f 0.01 MB 21 95
143,361 143,361 0000000000000773758012f4116a7b285fd510f80d06b0660230e7564105b327 0.02 MB 43 136
143,360 143,360 00000000000008f86cf0e1f970c08df792f818d3963416f2d8c0fa5e5a951372 0.05 MB 134 212
143,359 143,359 00000000000005ade94dc9ffeda4fa6e41fca8c5482127de1e04d43e16581a00 0.03 MB 84 92
143,358 143,358 0000000000000774efad0d1b40cd2bb51558e471993d45172367fac1e8162cee 0.03 MB 95 1,577
143,357 143,357 00000000000008c605ad310d7fdb692acbe00a90ed48ec4f1ce1b49f8e0dd018 0.03 MB 106 104
143,356 143,356 00000000000000bd2287edf73e80f85f218e1215635f04be6e19b5cbbc789515 0.02 MB 33 276
143,355 143,355 000000000000021321d81ca564858f10f255e2058457f315f6d3555474632021 0.00 MB 2 2,481
143,354 143,354 00000000000007d2803e5c17c1270f05545f31353179833148d6546d0efa8707 0.03 MB 85 19
143,353 143,353 000000000000056f402e10dc2813dff1f6ef6a78ee3298a26a51dfb04dfdf821 0.05 MB 107 192
143,352 143,352 00000000000007fcfd48a9068506b1a300ab18fa09fe1f3fb85a9352e9e34f97 0.00 MB 1 0
143,351 143,351 00000000000003ace7b03217061335852aa2c66dde831daccab1706c7b2a4824 0.00 MB 16 60
143,350 143,350 0000000000000069b26744ce23d4d68f42e76234c47d76dac613ff55ad0087c3 0.01 MB 26 48
143,349 143,349 00000000000008a6572a53745991f62bc1b07661eb79637bafc5db644912579a 0.00 MB 15 73
143,348 143,348 00000000000003e4221875978da890067ca1b65672234b3cbf8ef667eb69e802 0.03 MB 82 149
143,347 143,347 00000000000004313d6f3243854091ae3465ed661a6f206f1d2cf25430a8fdb4 0.03 MB 63 299
143,346 143,346 0000000000000630bbe3e42c61476d5b0cdca0e8f5bf1f28ce60ef2d0e69cf17 0.01 MB 15 577
143,345 143,345 00000000000005926d3301089434439baed1701a4c5938b58bb8c84ef0e05088 0.01 MB 15 343
143,344 143,344 000000000000031debb7133851ef2edd7df4be0791a2c695c4fe9e65ff3c5274 0.00 MB 13 10
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.33 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.