Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,768 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (865,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,648 43,648 000000003ec1c80add36983984abbddf1d37d2e2ff2e45487f6762a8ddf29331 0.00 MB 1 0
43,647 43,647 0000000029b76023177f4f4baaa849ed55a4f42297f8500dcf5932425c9eef86 0.00 MB 1 0
43,646 43,646 000000000cc74c0c2a7c6a7c1ffe224a27e9f638b5f1a591a1cd421d7f2a7edd 0.00 MB 1 0
43,645 43,645 000000001135c427dd24989ab70a8b982fc850a88ce903921f76f51babf9574d 0.00 MB 1 0
43,644 43,644 000000000af9a756c5000d476f56811379d6fb78526d6b290dc4fd68a6d3d7dc 0.00 MB 1 0
43,643 43,643 00000000435788763fb827ed6c7d2fef490f314e13e93e44208b89f100e2d485 0.00 MB 1 0
43,642 43,642 000000001b879dec917a4975453c939e4fdac5d9ae4fe8e097db0ff43c7c9f4a 0.00 MB 1 0
43,641 43,641 00000000134c8e47e70e206204f270586ad2a8eb9a851dd0e7a6c98b1cf7721b 0.00 MB 1 0
43,640 43,640 000000002a214978dc0738a11f6bbe5ccb96e4301bab9bd4a3e2a112d0b486f9 0.00 MB 1 0
43,639 43,639 00000000385337738d8121809428cb1cb52af0397e6ef854073c8deaeb3651cd 0.00 MB 1 0
43,638 43,638 000000000c7f6d4df3e110574b56323abeeb118bed51c86823a8c4ee1b5a7338 0.00 MB 1 0
43,637 43,637 000000002a89fb62b48b39730e91bbd520a1334333093a342703bd9a6c61e139 0.00 MB 1 0
43,636 43,636 000000000fef34831589e12dc91472990a178163705b24599e2aa7940ed568e0 0.00 MB 1 0
43,635 43,635 0000000026f6dbd30934da1ba0b31c5aa9d3972eebc2436159dabb2adb7c52d5 0.00 MB 1 0
43,634 43,634 000000002e1d7c448b509c2c2f13fcd6d9e594a78ec7e4827c21bb5df4cc8228 0.00 MB 1 0
43,633 43,633 000000000f785546e2acecc5e3ec81da00489bc26bbd9e5938dc235bda71f9b3 0.00 MB 1 0
43,632 43,632 0000000015684baafde0d4a36a6aece0c28f0af8ff0e4df83b602e3957c0c3ae 0.00 MB 1 0
43,631 43,631 000000001e5d334c42b2a8dca0008f7fa65247e072dfe2b671d7585e586b93b5 0.00 MB 1 0
43,630 43,630 000000001c8f9372fab84eb15ad4a92fa13b661962039abd76f4d29fbf2dfa1a 0.00 MB 1 0
43,629 43,629 000000003a29ba2c0b151664164179d1cd46008f170a8b828c65c94a4a1bb074 0.00 MB 1 0
43,628 43,628 000000000d41fde53155d26d8422b14b07fc4e60169ca360397ab7c6eb3f1d09 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.73 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,917.72 GB sent, 106.21 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.