Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,658 transactions (0.75 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
909,406 000000000000000000022cb30000000000000000000000000000000000000000 0.74 vMB 1,648 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,405 (866,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,193 43,193 000000000f09a03aa66404b4d2a31d46e32a61aa466e118064f42cadab4de6c3 0.00 MB 1 0
43,192 43,192 000000002465f64c31f0ff4fcabdf5bd9f3e60919b47d0196526c5afa9946a23 0.00 MB 1 0
43,191 43,191 000000002aaf20fa1a8c2a18e4d021d9de7337edfde85d5aa1471dde93f4b075 0.00 MB 1 0
43,190 43,190 0000000041697c1a977511b14c58612ba0f90b36ca788491c684ac68924d88c7 0.00 MB 1 0
43,189 43,189 000000002b35c3341a68dfee2d1688a27e92797927099e8071f9ad4d6a0992ac 0.00 MB 1 0
43,188 43,188 000000002b2471049933b0921af735014887e2eb3d3c924873307fb6bc763ecd 0.00 MB 1 0
43,187 43,187 0000000008871e29022659c57efee9a9e8befb68699741b23a9f0d6855f2b2d1 0.00 MB 1 0
43,186 43,186 000000003c59694c0ca075d876c2f9739b57977889cccb1f14171e0d27a89d53 0.00 MB 1 0
43,185 43,185 000000000b4c29bf044d1a2621ddeeb1cbe858d859d1c76e49265db9f8ddceeb 0.00 MB 1 0
43,184 43,184 000000001992f53ed18f5635bd10ca2455d91bd2d9100d5889e22751ce7006aa 0.00 MB 1 0
43,183 43,183 0000000030a431628682d4afc16e1840142937ef257335d22a15b35b08271ab5 0.00 MB 1 0
43,182 43,182 000000004199707a5144076cd549280b7ccbc838b91a76f40d903ca1e4211a19 0.00 MB 1 0
43,181 43,181 000000000a30a99fa1c699ee5367aeba7e5c2a8d12d3f1084e5147a8c77db051 0.00 MB 1 0
43,180 43,180 00000000120e9d9035ea0539e71a727a1a1ae6b7d5c525765d9fb6d8aa725cf3 0.00 MB 1 0
43,179 43,179 000000000cb09da16b0814942cc8d89a15e9841eb5d44d5d2874963f1313ebd3 0.00 MB 1 0
43,178 43,178 000000000b5611b96fd68ed811d9b25de46f8f5882d8274bcd25452f6cd31d3e 0.00 MB 1 0
43,177 43,177 000000000180b9cc83059a0338f15ccf4ff95abc91a683909c1711aae77de795 0.00 MB 1 0
43,176 43,176 000000002a488fb9dbfe93b282638d8a350466d142e19d720c69b0e0f167f30a 0.00 MB 1 0
43,175 43,175 0000000004b89b40a5d54da2541887668bb77b644ebfa87e0bb6d71f3cb56552 0.00 MB 1 0
43,174 43,174 00000000318c8584bd827e545459b0e5c56ecac7d603a52081a84c96a231bfc9 0.00 MB 1 0
43,173 43,173 00000000173c742019de4e10de8b3dc083b4411681cfcabe74d2f925518f3e5e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.30 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,070.25 GB sent, 109.60 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.