Loading Tool

Explorer IconExplorer

Memory Pool

39,357 transactions
31.66 vMB
0.07262124 BTC
Random Selection Loading Transactions
Max Size: 157.59/200 MB

Candidate Block

Mining Attempt 8f251949ecb8cd50260c3bc7ac3293e87bdb4fc88cf34742ea5f2e2c0689fbf3
Version 20000000
Previous Block 000000000000000000017e2a921859098c6593428de3b370587a97e0baaa7288
Merkle Root a851e28119ec388751cecd503cc24ffb19eeb2a8183ea48d34cc81708c6430ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 824
Size: 1.00 vMB
Total Fees: 0.00726267 BTC
Feerates: 67.71 > 0.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,564 (448,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,708 465,708 000000000000000001d26c1dd3d49d4e24c1a437eea238a5fff2c19a1cee24b3 1,990 1.00/1.00 vMB 238
465,707 465,707 000000000000000000deb2e5a0eb7147e482888c75ae077b2f4b66d6980646a4 2,166 1.00/1.00 vMB 140
465,706 465,706 0000000000000000015f6864c72ac00f00322b4bfcf8b003500476d1206de83c 2,086 1.00/1.00 vMB 139
465,705 465,705 000000000000000001ece60dabda93be110fe96aaee9730c732bddec421e7f45 1,771 1.00/1.00 vMB 138
465,704 465,704 00000000000000000185a459673968a832a36cd90a843b12f8e9f94ae36d2d1b 2,150 1.00/1.00 vMB 148
465,703 465,703 00000000000000000088ef9828ff228c92c5df58967a95a6cc7127cef4fc3ad4 1,990 1.00/1.00 vMB 195
465,702 465,702 00000000000000000010fe24ee8e19f935e532d98afb7e5a9914c67164f45b08 2,449 1.00/1.00 vMB 224
465,701 465,701 000000000000000000c24cd0c1dd09333fe87c48e06fb6e1bcbe5aced71a3453 2,701 1.00/1.00 vMB 171
465,700 465,700 0000000000000000018eecd4765c5cbc348002f67b154869e082ebd93870e639 2,284 1.00/1.00 vMB 161
465,699 465,699 0000000000000000013e167fd6aed4c895bbcbd50640f8cdad1971b2f104b12d 2,279 1.00/1.00 vMB 206
465,698 465,698 0000000000000000017495df874b668dcf8e216861f3fcbb82a41405ad93a79b 1,064 0.36/1.00 vMB 271
465,697 465,697 000000000000000000173455e97871e0a4cee035f57b9e4df560e4993c4ab18c 2,128 1.00/1.00 vMB 165
465,696 465,696 000000000000000000d2d8803ee666293b2baa54fce5fdff55b169c069906405 2,214 1.00/1.00 vMB 195
465,695 465,695 000000000000000000c0549b2a8adbefbf6c909f61fdc4d6087c44a549cf8201 2,524 1.00/1.00 vMB 220
465,694 465,694 00000000000000000140da668016db6ab28279918d3e46fa3c349b85daf917a3 2,080 1.00/1.00 vMB 226
465,693 465,693 00000000000000000201ba7aed453ed4bae9d3b6de629bdc770807642f06810d 1,516 1.00/1.00 vMB 159
465,692 465,692 0000000000000000012ffc1e5573731c7cd2285110894757361c6a0f722ef294 1,823 1.00/1.00 vMB 178
465,691 465,691 0000000000000000017f84fe5a8a2092ad065cae8277dd9a8b6b02cb02f28d30 2,138 1.00/1.00 vMB 216
465,690 465,690 0000000000000000002ba52652b0ebea1e2308568b14eaa8cb1d1c988192d038 2,364 0.99/1.00 vMB 169
465,689 465,689 00000000000000000162959a3d4318effb23cdd13e05fc3eb26f0f39375f0e98 2,545 1.00/1.00 vMB 190
465,688 465,688 000000000000000000ef071872dc4cf17f95bc2c43e7d5f9a3cb90931afc5675 1,294 1.00/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 781.61 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: 624.28 GB
    • Received: 11.55 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.