Memory Pool Memory Pool Refreshing

595 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 583 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (581,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,665 326,665 00000000000000001cc442365816acfcb70b926fe31a8744512269a0a4f81070 0.14 MB 183 20
326,664 326,664 0000000000000000097cda39a43058d3b1f43bb190575db402cdb36feecb9e2d 0.13 MB 258 28
326,663 326,663 000000000000000016e998d85c0a5a60dc5b1290547a46511762d965c293858d 0.42 MB 791 27
326,662 326,662 0000000000000000081f292dec2fa307c2b3439719269ee0975e65f8f3d8fac5 0.24 MB 492 30
326,661 326,661 0000000000000000095db4524c6e8224c9ef9063ed4014466aeb4333db7dda72 0.39 MB 729 40
326,660 326,660 0000000000000000058b6dfab9e5e4d4a0b77b9eb891b39d3c82f82a9cb554ee 0.12 MB 223 33
326,659 326,659 00000000000000000dad7e93f0c4cf16cf516387547427e7fe37d85da8946465 0.59 MB 1,309 30
326,658 326,658 00000000000000001c3893dc116e5ea89488d3dbb6f62c12af48b8ab01e412d5 0.01 MB 32 68
326,657 326,657 0000000000000000181f4ebd0a95ab1696a90e8bcd9f034bd7c292acf89d317b 0.02 MB 31 28
326,656 326,656 0000000000000000071679870e577ad7cba660fbf3805a50cf4a8f74f0557a51 0.46 MB 741 25
326,655 326,655 0000000000000000100c1716bcd85ea4c499fcbe86389f344ee85fa325409a56 0.17 MB 230 23
326,654 326,654 000000000000000006809d9c53abc63c67d18ab868da62e6e7e174bcb4207ac5 0.06 MB 130 36
326,653 326,653 00000000000000001cb3b87155e0d4f1322500ec67d61121a4e4676df2ae0b11 0.03 MB 50 20
326,652 326,652 00000000000000000e75ec76bbca85b699d967df9f4fac99341177418b26d785 0.44 MB 243 11
326,651 326,651 000000000000000013db39d0b4228b02c80f283ebc8e8addae8f35848caf4a70 1.00 MB 1,905 30
326,650 326,650 00000000000000001db4576d8ff457fd1ee57b3cc831548132defbdf8c5ce101 0.05 MB 82 8
326,649 326,649 00000000000000001d58a8c646a6772d501fe75f23dbaa40a2cedcd9d885af73 0.68 MB 931 20
326,648 326,648 0000000000000000159508c4c93b7a290c25c06dc68494d86ba0d2482f5d14d3 0.75 MB 1,964 37
326,647 326,647 00000000000000001a2aef8577a5d98edb0ac467d87da82aea7d57bff3fceb1f 0.45 MB 938 28
326,646 326,646 0000000000000000077fb00374ac503ac4eff0b4abfacad0f8d6ce2f5013d157 0.70 MB 1,399 28
326,645 326,645 000000000000000008f1023600f445f9c50ebae1554960e1fc92415725498430 0.34 MB 662 27
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.36 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.