Memory Pool Memory Pool Refreshing

12,226 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (733,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,212 174,212 00000000000006211bfb0b3c024d3d5309727d2a815307bd396a484ec46408ab 0.05 MB 70 61
174,211 174,211 00000000000006099f531638ffddf340916296dab688e926f17558446b118d15 0.02 MB 69 27
174,210 174,210 000000000000052db77cda80bbf0213ef2347c01869f2c99d31640644158a81c 0.00 MB 12 62
174,209 174,209 0000000000000085e92a46539bf6d7c861563240389585d7402e939b0eb955b5 0.03 MB 135 3
174,208 174,208 000000000000010338ce52096f9fa92b662d5d5f1e4bd83624e6e70422fce602 0.02 MB 38 56
174,207 174,207 000000000000032691f8d3ec205f5e72bbe8aa42a0747f0ebd33e895229fb41c 0.04 MB 41 34
174,206 174,206 0000000000000841267307b580bd93881acffb68290dddf22d3df31a46c05e96 0.05 MB 130 41
174,205 174,205 000000000000096390e3a88e107df500e0c5c50c569e69376dbc0165f9f452e0 0.01 MB 23 22
174,204 174,204 00000000000000d61fb584081e637faa8a35f960b9059a4a97a243e8822e1fe4 0.00 MB 7 121
174,203 174,203 000000000000068b7fad6c9b87e01f8973e62b2f8b8c0849d1e110dd4da5256d 0.02 MB 36 280
174,202 174,202 00000000000007afcf3e13417dc6be20fda7223e36288ad861ef7b91439e38ec 0.00 MB 9 65
174,201 174,201 0000000000000454439190b9d4f57d0034117e23e55b0f992fee08fc2ffeedd8 0.02 MB 28 51
174,200 174,200 000000000000040e1ee8b1187c64f6fa99e89e08dc1de09e8689881ea4a17cd7 0.01 MB 34 140
174,199 174,199 000000000000042dd48f11e462bfe7d8e9e14ac6793a7d3e32f286ba69ba2122 0.01 MB 24 69
174,198 174,198 000000000000031d2890c170f45396fb799fc5de331e2c071c78f09711c824c5 0.01 MB 6 0
174,197 174,197 00000000000002a9bb9c614fa7cd4fc0bcff75702936588a17d49a5016a51199 0.05 MB 86 221
174,196 174,196 000000000000042c91c9de46f802524ab1c2296923a72b55fac2d2c6fd7f4741 0.05 MB 127 38
174,195 174,195 00000000000003e2d2ba40b395a00aa2c0da3ad90a1c0b7d42e405bf40044fc8 0.04 MB 89 157
174,194 174,194 000000000000003203493075b1c059e867896e09d5f13329e3e2a909179bf33f 0.03 MB 82 46
174,193 174,193 00000000000009abb2d606061b95d57c2284a5447debaabed917ad225b298c15 0.01 MB 13 37
174,192 174,192 000000000000005487465907fcd9bed6323f052f13f5b84f0223fd0f4001c7e3 0.03 MB 35 5
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.