Memory Pool Memory Pool Refreshing

1,891 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,866 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (794,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,761 113,761 0000000000002621f02c15bb7557ab1e8be5a4ce443d9c4df6a21b33291bb6bc 0.00 MB 2 3,891
113,760 113,760 000000000000c2cd965872f53c80a6b30956be0620ab962bd71004bfb985eeff 0.00 MB 14 0
113,759 113,759 000000000000082e555fd2afa25aae0f4aeeb7f257c85c3fd6ee8d19551a1420 0.00 MB 14 335
113,758 113,758 0000000000003170ac88051c5f1c477369fb6a67f9c5522c0296e9a9db9f7935 0.00 MB 12 0
113,757 113,757 0000000000001a4cd533b9f079c77d5c2756694108e1a8d1414bae814c4734f4 0.00 MB 14 0
113,756 113,756 00000000000010dfead41e084e64dd64a76fe3fe9708ef90b6889d4256c3c6fd 0.00 MB 14 0
113,755 113,755 000000000000cc74b82b4129a74664c37db8542425dbcc296b36fd90c17b21ae 0.00 MB 13 0
113,754 113,754 000000000000a9c71856278da5d8a73f810d28d41af9424bef57bce78a982680 0.00 MB 11 802
113,753 113,753 0000000000002c8b8e3e0ec7d3ab534ccd315d21d02f5b56ddad34e602feb61f 0.04 MB 167 73
113,752 113,752 000000000000627ce3c06385488792db57f42f87bd2570039683532f2aeb0e38 0.00 MB 10 320
113,751 113,751 0000000000009355b5845807476b843c7d67695d30ef20b8db49b9821d2128e3 0.00 MB 7 322
113,750 113,750 0000000000001d2f97293f57c09d642ff26dc1b9076eb26afa1bdb5fd6a69417 0.00 MB 11 546
113,749 113,749 0000000000004705799533c70b51f8518e3facc4dc1d1558c7d7e159a06f97b2 0.00 MB 8 0
113,748 113,748 00000000000000c7d162c035f609b007103eac96eccd9a97ef1ca6484674516d 0.00 MB 2 2,277
113,747 113,747 000000000000a6ec62b7d81320127f81e0da8db98f546aadeba38d97e6ae7b2f 0.00 MB 9 0
113,746 113,746 0000000000000ce15c7101243888dfaabc4276fea16446a9baee257e75902063 0.01 MB 25 705
113,745 113,745 0000000000000fc1052f4a6d01264116711cbfbc7ce736447b5828df7d4c9b65 0.00 MB 10 0
113,744 113,744 000000000000338047f362ced98cee83da8accd5ea0484badad3e87c1dd28f67 0.01 MB 34 0
113,743 113,743 00000000000087e62f0323c4f7cae52d6145913a1271a320c58933c8fd893e55 0.00 MB 11 324
113,742 113,742 000000000000ae8b55a4afb4e6646b8c92408e07a3128188121affad6dabfb85 0.00 MB 13 0
113,741 113,741 000000000000341c93a18fe20fd74c7a5a993fba16bcb39d1f7e4e7c1afa63b6 0.03 MB 115 150
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.64 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.