Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,764 transactions (1.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,105 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,734 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,104 (58 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
912,046 912,046 0000000000000000000139f92726f17c5d0e83cf3d5ae927e0bf8cfaa89b42d4 1.71 MB 4,266 1
912,045 912,045 00000000000000000001c319788d00e23647ca387ef798e4a41b1393a8872022 1.70 MB 2,881 1
912,044 912,044 00000000000000000000b561550963aa902197b3bef1f5562c9866efae48dfd3 1.45 MB 3,097 4
912,043 912,043 000000000000000000000d1275416044acc03e2edb893906e9391913ff8b0d9e 1.66 MB 3,067 2
912,042 912,042 0000000000000000000146af6849348ff90095d63c06ed75a93a6a892d0e96c6 1.73 MB 4,452 1
912,041 912,041 00000000000000000000617a80e62bad0db2bb6deb54204c5790e731144ce1ac 1.67 MB 3,847 1
912,040 912,040 0000000000000000000053098f221311ce9ae2bef69ff9bffcc7288f6e2e7cc3 1.61 MB 2,514 4
912,039 912,039 0000000000000000000044f6aa9a42922bf7ed3b0870c5eec327b346163c8669 1.73 MB 3,821 0
912,038 912,038 00000000000000000000cac99946d39096315c70a7107a6d61fa3deb228748e7 1.76 MB 4,051 0
912,037 912,037 0000000000000000000012e3873be779557d443c19551036721f34f264a4bfdc 1.63 MB 2,874 2
912,036 912,036 0000000000000000000193d13b2a90c7093f93f44119bd73e033bbe0974acf56 0.04 MB 87 2
912,035 912,035 00000000000000000001d70a5624a4dc26eff1d4d9e54f7ac4937a68476c5c4f 1.60 MB 3,223 2
912,034 912,034 00000000000000000000d1440042126d2f755250b351fbd11794097150ccafc8 1.74 MB 4,122 0
912,033 912,033 000000000000000000013c263041208b212a83f33914462514bb3243a551f7c9 1.61 MB 2,701 2
912,032 912,032 000000000000000000004cc0cc3bce82c99cd3a820dd7a2b60a132080cdaac0c 1.58 MB 2,461 2
912,031 912,031 0000000000000000000181e543620edcfe20e009f4a1f243ffe765e264a12079 1.45 MB 2,805 3
912,030 912,030 000000000000000000002f9e6eb70c374be19cb83baa57116a1ccbbb8d3f09c1 1.61 MB 3,004 2
912,029 912,029 000000000000000000009fcfbc5ba5d4a8c98f963bc5974ed323b7c964d9091c 1.37 MB 2,168 4
912,028 912,028 000000000000000000011c5b7c0ca3a4f2ca274d277d2b0c72c98e48105a278b 0.25 MB 514 2
912,027 912,027 00000000000000000000f1824c7509ec8d94027996b0f479ef8883b85e9be261 1.61 MB 5,719 0
912,026 912,026 000000000000000000003f8029c11067aa0a50ef484db67b9d4c5efc1e63d806 1.58 MB 5,112 0
Previous 10 blocks ↓
Total Size: 777.27 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,523.73 GB sent, 134.75 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.