Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

400 transactions (0.14 vMB)

Priority:

  • 1 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
909,673 000000000000000000022cb30000000000000000000000000000000000000000 0.13 vMB 400 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,672 (871,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,834 37,834 000000009c790957a312bb00a672c9f901630710fcbd7174f78f60abe6625275 0.00 MB 1 0
37,833 37,833 00000000587136b1219ee34217ae01dad24324ad53378359c290ec6c7beddf08 0.00 MB 1 0
37,832 37,832 00000000704a54c11400b6b69a697c4919c6ffa3cc3378b46e1ebda1452fe965 0.00 MB 1 0
37,831 37,831 00000000af5701c336038a5c3825c19d0ba974a01cbaf6cfce1675b4f8676d22 0.00 MB 1 0
37,830 37,830 00000000243ab4fa86097ce9c2872035726cce0ddffbf1e97b16e48542ad0ce3 0.00 MB 1 0
37,829 37,829 000000009da00aac1c1f1ed634c21b4062a834fe711faa94acf939a0d1586ef4 0.00 MB 1 0
37,828 37,828 00000000772fa72f8d42e7e8bc3ab9690a5376211ceea2c6473babb5a3196e02 0.00 MB 1 0
37,827 37,827 000000003f5fbdc3c641ffeaec882c0d5bf90c8e841752b82131f3d971f47ed7 0.00 MB 1 0
37,826 37,826 000000007edca90c6088c635e2bf3e3f925deae33380478d8c929cb7aa840ec1 0.00 MB 1 0
37,825 37,825 00000000774d66f5836dbbaaecc33aab7f94b7de1213b02334cbf439d2c5e731 0.00 MB 1 0
37,824 37,824 0000000084e7e823a95ba58e5d87b85e6662ba665667c8a91201f311852a5275 0.00 MB 1 0
37,823 37,823 0000000068df90cb1356541c2de8c547b2b80e798082bf1a734804ba18ec2bef 0.00 MB 1 0
37,822 37,822 000000002dfc94202b3dfd5187c7b682a18b170cc42c162b83f96217cbd7e7df 0.00 MB 1 0
37,821 37,821 000000000a135b5761575d202923edd6a94d8c979ac797be8d04c9f3b56f1b0a 0.00 MB 1 0
37,820 37,820 00000000a350ccc0ba8c6095b2f0c91ebcff6f823177df25f0cc4f8991750e66 0.00 MB 1 0
37,819 37,819 000000004ee756c5e617cf4acdabfccf1ebae226000c8c5786f743e3d0b8dc5e 0.00 MB 1 0
37,818 37,818 0000000091cc461810ff071cd18e89b41700cebfc18c3ae6a342f68df8387c4f 0.00 MB 1 0
37,817 37,817 0000000074e00833101a863098467a7f8475c1b6405a8128b4162412c6e656ce 0.00 MB 1 0
37,816 37,816 0000000041dc9b3d5fe0e84251ce51c10e5fe7f4f46ec0b4cefa218b814f2806 0.00 MB 1 0
37,815 37,815 0000000092ad466bbdb0ef4e423d29b66e4846410426508d84ceabde253098c0 0.00 MB 1 0
37,814 37,814 00000000b558736535a534c4d6ea2de41005fc55f3dfe26bd60e0af989378ca7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.80 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,137.77 GB sent, 112.32 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.