Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,132 transactions (1.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,031 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,352 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,030 (635,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,171 275,171 0000000000000000ada4255337065e515ae830fe4f432220d883f581f07e50f9 0.05 MB 85 29
275,170 275,170 00000000000000004f44defa14f0be3fa403475c9896adaa26dcd077962cb844 0.07 MB 87 20
275,169 275,169 00000000000000030a06f603d9b8aefd492eddbbcdbfc13fc414d126e0b7155c 0.24 MB 453 37
275,168 275,168 00000000000000004d19257dd98cae9dfba1f46e827b48079c1d34155ec79912 0.25 MB 506 50
275,167 275,167 0000000000000003a9892e22d19762817295210e092ae85abae95db9a9a4a117 0.24 MB 315 24
275,166 275,166 0000000000000000993ea8f8f7d080a57205ca14da5c886a9ce40c621d41563a 0.25 MB 662 56
275,165 275,165 0000000000000000e6a74975022902463ff9c7af7a6f192efd668915c64aacca 0.02 MB 38 38
275,164 275,164 000000000000000392b9cfd12dadf1eeee0cf5c3309c1275e51de5ef90810732 0.24 MB 361 33
275,163 275,163 0000000000000002373cc5cc98604fa31361a495ec20eebb54861e9f489d3336 0.25 MB 558 50
275,162 275,162 00000000000000001cc8efd71f3a3327e708d26b3a53d5f0cc86734219a1b63b 0.06 MB 105 33
275,161 275,161 00000000000000020fc67ebb85d1b3d1113a0acc88d7da203bc3a788d6a47b68 0.04 MB 87 39
275,160 275,160 00000000000000045ab4ba6a218213096c14a28b17e854d05a42a5a9447381f0 0.15 MB 115 9
275,159 275,159 00000000000000000ba88a562d3744d4a5349e6d9a3615c20eaea8a39dc8c1a0 0.06 MB 123 37
275,158 275,158 000000000000000426b138d5fa5f735c2c006bc297629c35deb5ae087810d5e4 0.16 MB 269 35
275,157 275,157 00000000000000007e74a51285ecaa4a0a406a21586e0d7771eaaeac06084992 0.23 MB 590 44
275,156 275,156 0000000000000000ee1cfdc58b21266fe08a5d9f215d8557d619250621a0e9fb 0.04 MB 39 21
275,155 275,155 00000000000000030ca1959a3e660dcc9200e2a4090df390bf90aa6b66058342 0.15 MB 200 18
275,154 275,154 0000000000000002e0c903d14d6d39cab61c4850ca458383f0e8afbb9d9c1d2e 0.29 MB 633 38
275,153 275,153 000000000000000059a8f1902cd8fa6fb2a19360da3ec00e00d28547f7a1946d 0.03 MB 62 84
275,152 275,152 0000000000000001c2a493868ad3d962f744df13e9a684e629b37bbd352461fa 0.15 MB 300 40
275,151 275,151 0000000000000002b6661d3dfe123fab83a784b2cb20fd1a406186a03b9f37fc 0.10 MB 259 55
Previous 10 blocks ↓
Total Size: 775.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,361.67 GB sent, 125.27 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.