Loading Tool

Explorer IconExplorer

Memory Pool

42,170 transactions
27.68 vMB
0.07228744 BTC
Random Selection Loading Transactions
Max Size: 143.27/200 MB

Candidate Block

Mining Attempt 55982a1c629a0b9cb96c5c0828b82c95873ce7b358eeac8b44a5cc7190ee7311
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 445b0b7b3e4ca66a76ba9d7da3d841ca00e7546d07a1e67ee540c1f23b1e2539
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,616
Size: 1.00 vMB
Total Fees: 0.01704147 BTC
Feerates: 100.53 > 1.71 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (177,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,963 736,963 000000000000000000030b17fde538b17a665f8b51116b5abc7fdb745ec675a4 2,839 1.00/1.00 vMB 10
736,962 736,962 0000000000000000000363fe0c82c5569532aabbd367829a33fe65d2e55d696f 1,727 1.00/1.00 vMB 15
736,961 736,961 00000000000000000008517a84106e634c7e879a7bf41a568861d8ae8de53321 2,020 1.00/1.00 vMB 20
736,960 736,960 000000000000000000079301357357f03023d13487005687bc2714de067b9aab 2,655 1.00/1.00 vMB 11
736,959 736,959 000000000000000000012a9bf37ee141603fe8e3862c173c7f6ab91379852e83 2,797 1.00/1.00 vMB 15
736,958 736,958 00000000000000000001a548c8509bd2f06d740186a7cacc985fef50d3be78d8 2,468 1.00/1.00 vMB 17
736,957 736,957 00000000000000000000c7142d004e079f93ebc5cb1ff8b3e5d5294bbd8cf8eb 3,348 1.00/1.00 vMB 25
736,956 736,956 00000000000000000004dfcc43aee3aa4cbb44485e721b19563d2b5f48dd620b 3,581 1.00/1.00 vMB 20
736,955 736,955 000000000000000000044a45d4ce047080db0ae02de3ed1c33d34560f569c8a3 3,405 1.00/1.00 vMB 27
736,954 736,954 00000000000000000008d2182d1e6c9ff59d1bb095d9b873a15e145a1470d584 2,065 1.00/1.00 vMB 18
736,953 736,953 0000000000000000000212b5a5705ac85013bf680f8cf8c8745ba9ec5ec6cbf8 2,727 1.00/1.00 vMB 25
736,952 736,952 000000000000000000075e228245559a72bb52419da2b9637b5e4b6f0458340b 1,326 0.46/1.00 vMB 14
736,951 736,951 00000000000000000002053815af8c3175fc1ff0e1bcc16e15dbbcf0f311e4ea 351 0.18/1.00 vMB 3
736,950 736,950 00000000000000000007822bc42c2f815e262f62be32854b4b256c69f34dc711 3,043 1.00/1.00 vMB 17
736,949 736,949 000000000000000000013c99a2093bfcceb7ad7746e32f84231b7003f9abca82 393 0.12/1.00 vMB 14
736,948 736,948 00000000000000000001a7fc988f2e81ae6ac586bdd2382995c1547ea77d714e 1,244 0.95/1.00 vMB 1
736,947 736,947 00000000000000000006fe384f33b7cf0e01c691a8912b65e297e6d4b048d05b 2,661 1.00/1.00 vMB 10
736,946 736,946 00000000000000000000879b3b6172426a8e9cd17c331aaf8b575e061f27d46c 3,192 1.00/1.00 vMB 17
736,945 736,945 00000000000000000000ffa3348b40619996dee3cd1d61f74653b1d65e3d8bf9 2,625 1.00/1.00 vMB 15
736,944 736,944 0000000000000000000654bbf052f53e3b4073d292d10db30dc5dd9269639841 2,871 1.00/1.00 vMB 11
736,943 736,943 000000000000000000010a79256017fbf318a8f7799b478afcd73a98f2430653 2,274 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.23 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.