Memory Pool Memory Pool Refreshing

17,984 transactions
5.80 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (588,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,138 319,138 000000000000000009a3ee379ab66bc93150acc299b9c33ff513c89bc01def73 0.02 MB 37 21
319,137 319,137 00000000000000001309c275924f1b53679607bfeb60b7febf6307eb696a8e0b 0.15 MB 160 19
319,136 319,136 00000000000000001349d4dea4149a632b4d9d2d9a06ad9486cf72bf1b2e274a 0.47 MB 904 30
319,135 319,135 00000000000000000e6cb2c2c93eef6c3c489466ebb87d325d8ca66e9b565a2b 0.19 MB 310 22
319,134 319,134 0000000000000000206e99a560440cae3b89ef89b63d220a76234111ee2363c8 0.17 MB 209 22
319,133 319,133 00000000000000000006ba6830caf3c5cec8cb83f8fcdbb9b9f31de6f7fe5538 0.02 MB 64 45
319,132 319,132 00000000000000001024d43636efa560f3b02150b74a910b49447744f6d54264 0.22 MB 399 26
319,131 319,131 000000000000000026b27e86955e4db4bc82b1efb3512f913e31becfba5bbcab 0.52 MB 975 29
319,130 319,130 000000000000000000748e2de491572e342bacd2c018cba17b62f125d4aef16c 0.26 MB 491 28
319,129 319,129 0000000000000000156842ec026dbf13710de92f0c58a2688ac0fc7162d7df48 0.13 MB 255 27
319,128 319,128 00000000000000001f38c7d31d5ad9c3d06db807f4ff9d258f2412c2421f7ed5 0.32 MB 656 30
319,127 319,127 00000000000000001b75df03d513f8728aad38fc3b8ad5af3289b42ce2d31783 0.37 MB 387 18
319,126 319,126 00000000000000001045427cc1f7f28e87e8e83a11092196a9f3179609058384 0.75 MB 1,963 37
319,125 319,125 000000000000000019dbe32dba517aed4981214884e390e12d665bfdb4054abc 0.04 MB 64 77
319,124 319,124 000000000000000009844731a3d193a478a18fc5bb1a432c8d9894ecf5b74ef3 0.21 MB 383 28
319,123 319,123 00000000000000000698ca12483ada68f5a3f4a29230ff43006982cf17c190c6 0.05 MB 122 23
319,122 319,122 00000000000000001f45e9e1d742fa2cab3040a18a2f42f5954a7faf5f3c07c8 0.56 MB 630 18
319,121 319,121 00000000000000000294a1b2b06b04ab9f517d8b6feb9c66721441486fc82f89 0.17 MB 512 47
319,120 319,120 000000000000000023f51fd8071004725c945aabd303f9a282da583ec4b582f5 0.35 MB 541 21
319,119 319,119 00000000000000000c31845bdd2920f1eae1bac3c79ed30b709ba94c0c7327bf 0.75 MB 2,112 41
319,118 319,118 00000000000000001e4c0feb81b292943683ee19ceedd52648feb6349c4599e7 0.19 MB 404 28
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.