Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,480 transactions (0.80 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,056 000000000000000000022cb30000000000000000000000000000000000000000 0.78 vMB 2,454 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,055 (880,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,838 30,838 00000000aeee2d6798d728efde1b728e68fdb75fc452227e363ce85eda84e822 0.00 MB 1 0
30,837 30,837 00000000f032a6a3acdf91535a397e3d4ec52bbe9f9bc4db6d73c138d2b98276 0.00 MB 1 0
30,836 30,836 000000008290238c78fffd229e700a8aca835af02d0e9c52214c3dbf85784585 0.00 MB 1 0
30,835 30,835 000000000c9d053d34c48206d252404df1f31f0e76fd5f208022b24ab03c97b8 0.00 MB 1 0
30,834 30,834 000000009e3dfdb1c4b95ee406d950e4d1af007cd05716a71efad7bbaead90df 0.00 MB 1 0
30,833 30,833 0000000006290db81b136a4f8c5a0615a5e864b1d3bf5c0823bb3e1a2d15bd2a 0.00 MB 1 0
30,832 30,832 000000002859bbdb26fb353b807f3fc2c2947fc7598a9d34a34bea4b6d767597 0.00 MB 1 0
30,831 30,831 000000004d61dccad0b7a99edf4b373728d01d35c135ba9da0075b23fd450dcc 0.00 MB 1 0
30,830 30,830 000000002f82878929521baad32f02a6a340a47ee9e24f2dd37de864846190c1 0.00 MB 1 0
30,829 30,829 000000003aed2edfbe7340a05496c58115722b1c6e48c294fae2e5fc4bbdb8c3 0.00 MB 1 0
30,828 30,828 00000000a1c71dcac39c228ff29d5b276f6931fa97dc7eca778d817f4503238b 0.00 MB 1 0
30,827 30,827 000000004ac285c783fd6e954000e53558ecc08bc69f663786ff05aa30d21989 0.00 MB 1 0
30,826 30,826 000000003fe3cdf57337d6c4c3fdda6d9b0a0f136f9f75c38ef8a3df65ca4255 0.00 MB 1 0
30,825 30,825 000000004786688e6bddb9aee903f2fd5221907912b821e7b5536bf1839fe1e2 0.00 MB 1 0
30,824 30,824 000000009b3b6b1ac745c4006c95c60f9cb951a771bbe7eda32fae8dfae9f009 0.00 MB 1 0
30,823 30,823 00000000aac0904172398f7b325927b4754e46fbd5e2914b88766c4b22b99932 0.00 MB 1 0
30,822 30,822 00000000e95b55f77b2fa0d5d4624b93f07e4d0449a090b05ea985b0630662c3 0.00 MB 1 0
30,821 30,821 00000000eb48ef7e970359737488fc7bb394d38c8fc26f2ed47720009b1fbba2 0.00 MB 1 0
30,820 30,820 0000000084219e18e4513851d56e5f7b100f373cae754e511565e6ec05eb9ff1 0.00 MB 1 0
30,819 30,819 000000003e415c35aae3b5eaaef0bd01fbc9514fb438bbb69e5b3196c9bf8329 0.00 MB 1 0
30,818 30,818 000000002d1766b5d07eb636bc37a35227c28d2853b2b4fc4aafd7818ad0f188 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.34 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,363.48 GB sent, 125.51 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.