Memory Pool Memory Pool Refreshing

4,236 transactions
1.54 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,962 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (681,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,142 226,142 00000000000001d994ae05d2c3a785380b6d746a0671b77e57de69d42133d4b2 0.04 MB 72 67
226,141 226,141 0000000000000291a4bf73f5435138c9a5445c409c7b100305ee11d45bd73ad0 0.09 MB 212 173
226,140 226,140 000000000000008168249dbbdf3cdc3f5a9657ab86cbd6c8785ba0edafbbc0fd 0.12 MB 214 130
226,139 226,139 00000000000000f6ba74933b49d70a2c29c06b0a0c93505c6ee7c59d024aa845 0.05 MB 123 85
226,138 226,138 00000000000001787601a42525ccafbf05441d1d6f82326e9d8191d9898bc361 0.02 MB 93 231
226,137 226,137 00000000000001d73c0cf79b05412ca218b529b41f9d122be6986101dc6d294f 0.42 MB 263 66
226,136 226,136 000000000000036ca1afa816f13c7eda1e90a45b26bb3ef69a2ebf429df7f724 0.12 MB 247 122
226,135 226,135 000000000000026f132f12e242c12c269f05712c08917e836033adb9cc2d6f04 0.01 MB 27 161
226,134 226,134 00000000000002e4945761a93745d5543fed766319449a38e0d9fc95f9bd3ecd 0.04 MB 78 74
226,133 226,133 0000000000000103e700777577c39d0a9a0e7a13156562c37da9c8af130c5bb5 0.11 MB 207 151
226,132 226,132 00000000000002bfa729ff2529bbfdf568bac4847adfe9d6f2ba47b7192bdd36 0.16 MB 184 44
226,131 226,131 00000000000001d864ad68e513e99166604e40bb971f19e63a979aedabafba64 0.01 MB 29 97
226,130 226,130 000000000000024a3d3af173c020f1f1c7e6e80e2fac906476f62a3eb0bd95ce 0.06 MB 129 221
226,129 226,129 00000000000003742765bda28482d2553f6989a3fbd73b79b642a569fecd769b 0.02 MB 38 143
226,128 226,128 00000000000002a299669665634ad8351db871cc9b35123d2368968e37753d5c 0.01 MB 31 104
226,127 226,127 00000000000000cd89533214850387ba78bb561df6d99dc4e74bd2977696bca8 0.02 MB 44 99
226,126 226,126 000000000000012f5c3eaffe9e66aacbe833f91124d3a699cb8c843afc70165d 0.02 MB 49 189
226,125 226,125 0000000000000135008de86245f2a1fa5fd9bc47c77f079cac747d48999c5326 0.02 MB 45 106
226,124 226,124 00000000000000e3b3e4f4fb99e5e71eb7486dcea54ef32dfe47782a8c5fe178 0.07 MB 84 331
226,123 226,123 00000000000001bcd90fad35d79cd3530a60396c69144348bb6ddaaad40e2e43 0.04 MB 57 102
226,122 226,122 00000000000000d172d63dfdfd235089baf9ae63481d4b83373d17a62ae714de 0.02 MB 38 70
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.