Memory Pool Memory Pool Refreshing

5,424 transactions (2.06 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,312 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (892,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,244 16,244 00000000f4170e2df85bc4d406ac17c0c92765a18ea5eee4ec1e2eb30355af41 0.00 MB 1 0
16,243 16,243 00000000e26cb82dfcea65e605f23d6ae296aa6e90baa828b22e7d3f197588dc 0.00 MB 1 0
16,242 16,242 00000000d9423afa897fe5a253671fc7d29e2082dcb11e6ca3a7e1770c12869c 0.00 MB 1 0
16,241 16,241 0000000080b4a6576acd89c6203a312c23a336e9d9988beb539d6014548e11a2 0.00 MB 1 0
16,240 16,240 00000000a9f7c09cf2180026508ca1491c3c4508531f5e0bad0a0666bdc183aa 0.00 MB 1 0
16,239 16,239 000000002009d7144b91291375f8358d78fe2b9dbb8ec8886704a1814bf0a955 0.00 MB 1 0
16,238 16,238 00000000d599073280c7a54dfd1f458266df96d0443493a9d2407f7c6e908ae4 0.00 MB 1 0
16,237 16,237 00000000f5451e94985d212ae6f843eb03b9fbdbd06ca8ee5f46d6d568129788 0.00 MB 1 0
16,236 16,236 000000004726a118e0cb5bdeca523a656d0f3fc64bf6d2719f6c2ed293aa97e9 0.00 MB 1 0
16,235 16,235 000000005c45e6385f0e688b4b4dbb34ec734bcde78091b03fa12fed4b075ae9 0.00 MB 1 0
16,234 16,234 00000000232de60f87212f6093a7709b4cf0e99a4f55563f82051cb3e42f5446 0.00 MB 1 0
16,233 16,233 000000009c65f9d3687f2418eef0a93a9692ecaa1ebe1cb8c4daa72690b6ea7c 0.00 MB 1 0
16,232 16,232 00000000b506c758e915c18b743a4072e0deb82b435398a5dbb85ca364910b2e 0.00 MB 1 0
16,231 16,231 00000000156ad536d8bd5345def7dc2122eb80413d19f55fe5485dd6da5b2d4b 0.00 MB 1 0
16,230 16,230 0000000074643dbcfa938924e8e42d550f8655e6484fb9d8ff965ca42abd2324 0.00 MB 1 0
16,229 16,229 00000000d7159d1b2774fca553e4c9f45a6e237069a42f8c0ff401c61ef8b49b 0.00 MB 1 0
16,228 16,228 000000002d975ad156cc0e5711bcb793bd2b8d019c2d1117901b3c77aeff34a8 0.00 MB 1 0
16,227 16,227 0000000004c0e5a45281ac4bdfbba86838b7a598186a81dac2355f8b070368e1 0.00 MB 1 0
16,226 16,226 000000002eef8a13a3a98446cf10d9bab9129f7da3ddf46fd0eeb2a815d106bb 0.00 MB 2 0
16,225 16,225 0000000037306475abb272504d7a7745949a7cd4c1b5c2373cbf2b814555febb 0.00 MB 1 0
16,224 16,224 000000003c4727fb35e61b9247748ba999b78636e70d79aaab2fcc4208aab036 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.91 GB sent, 102.78 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.