Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,432 transactions (1.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,103 (820,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,203 89,203 000000000002d10e1be2cc615bbca9f8bb12e822c7593560b205e3a2c2c3fc06 0.00 MB 1 0
89,202 89,202 0000000000047fe5810113c3f832820645598d4bf72f5346b318d03220fd6b68 0.00 MB 2 0
89,201 89,201 000000000008f3951b42fcda1d9071e86efc4225af0a5e24816e1dc9de797709 0.00 MB 1 0
89,200 89,200 000000000005f5cffd4ebb115f55d32eba7319436a8302bfd24c663e37e198a3 0.00 MB 4 0
89,199 89,199 00000000000039e695fe1f8489b56c4b6f3863b30fbee61750961d758d284a1e 0.00 MB 1 0
89,198 89,198 0000000000017aeeffa56e72cf05b589c94de3a15029091a012ce88436db493f 0.00 MB 1 0
89,197 89,197 00000000000e499d5f2035be89a2c805d814ff03fc7e50ad12ef906e59c8899d 0.00 MB 3 0
89,196 89,196 000000000009bf1ba378f30461fd7b3eea2cafba6e6076437bdeadc316188110 0.00 MB 1 0
89,195 89,195 0000000000067a65216d0f6ac48a1750a0a378b01b1fd926a8c138b0ab518748 0.00 MB 1 0
89,194 89,194 00000000000c4a76da2f5a2b1c832e205f58d6f3c43110ea6f1a09f532f00e4a 0.00 MB 2 0
89,193 89,193 00000000001327604909146f529ad7fdd932ac7bef5fd2413f4f00b44e11633f 0.00 MB 2 0
89,192 89,192 00000000000b987cbcaefc8c92fa625dcceb415e4d7d6fd75e7c09fc714688e8 0.00 MB 1 0
89,191 89,191 0000000000022a85852b99e6d8eef45e9c6724b11678890d654f6ee5ac4a2e58 0.00 MB 1 0
89,190 89,190 000000000002a734d1541d623a36667f1ba93618f575aa18ebbf750ec14077bf 0.00 MB 2 0
89,189 89,189 0000000000123aea20821b32c01bad99bb4815a84b2f9eca4b0bb33635803dab 0.00 MB 2 0
89,188 89,188 0000000000096cc000979855511d34f349070adef9f8abeab1fb8ce811fcb61c 0.00 MB 1 0
89,187 89,187 00000000000d85e96e9f62f04e16b2d87b85edb507896f1aa74506757c7533cd 0.00 MB 1 0
89,186 89,186 000000000008aabc60c7de15dd693c98b8179965e993595a619e8f253c7a21bc 0.00 MB 1 0
89,185 89,185 00000000000ba5284c5616a745579b4e26a89339956b85b1df06e8371bdeb099 0.00 MB 1 0
89,184 89,184 000000000012960d51852948b5054ea17d7792fe5e76e9c608c64d321a5466d3 0.00 MB 2 0
89,183 89,183 0000000000141d8a39790fcabb226f5edf10f92611a2b9a4718fb090978b169f 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.58 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,188.88 GB sent, 116.41 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.