Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

723 transactions (0.25 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,944 000000000000000000022b910000000000000000000000000000000000000000 0.25 vMB 722 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,943 (210,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
701,834 701,834 000000000000000000086fc2b3f459fbd5abd077c099aa7bb1a29383bbefa3c8 1.44 MB 2,851 5
701,833 701,833 000000000000000000078f3c56f3bcca91307bc5da90c556c350251ddd1d64b6 1.38 MB 2,583 20
701,832 701,832 00000000000000000004aa5085280cc16550a0b7489ed0c01be6deb28b014bab 0.30 MB 677 11
701,831 701,831 0000000000000000000433e2c48e99994f0d8021d0ac4a40cd53a86f0960404d 0.54 MB 1,179 3
701,830 701,830 0000000000000000000bd69e2f16db6fd3a367397b03e9ed517d3c28a9f0f68a 1.26 MB 1,785 12
701,829 701,829 0000000000000000000eb2a2297d7f3deef3f29602d4fcfe49b6d91fc8ce53e8 0.64 MB 414 18
701,828 701,828 00000000000000000005e577b0028d48b74740085f681a3cd612135175726c55 0.12 MB 274 8
701,827 701,827 000000000000000000057ea7789fbeae2fda9c29bd7595f0e0a68a4ece54ea61 0.06 MB 152 12
701,826 701,826 0000000000000000000eae31c89bcd87513595c86eccfec0b8b8c4d1aad7434a 0.16 MB 430 12
701,825 701,825 0000000000000000000a31e755e68016197e564659fefd462fe3d6a93ba321a9 0.74 MB 745 2
701,824 701,824 00000000000000000005f0c6cf837b78823fad46bcf604af8f85d3bd9b4c7976 1.33 MB 2,023 7
701,823 701,823 00000000000000000008011f684e59596350d8d58e17e1d75f50c0c168ed3ad0 1.45 MB 3,156 15
701,822 701,822 00000000000000000009d6bd3197379b23efe5c01cd0197d805ab826e4159ad1 0.04 MB 130 11
701,821 701,821 0000000000000000000a38b930adc25739e59915420b819b8fb4fc324b9b78b5 0.65 MB 587 3
701,820 701,820 0000000000000000000bd9f2ef5c8abb536cf1179c69a9c49cbf8aac2c277e1c 1.42 MB 2,638 11
701,819 701,819 0000000000000000000c9569a466d2cce552c46735a0e2237ad5fb4018111d82 0.08 MB 142 9
701,818 701,818 00000000000000000006dbaf286cfa20e1f7b2bb448304b203fa73c6dc6802d5 0.19 MB 272 13
701,817 701,817 0000000000000000000bdf589520b1ae6957415a697f8e06e8ae74c22c635167 0.02 MB 65 10
701,816 701,816 0000000000000000000350c1a2a96714d62e44b1e55fcef628379b975d998cfc 1.44 MB 2,984 13
701,815 701,815 00000000000000000005239d8ee9c5d795f650da02633ad91c3a2f7a09a81eb6 0.63 MB 1,054 7
701,814 701,814 00000000000000000004cea23e9975bc48e21a8712071411f8dd54cd5885c019 0.73 MB 358 5
Previous 10 blocks ↓
Total Size: 776.98 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,493.98 GB sent, 133.38 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.