Loading Tool

Explorer IconExplorer

Memory Pool

71,019 transactions
26.77 vMB
0.07533699 BTC
Random Selection Loading Transactions
Max Size: 161.60/200 MB

Candidate Block

Mining Attempt 7f4fbe0d3fd2c96215dd1deecaceb2cdcb60a6be0048af055011d700c555c350
Version 20000000
Previous Block 00000000000000000001b9a43a13d61c36ff197c8d441de04206a35709143d9a
Merkle Root 44a30b28cf2338d79c11bfff68b4e5053cae5e634fa18e255451e8ced2946740
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,756
Size: 1.00 vMB
Total Fees: 0.01808133 BTC
Feerates: 150.75 > 1.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,468 (723,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
191,686 191,686 000000000000052f7d8a9b8cd159a2b00ebd2328533edddd8e37ef5a78d92473 13 0.00/1.00 vMB 0
191,685 191,685 00000000000006c7cc0222a44df38d1068bd2554b9203d9f1baa9fd3223738b4 105 0.04/1.00 vMB 299
191,684 191,684 00000000000002d7fa1dfeb7e344e0fd10847799bf9f6a7f0f630f2fefb7ae3f 224 0.07/1.00 vMB 363
191,683 191,683 00000000000007015d35d09334c73abb0f91dde082cf3b36e8ad663d5b2e3f78 563 0.25/1.00 vMB 141
191,682 191,682 00000000000001122c47c8ebf885b82d7a51c303d37d31ad557dbee0d44d43e6 5 0.00/1.00 vMB 61
191,681 191,681 00000000000008216360e29a7d46fc9e8db0e84f6ff11f7e7cd3ba8286dd7218 125 0.06/1.00 vMB 100
191,680 191,680 00000000000003cf859d068b813871f0af113951960a8eb192ab2f74c737725d 414 0.18/1.00 vMB 147
191,679 191,679 000000000000073cad2e7176dee8c91c56050193e5049dc71cfd73be71b9c00b 332 0.16/1.00 vMB 121
191,678 191,678 0000000000000259a992629d54e81c4c22776b88464b9ab7061fb6be89cb65ea 347 0.10/1.00 vMB 3
191,677 191,677 00000000000002ec15ca4cb0bf536ebb2193a39f50b2907d6e8c2525d6ec75b1 341 0.16/1.00 vMB 99
191,676 191,676 00000000000006a501e3abd0f3d008e6e4b9ba8ad91ac99cb4c6f68b016898ad 1,024 0.30/1.00 vMB 103
191,675 191,675 0000000000000326f81509b97004927f75f7e3ed5fdba24ecbcd4eb7f824c120 418 0.25/1.00 vMB 126
191,674 191,674 00000000000006930f64769fb606b3cea7c25128b23fa6bc7a16907c508c4ab5 836 0.38/1.00 vMB 121
191,673 191,673 000000000000076f5d5e3fe6b8ddceebd10a0bf4b6285c8662e11cd47490c8bc 49 0.02/1.00 vMB 57
191,672 191,672 000000000000035b66cc4c77ddbebcdc9d302f26448447686309b942552ae58b 701 0.25/1.00 vMB 153
191,671 191,671 00000000000001de1a174744fc3bd42bedc0c164ed69fec271e457171a06e27e 2 0.00/1.00 vMB 0
191,670 191,670 00000000000004e40dc3fdbd834b4bbdc9019b7f6ae459a8587012658acfce66 76 0.03/1.00 vMB 0
191,669 191,669 00000000000005a552759bceb1fd9f7e939bac2e9a3ac15f1306338e4f917b1a 140 0.07/1.00 vMB 173
191,668 191,668 000000000000064e355308e1060b4b577031199e36503c651581104a08740830 647 0.25/1.00 vMB 154
191,667 191,667 00000000000002bfce82509e6d25910cdcc6beda5d933895b2ea06836c284c4e 261 0.14/1.00 vMB 114
191,666 191,666 00000000000000e1dee2c8abd2391687a1bc4fc4c620435a94b3088533a22c27 133 0.08/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 783.21 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: 755.44 GB
    • Received: 18.95 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.