Memory Pool Memory Pool Refreshing

1,764 transactions (0.58 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,122 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,760 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,121 (885,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,595 23,595 00000000516c17f354edd90224f10a7189880ea289438fc0e5d17a6440792f18 0.00 MB 1 0
23,594 23,594 00000000fd650986f40e3bb17a7623d5d6b3e6079ba97618bed097f58d6c0245 0.00 MB 1 0
23,593 23,593 00000000601c76fda11d1c125216763805760d9e644b79e18d0a0c8af0cd222a 0.00 MB 1 0
23,592 23,592 000000003fd5e35c776280b481e6e33f43cebedd6078288224a4f71f41d22b6b 0.00 MB 1 0
23,591 23,591 00000000b78be207d0dcb04aa6701446f309891cafa4f98db90dafd44854b10c 0.00 MB 1 0
23,590 23,590 000000004f59e88d6a42f8462e17283f2ddeea54c6a1d80937a793108ecd2c38 0.00 MB 1 0
23,589 23,589 000000001d3eb92bdbc161ae0fd6efb6019a61b28f2b88948b635dfa1e429c53 0.00 MB 1 0
23,588 23,588 00000000b3fddad9140d5aef5c54f630e047c17ca988483a91dee5e091ace0d3 0.00 MB 1 0
23,587 23,587 00000000b9c0de9fc461da52a67d7a62f7fdf8a446aedba6d108e55b789bc65a 0.00 MB 1 0
23,586 23,586 00000000f41334359305e1c8bcca38ea542046d99cd3b70acf49d28a23f50d39 0.00 MB 1 0
23,585 23,585 000000004efcbd8efcc5cb9ac64c5156e9d60a58f8a4553b3a5ba3f6b359c621 0.00 MB 1 0
23,584 23,584 00000000ebb969344ef894d66a9d7dcf3776ce2ad8fbb07c993e4a30f1874f2d 0.00 MB 1 0
23,583 23,583 000000007e1977409e8dd21c799a008ff4a88f66de87754ca7170cfd83373d94 0.00 MB 1 0
23,582 23,582 000000007be26ad600e353e95334b478a1a4fca33f13ddfd0250f4097dcc8750 0.00 MB 1 0
23,581 23,581 0000000049146038a9d11649eb961c00ae72331a94c6df96b4ce1cc95ba6ef97 0.00 MB 1 0
23,580 23,580 0000000097cef8f17e12cffb17a0bd8d4c9ba0434483d760faf20027c6895784 0.00 MB 1 0
23,579 23,579 000000004cdd301b84ee0d50810f83db152197f738a10d016b8fb3a5d7d0a348 0.00 MB 1 0
23,578 23,578 0000000087f46ccc6b7ff0bc5a6c69cf995a46f72b3721182375bcd9ed72d04a 0.00 MB 1 0
23,577 23,577 00000000fdb1025512da538a76a19a852cd405963652c462cb18cd6dd36a7294 0.00 MB 1 0
23,576 23,576 00000000a900dd86f6f5a45cea6f2763fbd90892da064b4ad6a2e6f3e7c61ea5 0.00 MB 1 0
23,575 23,575 00000000aae7b3e6c159191f51f86e36b55144f5585922f9446c1df154566551 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.77 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,930.72 GB sent, 106.39 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.