Memory Pool Memory Pool Refreshing

8,421 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,091 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,477 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,090 (807,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,691 100,691 0000000000042d5325a4823b4d30558db3e5c7d1f77e255655a2fe5de9c282b9 0.00 MB 1 0
100,690 100,690 000000000000441323d9715d8a9671e1a3b78fb95d418189a2e1195e08c7425b 0.00 MB 2 0
100,689 100,689 0000000000004f8887f3de8043fb955a90b300a1d024e0b387204bfb2dc737dc 0.00 MB 5 0
100,688 100,688 000000000000ce3436f624b588a361e2b03daee2f8f80a49356b6b415a9f876b 0.00 MB 2 0
100,687 100,687 000000000000edba8bbb60ce6ee9fb577aebbb4d20b781d44eb295c2cd5930a7 0.00 MB 2 0
100,686 100,686 00000000000141ce3e2b770f2ef7fb7be1ba4c9d3c75d36703a73411d02a0dff 0.00 MB 1 0
100,685 100,685 000000000003ce098151053994bc6c2425cf8b5cb79f5053004ca8182c62a6e8 0.00 MB 1 0
100,684 100,684 000000000003100f11ca69ab4b25cbbbfa56ae53e7d3e0d442f542a0e0c1ab23 0.00 MB 2 0
100,683 100,683 0000000000042771022f702ee00b867bb8edd83eb008ffc419d89808af793ba3 0.00 MB 1 0
100,682 100,682 0000000000012cbaef2f03e0ef7908eb65dbe0f56c0b1ba9f7518520f9762bf1 0.00 MB 1 0
100,681 100,681 00000000000427af1fcdc32470506351ac9e5643407dca237db7caea678fce47 0.00 MB 5 0
100,680 100,680 000000000003d8ab284fe75f24f612681759cf21aa3bd49ff1c472b63c96ad6c 0.00 MB 1 0
100,679 100,679 0000000000045e5252cc8449a5cb4d0db5b77b951068caf4ac49ef085d17dd31 0.00 MB 3 0
100,678 100,678 000000000001584d211b4b90a19e71aedf0d5d86bf110c23d50fc62941029a6f 0.00 MB 1 0
100,677 100,677 00000000000114f9ba56d455767aa8935b3a03df3d3ff462dd11fd9be662128b 0.00 MB 1 0
100,676 100,676 000000000002010a40cb9a1fb9f71c6c7531a19b621dbfd722ef921155dbb2d2 0.00 MB 2 0
100,675 100,675 000000000002cc85e97e7c910dbfeb5fc3e44922bb9768bc8c8ecf082916fbf8 0.00 MB 1 0
100,674 100,674 000000000000c29ececa96513470a99d1d7fcea84fbce29478f0510d351c7d4d 0.00 MB 1 0
100,673 100,673 000000000001e3904885c4c05cf938e31b4da37fd1436cb8656d020ea1e97254 0.00 MB 4 0
100,672 100,672 00000000000460104de288b5ad6c759add2f2aff878b8a2c41d1d26480628082 0.00 MB 4 0
100,671 100,671 00000000000025f57f803e3ec060c28cf94bb2cec06b5e615542dfb7f8a96247 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.65 GB sent, 96.48 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.