Loading Tool

Explorer IconExplorer

Memory Pool

78,706 transactions
29.50 vMB
0.08349334 BTC
Random Selection Loading Transactions
Max Size: 180.63/200 MB

Candidate Block

Mining Attempt 9f521adcc50b6340edbacfcc5da605bd6b61383cdcf9d27f0774d5a53ecbc18c
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root 69058c237bd4a3b7d9aafac83d8d11b7ac3ae451c74a91d34c8fbc2dc777ba97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,306
Size: 1.00 vMB
Total Fees: 0.01868952 BTC
Feerates: 118.18 > 1.87 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (306,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,101 609,101 0000000000000000000c8824074accb37f4b5b22f552723a399c7a3287aadf18 3,317 0.95/1.00 vMB 12
609,100 609,100 0000000000000000000237b140d5f5044914f0916f57a8a25d88b3a310caa275 2,743 1.00/1.00 vMB 10
609,099 609,099 0000000000000000000e8b7b40031c1b762f98581d2673aff079d7f9c4f1036a 2,860 1.00/1.00 vMB 16
609,098 609,098 000000000000000000050dba630d17ed43525aa5ce2a517a5808aa9065a7d20e 3,089 1.00/1.00 vMB 20
609,097 609,097 00000000000000000011b2bb68b21860aa26923b4b1742dd3decadbfb745dd36 1,900 0.80/1.00 vMB 12
609,096 609,096 0000000000000000001383f1caf89240fc746dfc53a7913f15289a82c9a03cb0 818 0.27/1.00 vMB 21
609,095 609,095 00000000000000000013124ed192412401bb461b7b104156f4230f003f21e4c3 55 0.03/1.00 vMB 9
609,094 609,094 00000000000000000000ddbc9be7bf12dd57f5508a4981407b7ad7fcc878f9d2 2,218 0.69/1.00 vMB 7
609,093 609,093 000000000000000000021092ed06d0c665333ab98279d582ea4c327e18ded6a6 2,943 1.00/1.00 vMB 20
609,092 609,092 000000000000000000056858bd6b5fc7e09afb43cb8e99da06f29c7c84e419d7 2,062 0.72/1.00 vMB 10
609,091 609,091 000000000000000000025ff84fa767760caac8d8f3d845be86cfa7916f768e81 2,541 1.00/1.00 vMB 18
609,090 609,090 0000000000000000000bc18267323b36e8f35844903d777ce6fc731af94b770a 2,353 0.89/1.00 vMB 6
609,089 609,089 00000000000000000010862162f1e11de25f0b6c7452b868ece978e7cf08fe7d 2,750 1.00/1.00 vMB 19
609,088 609,088 0000000000000000000d361a5325a66e5f804665cedf1f856474160b7dc6f08b 1,087 0.32/1.00 vMB 1
609,087 609,087 0000000000000000000a2d2d7a7009c705bd9757beb32b9783824afe76b93803 2,925 1.00/1.00 vMB 17
609,086 609,086 0000000000000000000005872186112b6afbcda119d5270f6d71b1ae2a9b0be4 195 0.06/1.00 vMB 18
609,085 609,085 0000000000000000000c53d9a9effd91c99dabce4eef8e7ed462ab4cf139238d 2,343 0.69/1.00 vMB 4
609,084 609,084 0000000000000000000d84fa89d8b2ea1b518b927a2028da18d8a584a3899080 2,404 1.00/1.00 vMB 14
609,083 609,083 00000000000000000012844979eaec848fe72ff3c2f93112085f0b49733835c0 2,855 1.00/1.00 vMB 10
609,082 609,082 0000000000000000001048ee39aa63c2b7e199573b521ad8438d06fedcddbc00 3,181 1.00/1.00 vMB 31
609,081 609,081 000000000000000000103ee1606da2e676e6ec489795bcdb794605a62079187a 301 0.09/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.80 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: 710.14 GB
    • Received: 17.03 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.