Memory Pool Memory Pool Refreshing

3,501 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 3,480 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (774,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,686 133,686 00000000000007cfffccbfee9dd43d9d31d7642692a3eca12acdc6d30228613f 0.07 MB 143 110
133,685 133,685 0000000000000434ae7efefedec29fe5df325e02c3e09cd7556ec955cfb661c9 0.04 MB 62 582
133,684 133,684 000000000000018a890c6f13d2125aa9260a3a8b1060679e1bc5edca2243ef6a 0.00 MB 3 0
133,683 133,683 00000000000006af8f6f388580e3d2a11fcf58ea573f7514b74f73b3075c0a26 0.05 MB 107 244
133,682 133,682 00000000000000ff258e4574f09fee4ea370743f22b8fdea99a00d95a78b5dd8 0.04 MB 70 882
133,681 133,681 0000000000000360e9a03ed27fed1c2869a8eea9134bf39b6be8cfee935d19be 0.00 MB 11 0
133,680 133,680 0000000000000b183ca581a2bf669de261c20e0b384eb1d4f60d992cd07c8392 0.01 MB 24 623
133,679 133,679 0000000000000a93f631f439a27e188422f9595b5a32afead5a56c6516d7d4a7 0.08 MB 229 466
133,678 133,678 0000000000000027d2cebf9b26ac95c84b71b26f0e8292db9efb19e7698551c8 0.03 MB 66 803
133,677 133,677 000000000000053610e5784cdd93cd333ee6b37921cf6392d0a764c36e22a7e3 0.03 MB 88 596
133,676 133,676 000000000000092d3071277d3cf2a93a2353a8944e24aae30478ca00d8f78b70 0.02 MB 39 858
133,675 133,675 0000000000000836d92310b03337224e2236a566d41d3584e3b53ad216608f63 0.04 MB 91 152
133,674 133,674 00000000000003b5a5e753f8a70a0d53f33a7b5b7a6a6f55b24016b7e55bd46a 0.05 MB 96 574
133,673 133,673 00000000000002fe3666845b155131f7f9b12ede625f05a5ec93b35882d710c6 0.05 MB 157 283
133,672 133,672 00000000000005463999b3146a6335d8b663fb50223ccd787c0415072394773c 0.01 MB 24 696
133,671 133,671 00000000000006bba70dde8237fc17ee2b7a86e2445fc6455f31841b22ee3d30 0.00 MB 12 1,117
133,670 133,670 0000000000000a1dc1844ff199af3b91b7cf3bc17ffcde8804f0c6f1182f90ec 0.07 MB 187 212
133,669 133,669 0000000000000a249de35949eff2295772fe397b95e4c428228abd4c484eacbb 0.03 MB 77 915
133,668 133,668 0000000000000a39a0e7d3685163c22e844c1f673c87e1bf80cba2e79fd40529 0.00 MB 1 0
133,667 133,667 00000000000003901625034d725ce2991edd696945c40274dc253e76dcf53650 0.01 MB 27 498
133,666 133,666 00000000000009c903ece28040f415e40f138d377ac85e0238961f1bac4c4997 0.01 MB 29 1,457
Previous 10 blocks ↓
Total Size: 769.28 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.56 GB sent, 94.33 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.