Loading Tool

Explorer IconExplorer

Memory Pool

71,645 transactions
27.74 vMB
0.06078472 BTC
Random Selection Loading Transactions
Max Size: 164.47/200 MB

Candidate Block

Mining Attempt 282cab11cf5d3acc76158f802596141432b8b3d7d3d1e199edcc626774368d76
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 7f4554e4e1a5e6538fed58a4d50f8afd5f472d4382e96fdc56ae775f97413226
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,953
Size: 1.00 vMB
Total Fees: 0.00555128 BTC
Feerates: 101.52 > 0.56 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (262,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,285 652,285 0000000000000000000cf49dd3246d319589eaa0a2c1f11bafa291c3a0f5f795 2,692 1.00/1.00 vMB 76
652,284 652,284 0000000000000000000c1444381ebc7de3cc4ce76817af8542ad0b713e0206c6 2,707 1.00/1.00 vMB 21
652,283 652,283 0000000000000000000b96a4c2f125e075ce8c4772786cfa12f897567e1a9c8f 2,466 1.00/1.00 vMB 68
652,282 652,282 0000000000000000000a659120f9bbb662baedfc844510b3caf831139425d21e 2,836 1.00/1.00 vMB 101
652,281 652,281 00000000000000000008da7a5cea31b5a406b2a310320930bebfae9762cbb0e1 3,176 1.00/1.00 vMB 107
652,280 652,280 0000000000000000000d11d92f857337774f7977270a2edf26b0d1d8572b928f 2,383 1.00/1.00 vMB 21
652,279 652,279 0000000000000000000c8f6ec47865d57868c7da71f218622ea3271f75f1bf4b 2,346 1.00/1.00 vMB 31
652,278 652,278 000000000000000000097517885c051d4d0a5c0b7e5330a05536d369ad7e87e8 2,692 1.00/1.00 vMB 80
652,277 652,277 0000000000000000000913086e1dddf30fc49559f0e1320b18e8bcbac5623b8c 2,509 1.00/1.00 vMB 22
652,276 652,276 0000000000000000000d0dc35cba6d307ad9105ee5297337c4239950a743dee4 3,095 1.00/1.00 vMB 58
652,275 652,275 00000000000000000008d414c33162ea590451421f30f21d398b365f7b0428ab 3,135 1.00/1.00 vMB 108
652,274 652,274 0000000000000000000207b37c16f4f950f57742cbd30b926e695909432bbb5e 2,585 1.00/1.00 vMB 95
652,273 652,273 0000000000000000000597b38f84405cc90b579b035db0acead9e451a79d1071 3,003 1.00/1.00 vMB 110
652,272 652,272 000000000000000000082a7a5c6bd40876bec0b35d50a97882bd2eab968da255 689 0.35/1.00 vMB 33
652,271 652,271 000000000000000000060319da48c26cfe4fa5c2e26d9d295e23d57176c58361 1,988 0.96/1.00 vMB 35
652,270 652,270 000000000000000000067c2a608b39b47b39fc5fa697958c19cd68770fd4b310 2,944 1.00/1.00 vMB 46
652,269 652,269 00000000000000000005eab4f61f4cb35801f8a214ed56be553e2fd4e6446544 2,297 1.00/1.00 vMB 11
652,268 652,268 0000000000000000000bb9090972c350d66e4611b6b605d77eb976c930f4cc1b 2,676 1.00/1.00 vMB 62
652,267 652,267 0000000000000000000d1031295d0536bbd0b533f2764d356ed6f71630002e5d 2,591 1.00/1.00 vMB 63
652,266 652,266 0000000000000000000bc7fb88947b24f8a7fafe22b8f68abb0962ae5e097055 2,579 1.00/1.00 vMB 43
652,265 652,265 0000000000000000000dca636e8ea12d351114054bf28f9e5912b0b12d0ed738 2,381 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.45 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: 667.42 GB
    • Received: 15.25 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.