Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

780 transactions (0.26 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
911,868 000000000000000000022b910000000000000000000000000000000000000000 0.25 vMB 768 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,867 (236,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
674,930 674,930 00000000000000000004681099c913a123abb8a4dfc0e81a1773464eb5fb11bc 1.11 MB 1,116 99
674,929 674,929 0000000000000000000ba2bc732c62b4acac58141527b4ebab7810211de5bbb4 1.32 MB 2,319 115
674,928 674,928 0000000000000000000820cc6ecc50b4c1d8a855ca146c10671138e7e4df3159 1.41 MB 2,578 109
674,927 674,927 0000000000000000000c907feec57128070649cc3451d7aca3d599ae75e67a66 1.29 MB 2,085 45
674,926 674,926 00000000000000000002e1b8800b8ba38ee9e7b1379dd742abe76739a330ab36 1.33 MB 2,761 70
674,925 674,925 0000000000000000000cf9c8e2137e096615ca0b89b52cc756f06a3423189528 0.00 MB 1 0
674,924 674,924 00000000000000000007b015183b3ac6d20a47e693cbea1709e4e797e1f6c59d 1.23 MB 3,067 46
674,923 674,923 000000000000000000051e1b59b20c241633300ad9d4be157bc1a6344c04c043 1.35 MB 2,591 112
674,922 674,922 00000000000000000006741c439a759e642826f0a7e98d30b371b829c57e469a 1.38 MB 2,657 111
674,921 674,921 00000000000000000009ed324abcf98c75359a3d365b50c9eb6dde87d006a34f 1.37 MB 2,734 65
674,920 674,920 0000000000000000000993f6d1262500727a3d3817dbc6b4e3c53ca007acc2fe 1.36 MB 2,216 59
674,919 674,919 0000000000000000000a7138b2ee5b8d44e7c75a621ee8449f18bee9a58bfa56 1.32 MB 2,277 60
674,918 674,918 0000000000000000000506b28b6cecf968894afb739084d0c9e8f165b37c4338 1.35 MB 2,219 68
674,917 674,917 000000000000000000029e4f9007ea8db5e1115cf1502257455fb32c361fdc03 1.26 MB 2,848 65
674,916 674,916 00000000000000000006c0751a8e45ec2d4c97a0e715ccab113700107cb4aef2 1.17 MB 1,617 89
674,915 674,915 0000000000000000000ad0e3dd742a72d77d066fc6534caf5637ff3b56237513 1.25 MB 1,005 106
674,914 674,914 00000000000000000002fce3e7aa463e40faba9cd76f6d1ec3ef2c63e884552d 1.42 MB 2,969 97
674,913 674,913 0000000000000000000082d2f17310eb292118a0d1e22d3d352ee81f3ebd66f9 1.49 MB 2,045 118
674,912 674,912 00000000000000000000c528c36bafa1d883f53fe16aaf44a9861d97a57549ab 1.34 MB 2,723 82
674,911 674,911 0000000000000000000968459e2d8901e425bdee65618e5b0968f0a6561d93a0 1.15 MB 1,643 48
674,910 674,910 000000000000000000092c42a116c01bf5c5c385394f91026008d57938df3f05 1.21 MB 1,720 49
Previous 10 blocks ↓
Total Size: 776.85 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,470.45 GB sent, 132.72 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.