Loading Tool

Explorer IconExplorer

Memory Pool

2,911 transactions (0.91 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 5.05/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,322 000000000000000000022b910000000000000000000000000000000000000000 2,907 0.02614547 BTC 0.91 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,321 (762,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,986 149,986 000000000000068a6a49fb8b94028cfb6a2620ff39f1c4bf18b102750ba70d52 0.03 MB 89 90
149,985 149,985 000000000000056187fe14de03f1d4c1d1933d67d3f64f06028e71bf22492692 0.00 MB 12 35
149,984 149,984 0000000000000b4ece814065c9a591382cc90447efdd302ec5d618ffaa04e023 0.01 MB 52 81
149,983 149,983 00000000000008b85a22c7025942e5b2f13996df0e2fbe6b7257aa7857763498 0.00 MB 6 115
149,982 149,982 000000000000082cadd1df28fbd0c9e9b56a41db85d264afbb550d58a31375db 0.01 MB 22 24
149,981 149,981 0000000000000805140e0cd8733329ba6e108125e57620d37907b6384343e182 0.01 MB 17 227
149,980 149,980 000000000000096796a376b9c5a020da21e2dd9e44611ba2977c1b24e98e7f8e 0.00 MB 14 95
149,979 149,979 000000000000034b2074aae6da538c9742744edcf984a266ee008ad5bf63bbc3 0.03 MB 109 5
149,978 149,978 00000000000005ac32d469857bb4a14c3ed7c675f0cbac82b31bc2e30d37c270 0.02 MB 79 304
149,977 149,977 0000000000000079e59328a9dd36c5b468fac844be9713acd93bd365c913f862 0.05 MB 152 20
149,976 149,976 00000000000007dd4cda85c84cbc788633bb88ecd5cc08f1f56e5c5eda7f5129 0.00 MB 14 44
149,975 149,975 000000000000091e29a7f7dd3565fd69aea162c344d23a2edee60f3c27a4e19e 0.00 MB 12 0
149,974 149,974 00000000000006176c04bdc23ec611e6c47429778a249113490690748ca92fd7 0.00 MB 13 16
149,973 149,973 0000000000000289038c1dc4d8e15e3b5f1ee7347b75a8db83c302f925cf7f78 0.02 MB 59 40
149,972 149,972 00000000000005ef50346e0e3ad713f05f7642911eb4b3ac4b66f20b759daaf9 0.04 MB 120 201
149,971 149,971 0000000000000a692fc3a82495de3badc9e8744f4465c7bf1603fcc1266cd865 0.00 MB 18 120
149,970 149,970 0000000000000333e627cafd08e0daa8e69d7916db56f20c9d15f8459f9c3c2c 0.02 MB 60 197
149,969 149,969 00000000000002c9efa416631ffe67918b494edf9b22f6b2e08feead7905d248 0.01 MB 35 64
149,968 149,968 000000000000022ad2ae8bbabf280f2781a66b863a85fbbd4bf82d96f20b9f29 0.03 MB 69 117
149,967 149,967 00000000000002e446b7ad1105acbbab211c07238d9431305752c1d8eddba967 0.01 MB 21 178
149,966 149,966 0000000000000980bf49400d989825de01d8be70d600f1acc4d3375494dc57c9 0.01 MB 30 141
Previous 10 blocks ↓
Total Size: 777.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,543.33 GB
    • Received: 136.68 GB
  • Uptime:

Notes

  • 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.