Loading Tool

Explorer IconExplorer

Memory Pool

40,003 transactions
19.62 vMB
0.05529164 BTC
Random Selection Loading Transactions
Max Size: 109.29/200 MB

Candidate Block

Mining Attempt 3021e633de1e40bc45a46ed6677a5319617deb9e722b7b61e72e6d36bb9d39cd
Version 20000000
Previous Block 0000000000000000000111c5462029cd7cf4d94fe7e850b453480c9b7daa08cf
Merkle Root 82c29554851f79f73ea45d9868defc1174849ab8ce907344173f0cd3c6c21144
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,804
Size: 1.00 vMB
Total Fees: 0.01708996 BTC
Feerates: 106.21 > 1.71 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,067 (746,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,223 167,223 0000000000000743e2a97cf1ea6f2394377e2befb7a15e5cb8de08b8e92cd521 27 0.01/1.00 vMB 421
167,222 167,222 000000000000075b9b2fd25d3e5818521acc9722db160d2e0ae1ba8651c51f4d 67 0.02/1.00 vMB 120
167,221 167,221 000000000000008eac0f88c1d30e096e41284e2566ec756d292cd7159e5d5afe 51 0.02/1.00 vMB 75
167,220 167,220 000000000000086e562f6a24d521c0c15287f3d19529fa1c32c475cb9bbbc82a 28 0.01/1.00 vMB 420
167,219 167,219 0000000000000457fc1bafb71fc4a4989c2359120fd452b86f055f898d817ef2 118 0.04/1.00 vMB 87
167,218 167,218 00000000000000d65d42e8822bdc599f232d872a25e9dec893db7ced8b5d6a04 10 0.00/1.00 vMB 1,062
167,217 167,217 00000000000008732e694e97897ef86a045d9f4708c66b771c48c2bd35d506d3 72 0.05/1.00 vMB 106
167,216 167,216 0000000000000544cbade9aa162c936073c0cbee395d1fe8f9769e026251d869 80 0.03/1.00 vMB 80
167,215 167,215 00000000000004ddaf0064655d444221580beb32ac909a62eecc398b6b17ec46 82 0.02/1.00 vMB 67
167,214 167,214 000000000000023d630aa0ed5513556a6ee262588aebde241f99c83d49712927 11 0.01/1.00 vMB 26
167,213 167,213 00000000000008cc0d53ca9e6e016483ab1473f908376ce7e2e675a5128e208c 74 0.04/1.00 vMB 143
167,212 167,212 0000000000000839e5664f85a4fbf2148c0c2b52e3955f5dc753c8b7ba75f19f 6 0.00/1.00 vMB 48
167,211 167,211 0000000000000ae3c35cd2601ff3e17304ee164924db5d9a4eda2381d639db0b 41 0.03/1.00 vMB 38
167,210 167,210 0000000000000807e58dfed3149e9c3f3be372c7e6f90ab2960f827f1e8ce565 1 0.00/1.00 vMB 0
167,209 167,209 00000000000004aaa3d143e206de20f14fcca6dc5e67876dfeec573c1f9212be 7 0.00/1.00 vMB 150
167,208 167,208 00000000000006fed61e2a8b952d436fce60e7a58f9f08ef51f3f19a115d4875 1 0.00/1.00 vMB 0
167,207 167,207 00000000000002b681f1db29aaefa94e9bc7611dbb6632d5fe1ac4083d322975 17 0.01/1.00 vMB 43
167,206 167,206 0000000000000495a3f8c7fd6d996a168acb63910c6aa17d58453b0d617f3f62 42 0.01/1.00 vMB 21
167,205 167,205 000000000000094d5f7775cfdad4c62dfcdc34cbc1aad4c5b8292cec6ff2465b 30 0.01/1.00 vMB 120
167,204 167,204 0000000000000ae7469e0a6230494b1af9bec321018b792dcc5b0772e5a1dd92 14 0.00/1.00 vMB 367
167,203 167,203 000000000000091750fb41b5658a5bfc47172005446551394217cbcb1f99618a 18 0.01/1.00 vMB 213
Previous 10 blocks ↓
Total Size: 780.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 554.92 GB
    • Received: 6.84 GB
  • Uptime:

Notes

  • 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.