Loading Tool

Explorer IconExplorer

Memory Pool

78,806 transactions
30.12 vMB
0.08822943 BTC
Random Selection Loading Transactions
Max Size: 183.28/200 MB

Candidate Block

Mining Attempt 5460fd1dbf8cd49d63657ecac6118c32e12c8b07c1d65b17299063b44e302463
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 7cce02d1c926ddf92cf06632147c3fe8abf1716bece364ba33fd60f54f390678
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.02123240 BTC
Feerates: 151.02 > 2.13 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (840,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,256 75,256 000000000048f6a0dbc8dc1140ad3e8171529205e4c4c3d1d9837a9b97c669d7 1 0.00/1.00 vMB 0
75,255 75,255 000000000012c83771be751a7937edb47c71a49c006c1c6926709f3df26db0a1 1 0.00/1.00 vMB 0
75,254 75,254 000000000001105f999fb586b9700d0ab6b1c432773598f591363a666eb117cd 1 0.00/1.00 vMB 0
75,253 75,253 00000000005d918c466faacbd4d1315a5248420dde4e6d43e0cc2a23c428ba7e 1 0.00/1.00 vMB 0
75,252 75,252 00000000005fa7a2301c71d82c066f4c0b85e7a2541779d5750d36f560612265 1 0.00/1.00 vMB 0
75,251 75,251 00000000007d52321cac5885092eb3f7b7200e20ff9600c638d51325d046f1eb 3 0.00/1.00 vMB 0
75,250 75,250 00000000001cb27d32b32f0e5e499dd69e4dd48752c2348f2a9aaee1874ec579 3 0.00/1.00 vMB 0
75,249 75,249 00000000007259ccd19751f64402f08a54994adbca87b01911dcdba9d8f37d97 6 0.00/1.00 vMB 0
75,248 75,248 00000000007afe653a07c6f102fe8619b497040c28c40cd8e530e5afc6158412 1 0.00/1.00 vMB 0
75,247 75,247 000000000033b1b50271792db7160d886e14e46ea23e47e10e9098943242967b 2 0.00/1.00 vMB 0
75,246 75,246 00000000001d571853cb2a4af6cfc2e1d1428edaa482955e9992525c3bb9278b 1 0.00/1.00 vMB 0
75,245 75,245 0000000000407146781bb775e3b062ee0e995691d10e792d477ff28f50c108e9 4 0.00/1.00 vMB 0
75,244 75,244 000000000032cf5ef10fba9243eb6ffa4c511d3ba87b04949f48d207d39aec46 2 0.00/1.00 vMB 0
75,243 75,243 0000000000227d2095c4c06135310803d1d062f360b6bd3bf1c3649890df6451 1 0.00/1.00 vMB 0
75,242 75,242 0000000000126edd20a7ebfb19e1ae1a9f848eafbf8b53a348e36acf2cc06a62 2 0.00/1.00 vMB 0
75,241 75,241 0000000000439ecd134e6f911ae252150baf99b199f6fe4dc48b30f750ac9e12 2 0.00/1.00 vMB 0
75,240 75,240 000000000061a8060a92d6aba2658043a009e30d71123016e13b2786954f7d98 3 0.00/1.00 vMB 0
75,239 75,239 000000000039e982df7b9b7e8cc573fab7b94ea0eb3bae2274e470e395f332a7 2 0.00/1.00 vMB 0
75,238 75,238 000000000030e49cba4b1d16903ae5318cac6e6471ae483b6eef90ab45ab31a3 2 0.00/1.00 vMB 0
75,237 75,237 0000000000604d9c88c1df2abedab2e33795c37225e846c17680e2090a8e6536 1 0.00/1.00 vMB 0
75,236 75,236 0000000000383480f81d85b1be8b827a7c0a6e7b8eb703c9e8a4022eff4892cd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 721.22 GB
    • Received: 18.37 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.