Loading Tool

Explorer IconExplorer

Memory Pool

85,314 transactions
33.01 vMB
0.15850479 BTC
Random Selection Loading Transactions
Max Size: 196.55/200 MB

Candidate Block

Mining Attempt ebda7a8e569cd46949e63f1919641aa9725e0b5647d488db3c74d90453082ea9
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d1f2c4e846786d11ebac24b60d2215d764901c10ccc792ccf1a7c229fcd64325
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,642
Size: 1.00 vMB
Total Fees: 0.04927868 BTC
Feerates: 318.30 > 4.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (698,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
217,250 217,250 0000000000000090a5ce3fafe3bec36c055c5dce3336e04c88335efd75b1bb01 159 0.06/1.00 vMB 170
217,249 217,249 000000000000012a9ff8aa7d7ef284d0df4609e1959d60d0dc30efa9da74a5aa 15 0.01/1.00 vMB 64
217,248 217,248 000000000000025df96d3bbdd9807a6039f8a3e1aee5791ce0004667752c0f7b 335 0.15/1.00 vMB 177
217,247 217,247 00000000000003d64705bbf72a5512581a2d5869d5ab3e334b3f55c76137780b 92 0.03/1.00 vMB 144
217,246 217,246 000000000000030fb358c1e8e581947bd7a1b680829628bd1bb26912c932e02b 174 0.08/1.00 vMB 162
217,245 217,245 000000000000031547612334ad2e2f063fcc80d97b80abb3a47c3519070037f6 188 0.08/1.00 vMB 209
217,244 217,244 000000000000048c5b23569c9e5f5b42e08b85d5584cce72ad5fbe84c3cfee8a 386 0.28/1.00 vMB 46
217,243 217,243 000000000000010e732bf43ac2a2d66a59a23a282ae4c8914f12a3a072622ccf 415 0.23/1.00 vMB 139
217,242 217,242 0000000000000223cfe449dcfacae69181b87df747e5a6ea444e23f25e303661 149 0.05/1.00 vMB 102
217,241 217,241 000000000000046f4bca45cb54e9255d39ad4daf4cf2b8ceec867baa8bcf4a50 338 0.13/1.00 vMB 193
217,240 217,240 000000000000035a01fab91cf64058031a233becfb2168fb24b745709f3c7f97 107 0.06/1.00 vMB 131
217,239 217,239 00000000000000412aef6e21b1091760c3ed4485f6572591c5b5d5a55e85400d 596 0.24/1.00 vMB 187
217,238 217,238 000000000000009e8dd3a4d98d2a86ec57aea77b3388fe3c73cd5424cbb18f90 204 0.13/1.00 vMB 171
217,237 217,237 00000000000000f9db6f08177b535887037f785db10d54f78b71ecc5c4d179b1 460 0.19/1.00 vMB 215
217,236 217,236 000000000000005e948ddcaba09926099c1fe6166564a23aac51d1b75ebaed5b 425 0.19/1.00 vMB 168
217,235 217,235 0000000000000310cb58f436a21516073ed340e26e5a34df1e3cddefc76d8e35 150 0.05/1.00 vMB 41
217,234 217,234 00000000000001c61524fefa036667cd3f6a48c32a8922acfba565fb30d253e6 295 0.11/1.00 vMB 196
217,233 217,233 00000000000002f816c25b0ffefd531135908d1f76baf28e5cade9186b9ec677 245 0.12/1.00 vMB 250
217,232 217,232 00000000000003fd99227bcde6e6a1746ddb0b050ac718b84843d4af5425fff8 428 0.17/1.00 vMB 186
217,231 217,231 00000000000001ba72b8a05055e77c555b0a07a0c5e158a6f7e10de7958843c6 347 0.15/1.00 vMB 194
217,230 217,230 000000000000017545483988ba94bf583cd7c5c2f15dea236e774631d7a0cb47 249 0.11/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.