Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,862 transactions (1.89 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,912 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,344 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,911 (884,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,059 25,059 00000000beb5b2c0e77ed75af4ad5ed2549644601927df5576533d771a53bea5 0.00 MB 1 0
25,058 25,058 00000000b540fe11a09b3b7329a7d54f8b95cc9b9fac81aab016eea800977b78 0.00 MB 1 0
25,057 25,057 00000000d4f880f76d0102460f6f8b1fcd884004768059a983d4252eefb5f11f 0.00 MB 1 0
25,056 25,056 000000009108416c3918423f252649ae42bbd09d9572d3fbb6562cc66bf88318 0.00 MB 1 0
25,055 25,055 000000002654e40c571f8334d39dd863b08cea79e73dff775bc6199fbf1800dc 0.00 MB 1 0
25,054 25,054 000000009aab54787eb2d632e2aa42b5a0718a8099e35b14ba27518e7a99360e 0.00 MB 1 0
25,053 25,053 0000000079afbf2a2510a073793b35d765654ee193f985790a4bf2abcd78083d 0.00 MB 1 0
25,052 25,052 00000000711ca65f2da0ebd75f6ee7debbf525197024ac8684a6344c739cf39f 0.00 MB 1 0
25,051 25,051 0000000032e5905c70e87a4ced027db0524992d059ff06c6709faf336d3c5025 0.00 MB 1 0
25,050 25,050 00000000a06c635707d307460415caab72765d3ad1826564f319f0a623c1f614 0.00 MB 1 0
25,049 25,049 0000000081d5fda54fccc03e00933a5cc691acb27735dc86ce7a030bd923f2e1 0.00 MB 1 0
25,048 25,048 00000000212b10e3ba9e4bfdd24eeb21ab396e33522f53d07a6eb89fe833de25 0.00 MB 1 0
25,047 25,047 000000006695274cf0be9aaf40d32a6103d1a2a6176c183d37c5b48d21579341 0.00 MB 1 0
25,046 25,046 00000000d2c3739d450028d20f1f3da31eac9adcabd31ef27f5bfef3bf1e3e04 0.00 MB 1 0
25,045 25,045 00000000b4e3893dcbd9c411e6b1805ffa98fe1edc232a43738808ccfbc3dd81 0.00 MB 1 0
25,044 25,044 0000000056ee1a4d0c1a3837a5de65ce2883cb68049d11694de7c3500d891d71 0.00 MB 1 0
25,043 25,043 00000000dd915b4e3cf1ec4d8a597dca53d8f9efb415437373690f871344ebe6 0.00 MB 1 0
25,042 25,042 000000003935ef374144a92b95c69a8699d9bdeb805b417a7b23f26bc34e6457 0.00 MB 1 0
25,041 25,041 000000003766ac5589d40e913522578e290d1be584af5761483ef2366c7da5e9 0.00 MB 1 0
25,040 25,040 000000009723d903b4e5c548d9d5a21c08ec2353e67c0efb5cef4daf4091ce07 0.00 MB 1 0
25,039 25,039 00000000cae6c6a180ed64df4fa87ffbb137fc82acafaa3b5f40ce7a0da9e2eb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,172.61 GB sent, 114.58 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.