Loading Tool

Explorer IconExplorer

Memory Pool

74,161 transactions
29.65 vMB
0.07575238 BTC
Random Selection Loading Transactions
Max Size: 171.36/200 MB

Candidate Block

Mining Attempt cd437cf9e015c789966e1a3e91833e6403fbf112d32a827791e54cfbcdebe8d6
Version 20000000
Previous Block 00000000000000000000652139344fdae39ca5e8c3d9d42796114be58ffac4be
Merkle Root 74e09241c4ab5896e30fc083d219ac36e45cd5c4f0cafcf23afc660076edd080
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 129
Size: 1.00 vMB
Total Fees: 0.01057885 BTC
Feerates: 105.47 > 1.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,056 (683,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,240 231,240 00000000000001e0144ecb96ae1f073d1f8d0e4d3de25cc2b038b74c2c2cbc09 181 0.25/1.00 vMB 79
231,239 231,239 00000000000000b85e9d9f40eae7d9f3eeded572f852ac7dad7d5f80c03afe10 524 0.19/1.00 vMB 246
231,238 231,238 000000000000018ccb088024bfff6122cdfb17395c19643daf152989b5ee082c 474 0.31/1.00 vMB 131
231,237 231,237 00000000000001354f486f5607fda78233261503a8e293868771cd69e2e29a3f 70 0.10/1.00 vMB 62
231,236 231,236 00000000000001d59232f3623635ca4536f1a0685163bb4dd1cee7fda8a72670 1,333 0.47/1.00 vMB 234
231,235 231,235 0000000000000084b079b7cd17bf5383cb03e04dbdcf1ad6a9f4a25dafaaaad8 93 0.06/1.00 vMB 128
231,234 231,234 0000000000000081bccd4e9b7601249882eb10dd0fec0c6dd1141cff7918d826 723 0.34/1.00 vMB 154
231,233 231,233 00000000000000c6aa8eb9fde2e0bd729342a80b0fb9ba63b2a228aac0482fb5 6 0.00/1.00 vMB 92
231,232 231,232 0000000000000108cd7c821d49b27247cf8258c9c1a3a126e038dd9cf5f90ba8 384 0.25/1.00 vMB 82
231,231 231,231 00000000000000af067a65d205576e9202fd64fc88a9afb19f119c56af6fbc39 227 0.22/1.00 vMB 92
231,230 231,230 0000000000000039b98efd3b62a02c260b1b0972ac70525bbea971239e6b2006 491 0.25/1.00 vMB 158
231,229 231,229 0000000000000109d75dc09141e8cecb2e124b0255bf6876d57314f01264c122 1,408 0.47/1.00 vMB 239
231,228 231,228 00000000000000703a309f88705e7bf185fe575606dfb1cf82e3ccb82f895cea 472 0.22/1.00 vMB 151
231,227 231,227 00000000000001d370fa171d9a77caa24ce22bdb3c4b66b4c0e9320e073b63b1 421 0.17/1.00 vMB 255
231,226 231,226 00000000000001fe33ba6616d46e595507d0d3169c7fd3b5da661af2298a8248 810 0.30/1.00 vMB 173
231,225 231,225 00000000000001ff877262e5c4cb1eaf39fb9d7deeaf7cd63a428bf77cbd03e8 246 0.09/1.00 vMB 144
231,224 231,224 00000000000000cdb2d025a747322a4a97ef0ca6ea2e4b5c734162675952e5c4 38 0.01/1.00 vMB 154
231,223 231,223 000000000000019d790c089d55a40cea885aac0f0da1b392816b6d1f9ebfe88d 776 0.32/1.00 vMB 213
231,222 231,222 00000000000000b79b661d5e4442028a7b02c58175bba1d687ab94995a72c0ab 110 0.07/1.00 vMB 193
231,221 231,221 0000000000000190ff3810fe9e099e4094f68c5d1d2a92bc12201737f835bc7f 287 0.22/1.00 vMB 39
231,220 231,220 00000000000000639a20861d8b7bb0fc65d92cd4dc3c98de34504ff14d311dc2 487 0.31/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.49 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: 668.25 GB
    • Received: 15.45 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.