Loading Tool

Explorer IconExplorer

Memory Pool

82,571 transactions
30.43 vMB
0.12130061 BTC
Random Selection Loading Transactions
Max Size: 184.12/200 MB

Candidate Block

Mining Attempt e1f15ebf848ff1dbe10ec611075170ae647766a35a82d2e0c5b28cc77c44a443
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 283d1ade8614f56a298ece767488b441c374c413caf312b87f0a537d4cb161f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,099
Size: 1.00 vMB
Total Fees: 0.04263755 BTC
Feerates: 150.85 > 4.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (325,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,263 589,263 0000000000000000001b6b8147162b0a619824fa6c07247a73a0f5c0e343ddd4 2,006 1.00/1.00 vMB 27
589,262 589,262 0000000000000000001ba078da7e579a19e2d6d9136e8cd4b835a1e2cefc64b4 2,780 1.00/1.00 vMB 75
589,261 589,261 0000000000000000000c245afa0402f980399eddcc6aa1ae11da50213455a5b6 3,183 1.00/1.00 vMB 70
589,260 589,260 0000000000000000000790658e04724f8e9c6ddf09cb2f5de2e0a6bca38dd9a7 1,406 0.74/1.00 vMB 2
589,259 589,259 0000000000000000001b7039cb6f538ec3e02c7d428d3f82d58d24de69613ae5 3,338 1.00/1.00 vMB 45
589,258 589,258 000000000000000000026639cf6ff9d5099c8b7f81295b977ad58e954aba07bd 3,118 1.00/1.00 vMB 44
589,257 589,257 00000000000000000001bd6e03f4e0e473d45dcbed46e4fb56c8db7aaf9e7995 2,887 1.00/1.00 vMB 65
589,256 589,256 0000000000000000001c2c862f5a358816a54649f7e4362b19518ccffcf9ad67 135 0.08/1.00 vMB 54
589,255 589,255 00000000000000000008108f1f42788bc823094259a566cec8752efc33d083d8 1,123 0.39/1.00 vMB 22
589,254 589,254 0000000000000000000676b90bfca5aebcb85ce6af3dbffb33afbd075f318cc9 1,898 1.00/1.00 vMB 21
589,253 589,253 00000000000000000019391f753e23a2da0969ff078dadb9453c09d6ec57ba08 2,934 1.00/1.00 vMB 20
589,252 589,252 000000000000000000154b146d8b118772f2f8779a8c51c1b83fa02c42350d5c 2,999 1.00/1.00 vMB 19
589,251 589,251 0000000000000000000bab1a2d6890c1e3b01aa8e3945613f559507e83aae542 3,162 1.00/1.00 vMB 61
589,250 589,250 00000000000000000008b1c4dfab0a697ee5ec3eb1bd7bfe4f793534d6761b9d 2,295 1.00/1.00 vMB 46
589,249 589,249 00000000000000000002e219ffa104e0cfe6453ee2a3ff2f61ec596af16047fb 2,898 1.00/1.00 vMB 85
589,248 589,248 0000000000000000000425a17ed79029095f6af300a1d8d6aeee600a6c2a7802 1,154 1.00/1.00 vMB 4
589,247 589,247 000000000000000000078202445b7857bd53902ab76a1680d6b2184ede4e02d0 3,154 1.00/1.00 vMB 45
589,246 589,246 00000000000000000010733506230763c966e270dee9a84002627419712efe82 2,943 1.00/1.00 vMB 47
589,245 589,245 00000000000000000007e97d46f0e5cf7b7c7519e9f50e4ba02fe4c3567a1f82 2,718 1.00/1.00 vMB 23
589,244 589,244 0000000000000000000e5f0ed7882929a31bab070baaaa397466edba18822047 2,784 1.00/1.00 vMB 58
589,243 589,243 000000000000000000164069c864a6b4e49a1fd84d01d301078e891980a9cb43 962 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.21 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.