Loading Tool

Explorer IconExplorer

Memory Pool

77,357 transactions
28.70 vMB
0.06666644 BTC
Random Selection Loading Transactions
Max Size: 174.17/200 MB

Candidate Block

Mining Attempt abee522294885c06d7ca0dac2af27261b527c6a71dfc1b35db04050fedd6f427
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 0efcbb4126c1b98878acbb7b0f99de23b37221e6fdd6b8d6b00b19aaac28af8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,548
Size: 1.00 vMB
Total Fees: 0.00701331 BTC
Feerates: 100.53 > 0.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (261,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,120 653,120 00000000000000000002ef78247b20d2494c430339a91dcc0f6aa3766e8deb4b 682 0.35/1.00 vMB 20
653,119 653,119 000000000000000000025a1d23710568f3add18cbc716b552b9baa6f67d0c5f7 336 0.15/1.00 vMB 21
653,118 653,118 00000000000000000004c9e4606d05158d5af97195870ff79abaa74cc8581d02 914 0.75/1.00 vMB 18
653,117 653,117 00000000000000000000e47c0ce56a17208f625f95923520fe9686a83521228b 384 0.13/1.00 vMB 41
653,116 653,116 0000000000000000000bdd660f9f1ff777a73e2e9345e4afea7a039c93d111a8 1,261 0.45/1.00 vMB 21
653,115 653,115 000000000000000000030ebbdaaa3a62c32382eed9342d3470d472d809378a27 2,311 1.00/1.00 vMB 29
653,114 653,114 00000000000000000008e9a9e057a79d01c8e9af414fd1c3a205dad902183bed 2,782 1.00/1.00 vMB 36
653,113 653,113 0000000000000000000180f21bd70017b97480bab29e1dd47639bda466c3a31f 1,372 0.68/1.00 vMB 34
653,112 653,112 000000000000000000074c7c1e7b784832bff4f5809728c9bd8c0c9de1d7c2a9 838 0.31/1.00 vMB 31
653,111 653,111 00000000000000000004fd26a18a03dc937dbafcd6a8f5bc7feec8488498ebf2 691 0.35/1.00 vMB 40
653,110 653,110 0000000000000000000c7ffb0f4083b8a29daac0c09e73d6fca5e6c892990d62 301 0.14/1.00 vMB 30
653,109 653,109 0000000000000000000a61d31b427f59e599c6edf41ae374e8f18a71075067d8 724 0.24/1.00 vMB 14
653,108 653,108 00000000000000000004e7013ca51d98d1f93124fff0fa2a84244aef22be08ed 2,364 1.00/1.00 vMB 38
653,107 653,107 0000000000000000000d08cf647e035a67baf840c6e9ee6e08573430a28a7447 2,220 1.00/1.00 vMB 43
653,106 653,106 000000000000000000066324e6d81441f3a0b4bbf9e18270b1a3cbfbf0102b8d 1,063 0.65/1.00 vMB 25
653,105 653,105 0000000000000000000869700c574cf151c2bf50eff07262a0288c4204157d42 913 0.47/1.00 vMB 35
653,104 653,104 00000000000000000007d9a246f06124f98cd4c958f1fe3644b2851f5c5ea789 42 0.01/1.00 vMB 39
653,103 653,103 00000000000000000002b71987b54ce595a13372ce530e8714909fd92738b01e 2,517 0.98/1.00 vMB 31
653,102 653,102 0000000000000000000a03663d9d0e149c559a1c332980c938daa15592ef6d39 1,220 0.40/1.00 vMB 33
653,101 653,101 0000000000000000000a1a098948dcd36985a14a37bbcec47281a4ad2c663c4a 567 0.18/1.00 vMB 35
653,100 653,100 000000000000000000005d72c13741cc5d2d21b083b33c260a497f0f8d5b0dec 136 0.09/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.56 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: 669.98 GB
    • Received: 15.80 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.