Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,192 transactions (0.40 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,328 000000000000000000022cb30000000000000000000000000000000000000000 0.39 vMB 1,175 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,327 (891,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,708 17,708 0000000011e9773667e3f9bf7e7ce010d675c914128a096c678b250e2ba2a18c 0.00 MB 1 0
17,707 17,707 00000000cd04ed36fe38ecf5d6806850f91d88f7464c464f303199135547c560 0.00 MB 1 0
17,706 17,706 00000000fc384d9d9331493e8b9765806dfc0d1a8444b6adfcac4ed4f4a00c78 0.00 MB 1 0
17,705 17,705 000000003511feea0992cfb27fd742c056933bd4555f22380c66b174e37ac5ea 0.00 MB 1 0
17,704 17,704 000000001242e8b1a094052103908bea510710a336874c3a01c63499a7fddcde 0.00 MB 1 0
17,703 17,703 00000000c05c5bb8abc17d7505d972157643f00a8fc6fa2c21cdc461c7504db7 0.00 MB 1 0
17,702 17,702 00000000616a57507c459890b4b6aa1ab1d5a271bc031734453894096c544246 0.00 MB 1 0
17,701 17,701 00000000eef5cc4c17091255fea811bd4af3368339164ac4197d4b5739a17d19 0.00 MB 1 0
17,700 17,700 00000000dd1dfada6b1f0258b306ad77c1df49cb24c8f1186b1c598f78994e28 0.00 MB 1 0
17,699 17,699 000000006b523ab2462e54af93a5fc724fefc93144f561d4120975f31177e9ad 0.00 MB 1 0
17,698 17,698 00000000b839be83771c17f3fbf6d69f8cf564bf982250889ce124ca35a6cb69 0.00 MB 1 0
17,697 17,697 000000000c824126b818dc84447977914c5b4e0bf0f6e21aba59cc3d73c72869 0.00 MB 1 0
17,696 17,696 00000000d64613512543244a0e947785cf76a1e120ecb6567833214d38d8ea6b 0.00 MB 1 0
17,695 17,695 00000000fc438f508230d6278bb211dae39a4677f2b5f3e21f7f0c3512c3ab95 0.00 MB 1 0
17,694 17,694 00000000ee5c5ebb12562326d72b4552e6da58750c3d4462e6a1278afbdaf498 0.00 MB 1 0
17,693 17,693 00000000c50869bae7da9bf3a87e49b0efe688514140d7ee8bc3163bc5f3e6ad 0.00 MB 1 0
17,692 17,692 0000000027c27247b79c5ebf14b7af7ae7340d52c6b45e58518483b3a2118918 0.00 MB 1 0
17,691 17,691 000000007d02719986f7f4cba696408cec1d3713de320798a8cee7389c7de62d 0.00 MB 1 0
17,690 17,690 00000000420c25cce4b93e9c0c2f939ca940697b2b8890fa414ec7fb878de7bf 0.00 MB 1 0
17,689 17,689 00000000f7e25ebbea27f2ddc778409e7d188f8ae6244f385ca6f4673e3013e2 0.00 MB 1 0
17,688 17,688 00000000ac72719e27ce40cefb19ee2e91fc320943759a0d487dff859895dcfe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.15 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,066.63 GB sent, 108.90 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.