Memory Pool Memory Pool Refreshing

973 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,026 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 957 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (697,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,687 210,687 000000000000016dc8a36811eee58f6d0c27e070be275558f075353bab0f6001 0.06 MB 133 187
210,686 210,686 00000000000000b37eba4f13327165152b899c56cc9bc40a7c8fb667c1655f1b 0.08 MB 190 179
210,685 210,685 000000000000047ab2b9f93298f4088302371a7bfcde020ec5093e7592193a5e 0.00 MB 11 31
210,684 210,684 0000000000000191c3f0f0468da6745ff4d12bc80890f50115991492ce3761b6 0.02 MB 53 50
210,683 210,683 0000000000000148fa9c71a2b641dbcacef05146f3306c0e9e8bd4b7df1a588c 0.09 MB 216 179
210,682 210,682 00000000000004935a1b74f0dc166aa11905304423d2648d2c46ddec61370597 0.00 MB 19 93
210,681 210,681 00000000000001665269de91a06e99cd239353cb45a89c10a0111d3b9c087f58 0.09 MB 188 161
210,680 210,680 00000000000003b6f18c9de3ca4171f42f9ec9bd5995a48b083f3dabb465b66e 0.13 MB 340 191
210,679 210,679 00000000000004aa7e71bc7f71a8d80dd0a737f83e2e0698b916e0c3c08b8105 0.05 MB 150 86
210,678 210,678 0000000000000360401a119d3eccd32f3c3a6aaf129d15f266982da92191d14b 0.00 MB 9 301
210,677 210,677 0000000000000073a06e64c28402f8cd09800734afe0763f76e70b16a339104b 0.07 MB 172 155
210,676 210,676 000000000000022f66040e671aed8da73aca326c18a9143dbd4f389e8315133c 0.07 MB 157 185
210,675 210,675 000000000000015d0c26b26d66977aaeb6e53cdf194c110f0a2860ccbb7cec09 0.01 MB 28 134
210,674 210,674 00000000000000c4759c4c17302cec4039325aadebf3b8f93c1e1c8b8555cfac 0.02 MB 51 69
210,673 210,673 0000000000000203ecede248387253224010ae26efa5f5f8eae3c92def325922 0.04 MB 58 155
210,672 210,672 00000000000004bc88add99203d4997edaabad398122e78f2ac8660b6fdc0e46 0.12 MB 325 165
210,671 210,671 00000000000000e2f6af7aadc8e03bdd3e7dc8fe191aab43adb81ad9e3798c2c 0.03 MB 64 113
210,670 210,670 0000000000000144e7016b9bf477cdb3d7278b9d9b4be54352fe47407703f7ff 0.08 MB 223 172
210,669 210,669 00000000000000268885ede5e7f3cba8e9766ab3977cf6bfcba8ba24473eb510 0.00 MB 14 37
210,668 210,668 00000000000003418738833d75d17465418bda742c375f6ef4dea454022ef92c 0.00 MB 1 0
210,667 210,667 00000000000004dc5289e7355b8e1204a78ada7fc2e5bdbee8f81b90cd477eb8 0.00 MB 11 145
Previous 10 blocks ↓
Total Size: 769.59 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,651.06 GB sent, 95.86 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.