Memory Pool Memory Pool Refreshing

4,867 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (752,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,054 155,054 000000000000098062ce9047bf07455fd3b18d7756f0a6e5c84e863cc11cd823 0.04 MB 120 127
155,053 155,053 000000000000049782c16ccbad683df4b13b8a13b6649f0ea7c649a94111ce69 0.00 MB 6 90
155,052 155,052 0000000000000c59741bdd20d3603c164417d4549de869fbbe6208beafeefb6b 0.02 MB 95 6
155,051 155,051 0000000000000d2b8b7e6c0f554f1ae47d59069df107ba258f33b4ee584447c6 0.02 MB 50 89
155,050 155,050 00000000000006de54f6fb74d6eafe65b9bec53374a3db8237778ffbecf04b24 0.03 MB 49 58
155,049 155,049 0000000000000c5ba745e9404ec55437d11682fafe593ac9d4306d79b527631c 0.02 MB 48 11
155,048 155,048 000000000000055eff493a61982bdccaba703c5c4ed0c502720466a622152543 0.00 MB 9 613
155,047 155,047 00000000000009a383b49ef63748c79d01adad80c2a7df2585ea00a21c9921d0 0.02 MB 30 96
155,046 155,046 0000000000000b110763608151aca7783010132e4d105afa385c929582f68b6a 0.04 MB 116 88
155,045 155,045 0000000000000459ec3a3b60014322b9617b674793e7b6b3f529e38fb92d507a 0.01 MB 25 110
155,044 155,044 00000000000008d50b960962ec5c0e22dff50939c392cddb61be2cd7602ad238 0.01 MB 23 112
155,043 155,043 0000000000000601b9e5f84a970fbdecee14d5db0ddb703fca392647880cda9f 0.04 MB 78 201
155,042 155,042 00000000000000ba85bf997805c2068b9b71bc669dc2bca42f79310955d4b82f 0.02 MB 59 6
155,041 155,041 00000000000004824939c0d11d48c6f3a2919f415d954a269fc0333936d478e2 0.01 MB 39 7
155,040 155,040 000000000000043b7413394c2e795e55ea44ea473159ce1e497c96ee1ef3b0c7 0.04 MB 88 235
155,039 155,039 0000000000000b5de4c45ec1f01560a188a2ed2193e4e83a54a144429f710495 0.02 MB 41 83
155,038 155,038 00000000000002eb776606039d5f10d597a5692853a619b3c5d2b4ff37ddd5f9 0.02 MB 57 189
155,037 155,037 0000000000000d5b31d078883682aefead39d413d1d24567a411d9ff6cef2714 0.03 MB 88 5
155,036 155,036 000000000000045a7ed635a4c9edf2a5774bb58b53b574a45c03711582fdfb68 0.00 MB 1 0
155,035 155,035 0000000000000581674464a3f358c2507709c985407f8e8d57f1ae029d927e61 0.00 MB 6 121
155,034 155,034 0000000000000238ea0d47ec27881defbf83457b5051538fa07ae6deaa3f156a 0.05 MB 29 721
Previous 10 blocks ↓
Total Size: 769.27 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.30 GB sent, 94.25 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.