Memory Pool Memory Pool Refreshing

8,341 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,526 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (592,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,349 315,349 000000000000000031ce391de82af626464e494dd280a950ab950533f44ccb3c 0.00 MB 10 32
315,348 315,348 00000000000000002c155b4b08cae829dcac3ed11246955ba86b752e05669543 0.15 MB 258 31
315,347 315,347 000000000000000036929aff2cef8f6a041bb028bac40c94de28334e2acebf01 0.63 MB 605 18
315,346 315,346 00000000000000000ffc4676e129b6aac26d4f3a9ff354584187ad2e48969306 0.35 MB 910 36
315,345 315,345 00000000000000002bd30c54d28aa528165b957dd4aab569bb2228af98330c18 0.56 MB 1,012 30
315,344 315,344 000000000000000004e411d98bf149e5d5c171be946d91c6db5bb22c5500d4ba 0.14 MB 248 27
315,343 315,343 00000000000000000be0243d814b196e83bcf7ee30bc2731f86cbd80acac9bd0 0.14 MB 117 15
315,342 315,342 00000000000000001d964627da0747ce4575f7891f9a55d9a18c95c92806b543 0.35 MB 295 16
315,341 315,341 0000000000000000200b6a717307c77ab58338ba37e685ee77a43190f24d9e00 0.50 MB 1,218 34
315,340 315,340 00000000000000000cec58cdc72f7b1ec8959c09c7cfbbe3e710ff77e6210c78 0.01 MB 19 32
315,339 315,339 00000000000000002b77f41a5f5e69a26fc9a6123b597a9b95b6ad936ffd1e00 0.18 MB 204 10
315,338 315,338 0000000000000000022115864d54759d43a4fdda0992e239a72f2bbbb1ff30cc 0.63 MB 904 22
315,337 315,337 00000000000000001dfe626ce63106120b001fc75548e1715433eae325f48496 0.35 MB 932 39
315,336 315,336 000000000000000015d822fdc450b6f8b706bbda9e7c2fa6ccd02bee343afc2b 0.21 MB 324 24
315,335 315,335 00000000000000001fdb7e0c4b93d62cd597f7c1376fa7b09ffa707a1b03943e 0.21 MB 389 26
315,334 315,334 00000000000000001a51a53e01d503f944d3dcf3db88530e50d96cd7fe741c50 0.93 MB 1,772 34
315,333 315,333 0000000000000000026cb496f601ebc7e6f32933e62f8ae26f568730f6bfca6a 0.18 MB 240 22
315,332 315,332 0000000000000000305a248d348c210018f4437bff8f2ffdaf5f5afe8323002b 0.10 MB 181 29
315,331 315,331 00000000000000000ee1c4578872e46af8b5cb250a37f5719ef9e2679f2c97e5 0.40 MB 506 22
315,330 315,330 0000000000000000260cd9d84e7e23d17d38ad7a58a786422ac1c6e8e7939672 0.10 MB 135 81
315,329 315,329 000000000000000033f6768f3f2e557809d0dca35e4a6c6255219325ddc2573f 0.03 MB 47 138
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.