Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,056 transactions (0.43 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,991 000000000000000000022cb30000000000000000000000000000000000000000 0.42 vMB 1,043 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (875,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,870 35,870 000000000d47436f763b618ab3dd862edcd943c8fa4728ed94ae5cc4519fd959 0.00 MB 1 0
35,869 35,869 00000000a41635d957ef0720361d606d05e85c9d34723b9a06d1a2da016e1e59 0.00 MB 1 0
35,868 35,868 00000000312889f9503553e453bfd155ad9f7826c77f09ae292a33d448f1e0d4 0.00 MB 1 0
35,867 35,867 0000000090d6fb451ba28732c1812d55314e51f1d13431a34189aa8c3a8a31f5 0.00 MB 1 0
35,866 35,866 0000000026f7faabd9692fdc5995661c387033306c602537b7f7e10c2ab3ee27 0.00 MB 1 0
35,865 35,865 00000000bccc91822c2adf167516e0f536dd5bd01e530ede8d59fbd73f180edd 0.00 MB 1 0
35,864 35,864 000000004974b2d891d83b18b61dc0266d6aff79515bca5609c4ef884401d99b 0.00 MB 1 0
35,863 35,863 000000003d3e35955c47bff57772f6b112005b4be9ac82308cf278249ce37105 0.00 MB 1 0
35,862 35,862 0000000056dc6dd2e943af85b438596b7730b879f7409ea1832091645e0a0c3f 0.00 MB 1 0
35,861 35,861 000000000d8a4ba37ab9fb3b2996f215a2b82a4439193a6ceeb57c2bb9c260b6 0.00 MB 1 0
35,860 35,860 000000001ff0ccb3aba4582392ebdf5ccee05a81e3a58b81e98484c13deffa61 0.00 MB 1 0
35,859 35,859 00000000993044dae0a86555a1a902ed7b4c3ea1a51e96b346e7606cb8688a4d 0.00 MB 1 0
35,858 35,858 0000000059d5f5bad99106e861e6abf0dfb6959e87a53d427c86dabc028c4aa7 0.00 MB 1 0
35,857 35,857 000000008f8e82462ea65ed53cb534aeafb41f57008671614b1e40e076855e7f 0.00 MB 1 0
35,856 35,856 0000000049d4b2390e3307ef28e7b7f1accbc55bb1b649fed24bb1acff58049c 0.00 MB 1 0
35,855 35,855 00000000537a2b27f327d9b69619f48a4d3fbff726d031c3deb6328a2a22f0a4 0.00 MB 1 0
35,854 35,854 00000000b91fded2d8587a02129ae69f24caebf065a765b9ec303ad842dbcda3 0.00 MB 1 0
35,853 35,853 00000000c375ac8f5d436544729f4eed0691ff73286a83a7ccae5c89278af544 0.00 MB 1 0
35,852 35,852 0000000089b7f4f1ca84a9b8903e450dc14597c4966048260c54da96ea8a4308 0.00 MB 1 0
35,851 35,851 00000000a0ad1832b5cb1ea882e2530a96a2da87f84e021ae99d80849598b9eb 0.00 MB 1 0
35,850 35,850 00000000562ba182a721c191ebc0fd4d4bf780c77b62454ed9a515769f623fbc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.22 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: 2,359.73 GB sent, 124.83 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.