Loading Tool

Explorer IconExplorer

Memory Pool

39,521 transactions
29.48 vMB
0.08872237 BTC
Random Selection Loading Transactions
Max Size: 148.34/200 MB

Candidate Block

Mining Attempt d9bd4e5a3daa3c76b7f36638bbb011a2515a32e935776c8cd616a53538a6e7f0
Version 20000000
Previous Block 00000000000000000001506b941a54764348896f53a4e1b6257bc1abba2f4e73
Merkle Root 1b1367017e2d8787814b684ff6c9ee4df33ddcb9aa7f9ebcd9ef6bde6120b2c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,222
Size: 1.00 vMB
Total Fees: 0.02896439 BTC
Feerates: 301.60 > 2.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,525 (683,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,140 231,140 00000000000001b6b46e4657e3849e0cd95432d6ba46fc81011aa4b91f1cf8e2 242 0.11/1.00 vMB 168
231,139 231,139 00000000000000a53c173efc6120ccdb6b933dcaf25fc2577dc7a2fcec1cab39 227 0.10/1.00 vMB 163
231,138 231,138 00000000000000d79ba3f5e91bda6b71d37ea5771923e0196259cfd47f5b5215 386 0.16/1.00 vMB 156
231,137 231,137 00000000000000acb95c3995386d87eebc94224cd805178169afa5e69d37da84 490 0.23/1.00 vMB 118
231,136 231,136 00000000000000f22dd4bad8c84cc3898cc7e56ff97493cfc61ec9182d88d187 330 0.14/1.00 vMB 162
231,135 231,135 00000000000000f40ed971150d649d8312ea99eb8c78020950ce5008b1277b4a 228 0.11/1.00 vMB 125
231,134 231,134 0000000000000059da5503bb39466607272a9a23dbe008e75fc04cda10151711 471 0.21/1.00 vMB 166
231,133 231,133 0000000000000100699a1bb8ffd97bfe309632c0243d025667504a71cbf6dc39 515 0.21/1.00 vMB 135
231,132 231,132 00000000000001ffc3ec259ccf14643cd2bc36882c7765ff9969465475e2f892 245 0.11/1.00 vMB 135
231,131 231,131 0000000000000118f23384168996a9c2f7babf7ebdfe36bd20fb6061d2c34bea 64 0.02/1.00 vMB 152
231,130 231,130 00000000000000437b4de7f6b997d4b5a4e382ca29c39fe1fc6a489e13e92a87 333 0.17/1.00 vMB 411
231,129 231,129 00000000000000d6d5ea6faabe6bb30ab05ad706e9547de10f6997f2f4a0f83e 420 0.18/1.00 vMB 154
231,128 231,128 00000000000000c2bbb57b5a7bbf8f1b90f251e26d1b543db2e179a3a887994d 171 0.25/1.00 vMB 54
231,127 231,127 000000000000015ca27701c5c706a1b42f0bac1cb3d01fa5b510707bc4df2b9d 79 0.03/1.00 vMB 33
231,126 231,126 000000000000017579920b1b5622db8a38654c107bcb8d9ff8e9829ded0f2c8f 1,020 0.44/1.00 vMB 134
231,125 231,125 00000000000000a52b9dd43515e0148844e11852c03d94d994640fb4c6706370 318 0.15/1.00 vMB 162
231,124 231,124 0000000000000009b01ff03ecaa7ead54ac59cb09e14888d65cfa0167a1117e2 158 0.07/1.00 vMB 163
231,123 231,123 00000000000000b9a969f28ce588139ac05f8065e9d855c1ae9c36d291001486 257 0.14/1.00 vMB 101
231,122 231,122 000000000000012aee1c8ab6e5b298499b414f31c9b24a0b569ef2e27af27cda 225 0.14/1.00 vMB 117
231,121 231,121 00000000000002052f638487283c71d068c2cdbd61a5758fdb36fb4d0e345667 392 0.12/1.00 vMB 219
231,120 231,120 00000000000000e8fa5bea7b6080aca523d7864de8da8ecfe34e43f759434d99 387 0.16/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 620.83 GB
    • Received: 11.22 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.