Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

959 transactions (0.39 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.39 vMB 952 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,834 910,834 000000000000000000003c876a353ba0b2866e15ce74bbca264586ecf785e1fe 1.73 MB 4,461 0
910,833 910,833 0000000000000000000064d69363f32866d707747a6f1d3d568f26de0de8f463 1.60 MB 2,431 2
910,832 910,832 00000000000000000000877ae510a9fba3f1fbd66b7ee03a34bc9853509443a6 1.77 MB 2,524 1
910,831 910,831 00000000000000000001080b6e8a63999d485bda135187a04af48168ea35d628 2.18 MB 1,163 1
910,830 910,830 000000000000000000014fee6e61ce50eb187905b4739710ebf9cfee96de96d0 2.21 MB 955 1
910,829 910,829 000000000000000000000c640762b3981163f358f595ffc68ddd259cc70ccac4 1.48 MB 3,064 3
910,828 910,828 0000000000000000000065fdd376f652b8f88a4396904d22f50e793ea74c3ea1 1.91 MB 2,177 3
910,827 910,827 000000000000000000019edfe3bdd37a0da5dbb93e465d2a10badaad3314511b 1.98 MB 2,725 3
910,826 910,826 00000000000000000001569a6fec367b2010e185dec9feadefe2f90872589973 2.30 MB 929 1
910,825 910,825 000000000000000000009843319bbed05ffe4d207ca03a7b378d3c97689c11dc 1.45 MB 2,507 3
910,824 910,824 00000000000000000000ba6b573e5a939ad83c83341c5c47439d643dbc1723f4 2.22 MB 1,380 1
910,823 910,823 00000000000000000001a5a556078bfa062a9765a26c1c265908bc3a942eb1bf 1.65 MB 3,361 4
910,822 910,822 000000000000000000013eeeb60533ee966f51f7cfd4fa07dec7c90a28467ada 1.85 MB 2,972 2
910,821 910,821 000000000000000000008384a549b60549889ea038a2fddc5b752106625c9e98 1.62 MB 2,937 2
910,820 910,820 0000000000000000000134891ac230d7056bb6de1e2b980241da747e070d97c1 1.73 MB 3,681 2
910,819 910,819 000000000000000000020b1823dfd1bd92b9ae7821a38e63ac24e06db765d7db 1.71 MB 5,039 0
910,818 910,818 00000000000000000001b33d05fa5fee574c4f97832e1840ce676702d72aafda 1.67 MB 2,620 1
910,817 910,817 000000000000000000019cfd466d29fee462b7a32933463617b150cfff0e14f5 1.58 MB 2,839 2
910,816 910,816 000000000000000000011e7905ad9eaa0e52885fcbd70ae883fe2ceb97bbe1f0 0.00 MB 1 0
910,815 910,815 0000000000000000000095b38cbd74656b03d299baba86859e9d55ef75369313 1.65 MB 2,766 2
910,814 910,814 0000000000000000000187d9b025191329f52f25a6e57d2b03faef8280c0c777 1.53 MB 3,920 4
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.