Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,001 transactions (1.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,358 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,153 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,357 (864,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,056 45,056 000000002a41022f6badb6f07534e14d2f554a8af7f6c4b615daae7a4b6f272c 0.00 MB 1 0
45,055 45,055 00000000156010fb884b6890dadcfa87445587a41a68039d625a0fe275c6ccb0 0.00 MB 1 0
45,054 45,054 000000002fdbc886cd20310fd7e32f6f4653ed6f6a8bddcbbea133845b31b672 0.00 MB 1 0
45,053 45,053 0000000034a46ea60014a38262b9f508540fc31cd94f1aad0bce61606447e6c6 0.00 MB 1 0
45,052 45,052 000000000a8f68b2b1c225fd843557fcfd21ac279ceb969231ab582cc2f49ed8 0.00 MB 1 0
45,051 45,051 000000002ca99fe335d50360ed4df8111c77c25e16106f9336715f84e9b7de8d 0.00 MB 1 0
45,050 45,050 00000000091b4c58b95ebb143e471933ccfebf425c19513394166c1437d5c71d 0.00 MB 1 0
45,049 45,049 00000000014f1f4d54234eed2b6f12c68805a70c5003a4dba09a7205e0c0d1e5 0.00 MB 1 0
45,048 45,048 000000000e0c785c10a42e835ba64e2acc303dd1080d7c4f071772b48bb035d2 0.00 MB 1 0
45,047 45,047 000000001c4b4b3786105f0c3be89379b69836b7144859b64c4d8ca7b2fe7cf0 0.00 MB 1 0
45,046 45,046 0000000026eae7d5b1eab4ccc70978a0e5d366477965643b322aaab5c992c651 0.00 MB 1 0
45,045 45,045 0000000030a8881057586082effebcfc8ca98ef36371a8908aba2e5da7ddf087 0.00 MB 1 0
45,044 45,044 000000003876f4c52af079631b8b4e36e79e2c4aedd80fe98093bd26f6a825fc 0.00 MB 1 0
45,043 45,043 000000001f13d8768d441dfb35b3db006c2345b0e42d4137eaf1408c0aabf31d 0.00 MB 1 0
45,042 45,042 0000000009d706081c7a69d30a92025c65cfd891cff7dd028399163fdf9055bd 0.00 MB 1 0
45,041 45,041 0000000031c885ceeea4b9b963652dacadd6b5ee360c84c5a4395d0efa45d861 0.00 MB 1 0
45,040 45,040 000000002892c0827f12783d5e1bcd5d440af305227bde169a76fd704e14df21 0.00 MB 1 0
45,039 45,039 0000000019dbf75183fd37cc4953f867c925505bc556893c4732fc0dbccf086d 0.00 MB 1 0
45,038 45,038 00000000005da8c8354e145086d96904a624301222cd2fac4c3a8270a2dbdfbd 0.00 MB 1 0
45,037 45,037 000000002abcac60e26d0f59f8ff252343d214dfac41f43d3e108880ecab6381 0.00 MB 1 0
45,036 45,036 000000000cd113649717fbf0cc46857dc6d8ed98687f33aa5b290463aef79e60 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.20 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,068.34 GB sent, 109.16 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.