Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,958 transactions (2.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,042 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,310 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,041 (874,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,300 35,300 000000003a0faee7090590ef6747c3bc693d87f32b54342a986337cdf63fbacc 0.00 MB 1 0
35,299 35,299 00000000ab649dfc4c90783b911bf769c86cf07c359d1d70ce651e9d4b04d1c4 0.00 MB 1 0
35,298 35,298 0000000028e5778c118131425cadde5bddaa69ddb46a415adb2b948208a10f35 0.00 MB 1 0
35,297 35,297 00000000876809ca3de41dcb018759d621b66c38a7879f1969873c028389c937 0.00 MB 1 0
35,296 35,296 00000000843ed8627044b6b0b350020ad6bafbdc725c65ebf871f5ae19614619 0.00 MB 1 0
35,295 35,295 00000000af277bf18a0a0b031fe5a9e9f4080acb95760cf5e2d91f8ab59d8518 0.00 MB 1 0
35,294 35,294 0000000034f30eca4a0c5382624e397f61a2f10c909e748a4de17d061cb4f5ed 0.00 MB 1 0
35,293 35,293 00000000b8be315bf1874db10c8177a367fb879aa340fc31f39cd5cb63249670 0.00 MB 1 0
35,292 35,292 000000006197563405a46fb79ca3a15eaf71e15aa94d1da6c851df34e572f6b4 0.00 MB 1 0
35,291 35,291 00000000b331ebdc7ee717dbd871a7aff0337f9a8994ac48810d0ca17b442611 0.00 MB 1 0
35,290 35,290 000000005bf157269318d73ebbd03d6a10824b4b4a3243c69b838492e44f2762 0.00 MB 1 0
35,289 35,289 00000000765f3cb09f7079706eb1462b195f44fa3eace9c1c0603df2c96c19fc 0.00 MB 1 0
35,288 35,288 000000003ebf0cfbc956ee1abdf920039f787d576202804f6c325c8426138906 0.00 MB 1 0
35,287 35,287 000000009fc371b56a63dc7f90eddabe4e9a9351d039e548b692dd5cd91773b9 0.00 MB 1 0
35,286 35,286 0000000003f3e809178a2448dca10685f1e0b6aac0ccabbad64452ff2ee1cad2 0.00 MB 1 0
35,285 35,285 000000004f48875937dccafb6d86de6deb82f9ce6a345a65c9ab6f1143eb9d0b 0.00 MB 1 0
35,284 35,284 00000000a18dc78fbc6aa421e4c0acc30a90fa4519e3d4165f2490e608a56ab1 0.00 MB 1 0
35,283 35,283 00000000592c2540790ca7ce90ab6468115f884dbc9d271fff36a948ceb63936 0.00 MB 1 0
35,282 35,282 000000005cc900dd64e3cce1a5936018d90c020f6fd1f7ceaaa1b2410e85fef9 0.00 MB 1 0
35,281 35,281 000000001438e157307ef6fb85122d6743b3df6d3bfa4ce28fabbf2bd65bd552 0.00 MB 1 0
35,280 35,280 000000001cf5762d2607a205364a6b075edf42bca4ca201ecf80fe0720eb8fe1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.47 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,185.68 GB sent, 115.70 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.