Loading Tool

Explorer IconExplorer

Memory Pool

82,367 transactions
30.83 vMB
0.08927441 BTC
Random Selection Loading Transactions
Max Size: 188.62/200 MB

Candidate Block

Mining Attempt ed0e99d3461c7a05c6a74e9c8addda9a20745d16a07fe70c8f77c1c3d3f554d9
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root b1c0aa4b0da72d123d17bf4cf048e4a271b4a413484e18279ea110644938477e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,351
Size: 1.00 vMB
Total Fees: 0.01922744 BTC
Feerates: 150.85 > 1.93 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (437,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,697 477,697 00000000000000000026c6385b375ba71a1f10503274aed605b60deea10ac276 876 1.00/1.00 vMB 53
477,696 477,696 0000000000000000015896775e642ec9e4ff7e382ad4dc449e46ddb829995d76 600 1.00/1.00 vMB 27
477,695 477,695 000000000000000000f92a14e5d4b165a79c9a5bd7099ccf968e86385009a5fe 903 1.00/1.00 vMB 20
477,694 477,694 000000000000000000455ef86a9a0ca0b7b2e9b3e599303110cca7ae3c3f8d58 2,187 1.00/1.00 vMB 51
477,693 477,693 0000000000000000008843744b8ac4eb5d3e3ef6e563d4c584b82128296f0dfb 2,027 1.00/1.00 vMB 127
477,692 477,692 00000000000000000078f234625660bb10a9d6810eb8bc7c94a9654376d4d613 2,214 1.00/1.00 vMB 90
477,691 477,691 000000000000000000de97a566e65c294c22b4d8e61b279a201dc5251f5277e8 1,980 1.00/1.00 vMB 116
477,690 477,690 000000000000000000534a1983d1becf3a6779a3191cdf282e698d26d391be47 2,347 1.00/1.00 vMB 99
477,689 477,689 000000000000000000a24a20c22b2caad64dfbb2e193ef24397a1ed742ffd890 1,991 1.00/1.00 vMB 132
477,688 477,688 00000000000000000011521898936fb1640021fce3422d46610c46cc9eb5dba5 2,055 0.99/1.00 vMB 116
477,687 477,687 000000000000000000f8483ee0bc48d2b8c84bfab5a4aed0442568cf916772fe 1,860 1.00/1.00 vMB 118
477,686 477,686 0000000000000000000245f4b500c92472b41a6b4d8c65a6249bfcae494f7ee7 1,769 1.00/1.00 vMB 191
477,685 477,685 000000000000000000e0ce795d8c286c3a2cea17898a5dfb580c0572afa576d6 2,098 1.00/1.00 vMB 205
477,684 477,684 000000000000000000e7b50299db23c92ae33570c63bfcbd22d981003f79cf6f 1,717 1.00/1.00 vMB 158
477,683 477,683 000000000000000001522d4beb8e26153d9b8a2090303fb8db37597a885df204 1,987 1.00/1.00 vMB 158
477,682 477,682 000000000000000000fd137ec5cbb1be9e28e27e2aa8546d75e6e0891a4b8bb5 2,318 0.99/1.00 vMB 215
477,681 477,681 000000000000000000a7dae47c814f3af64feb292e7761335522a245bf58f99d 1,625 1.00/1.00 vMB 311
477,680 477,680 0000000000000000000f903c7210a267ea21b9d0ab545246929c3ce7d8f5f45d 2,091 1.00/1.00 vMB 76
477,679 477,679 00000000000000000044a567fdc0df9a543374b7d76752407c9e2831294255d1 1,920 0.99/1.00 vMB 153
477,678 477,678 000000000000000000c424548143351a45ae8173242f1f9b67f646a17dc053d1 2,110 1.00/1.00 vMB 193
477,677 477,677 000000000000000000673f0d90d69655e7186334c99924d58bea2f41110da2b8 1,929 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 783.01 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: 718.91 GB
    • Received: 17.99 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.