Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

378 transactions (0.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,691 000000000000000000022b910000000000000000000000000000000000000000 0.11 vMB 345 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,690 (221,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
690,475 690,475 00000000000000000008e164439f702a75499a6ad92300475b15fd19f7867084 0.10 MB 165 32
690,474 690,474 0000000000000000000ebec5951b694dee9384047c14a187721f4af0b2bdc936 0.02 MB 50 22
690,473 690,473 0000000000000000001313203be0aa80cb7e56e6004550e22e7bf3a0e4cb20cc 0.18 MB 347 26
690,472 690,472 0000000000000000000e676982ceb25bd88e20739ec8839019ade5ca7858bb7f 1.16 MB 1,919 17
690,471 690,471 0000000000000000000892e8d731efb83d24b0759673739700e0ec1f36e79630 2.25 MB 313 2
690,470 690,470 000000000000000000050abf3540c7587a3569070637583e31ef526490055652 1.94 MB 1,388 9
690,469 690,469 0000000000000000000edee3959fdd7cd6774c37d1bf35ed3476aaae2ce0990f 1.31 MB 1,654 16
690,468 690,468 0000000000000000000e9eb8af3e60bbfd18b550a2726f94c8d87fccfa0e1f2d 1.41 MB 2,975 32
690,467 690,467 000000000000000000045db715e5958a3e8d4094a702ba4ba72b95a20686bb32 2.26 MB 538 1
690,466 690,466 0000000000000000000cc7236bacff92b4bb758fc3379ae77006cfa9ecc033f0 1.39 MB 3,047 16
690,465 690,465 0000000000000000000c14438010bef9217fb62b6895f84e72c2364bb3181bcb 1.43 MB 2,778 35
690,464 690,464 0000000000000000000579ee19f02b36778e5e6812e3cd376c990a50eede1412 1.38 MB 2,043 16
690,463 690,463 0000000000000000000a33de74c56523fbd8cffd3555e91304aa3ccb39863bae 0.00 MB 1 0
690,462 690,462 0000000000000000000fef3997b84e3066b563f390b3e4a58ac31aa4e83c3f60 1.18 MB 1,408 40
690,461 690,461 00000000000000000009c7f7055273542256ff3b2041883bc87cbf5e01ac44b2 1.54 MB 2,972 8
690,460 690,460 0000000000000000000f8963b05929be6e292f5286e4a1d4c4482eac226a3bc0 1.47 MB 2,609 24
690,459 690,459 0000000000000000000d74d48e96f356340cfdcb681e53abc6cae693c5f2c63a 1.42 MB 2,939 21
690,458 690,458 0000000000000000001147c240fd4822c99f847731a97641a6aa6741333bd135 1.06 MB 435 45
690,457 690,457 0000000000000000000c2349fe0d9451abc1eba468e06ebfd67576f7d55db94d 1.18 MB 1,210 56
690,456 690,456 000000000000000000103b94455d828de25c3c0b07f668f6bd1ae5962a807591 1.61 MB 2,063 26
690,455 690,455 0000000000000000000317a54d253926b7ed55f33c729d8a2a0414f1153c8c24 2.05 MB 337 2
Previous 10 blocks ↓
Total Size: 776.52 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,425.55 GB sent, 131.22 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.