Loading Tool

Explorer IconExplorer

Memory Pool

82,402 transactions
30.75 vMB
0.08435867 BTC
Random Selection Loading Transactions
Max Size: 185.41/200 MB

Candidate Block

Mining Attempt 3b3bc13fb63e5dfdefc2c95fce28f35b24a30a3484910c4b201326521f73ae4b
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 8240bbfdc743d42b37ba13b5641b7f844850f7640a887bdfc31acfe0cc86ed87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,200
Size: 1.00 vMB
Total Fees: 0.01889970 BTC
Feerates: 73.20 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (344,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,241 570,241 00000000000000000019a8c01b58d3b7b55eb9c9252e2ebad988ef53ca531090 3,135 1.00/1.00 vMB 106
570,240 570,240 00000000000000000027b68db9d26885fec8dd3e785013f2355271b3ed991829 3,517 1.00/1.00 vMB 147
570,239 570,239 00000000000000000001270ac23d0aa3110b86fb7445c4e84a1a6c674b650091 1,984 1.00/1.00 vMB 49
570,238 570,238 00000000000000000010f26b5c75b0ec4c9ab7abfb7cf472d9f0f816a7499f21 2,153 1.00/1.00 vMB 55
570,237 570,237 0000000000000000000c50f7509e1a87059dee751a9d60799b7cdbdeb42b1690 2,771 1.00/1.00 vMB 56
570,236 570,236 0000000000000000001793fc66981698ce9fee011c755ac93b94f33231993500 1,578 1.00/1.00 vMB 113
570,235 570,235 0000000000000000000d647d7a63e00caf28b5f5a0cc5d4908fd65c9dbb5e42c 2,887 1.00/1.00 vMB 132
570,234 570,234 000000000000000000092a235e2bdc53c14b8a71c18b1f2b393d728f2962c5fa 3,302 1.00/1.00 vMB 153
570,233 570,233 00000000000000000000a5b85e2a4e38b9f30875fe368971b5c0a30e93bfa100 2,150 1.00/1.00 vMB 60
570,232 570,232 0000000000000000000551c634be7447f7e30342eb99aefe001fe02b62d8acf9 1,196 1.00/1.00 vMB 28
570,231 570,231 00000000000000000013218f04d16b55202b19cfa27328be95582a1170db41a3 2,784 1.00/1.00 vMB 86
570,230 570,230 000000000000000000176ecd4aab8f37364204bdc6eea00de8dd92561775a220 3,129 1.00/1.00 vMB 85
570,229 570,229 000000000000000000199dc85251c4f5de3ac6551032a129b34d7a8aa18cf6d7 2,596 1.00/1.00 vMB 47
570,228 570,228 00000000000000000009fa5ac1a119cf92a06883dd7cefd4b2b125b4443be897 2,093 1.00/1.00 vMB 46
570,227 570,227 0000000000000000001e488a3127c76c2dee674401eb0cc1d083c1afc8c0299f 2,662 1.00/1.00 vMB 43
570,226 570,226 000000000000000000109f40eee6e3c95d7729ed5109b7f6afd7b75b235c7271 3,725 1.00/1.00 vMB 60
570,225 570,225 000000000000000000038ecb534d34beb233b933fac5b96de168f438ee0e2286 2,768 1.00/1.00 vMB 82
570,224 570,224 00000000000000000010b39388fb20f30c3eac25f80fb3e42a026c420ffc9901 2,767 1.00/1.00 vMB 93
570,223 570,223 00000000000000000025ad64b87905567ad461ac69496c3b32cb6ce0ff2c7549 3,452 1.00/1.00 vMB 76
570,222 570,222 00000000000000000017547e146950977f28855a2cd7000f271acd68283c114f 2,968 1.00/1.00 vMB 79
570,221 570,221 00000000000000000002701b7dc2a1f5e593a74505dcb426b1de8bd7df4da8bb 2,726 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.35 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: 661.74 GB
    • Received: 14.83 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.