Loading Tool

Explorer IconExplorer

Memory Pool

81,500 transactions
29.86 vMB
0.14284267 BTC
Random Selection Loading Transactions
Max Size: 180.98/200 MB

Candidate Block

Mining Attempt 6eacedcbe7df378172521b6a0205007607f774d247314ac11aef9a97e2b18b1e
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 30c225ee156491d0b34c7bdedde9978189a0125f60b30091f9bb95ea304c4dbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,747
Size: 1.00 vMB
Total Fees: 0.07495124 BTC
Feerates: 101.65 > 7.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (431,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,241 483,241 000000000000000000aab746cf342b50dbca9cafd6da9284843e1952d943dada 211 0.08/1.00 vMB 235
483,240 483,240 000000000000000000dbe5c26b0beb1523e35bed1fb4ef8d11205ea355ca6332 1,255 0.76/1.00 vMB 175
483,239 483,239 000000000000000000f0a65a404ced6088d07a293838e7f7c1935ed5cb519de0 2,022 1.00/1.00 vMB 255
483,238 483,238 0000000000000000002c49cb7cb7a13d6dcd4827b1240a1938d26c679b7dd41d 326 0.20/1.00 vMB 217
483,237 483,237 00000000000000000105dfd5d20cdf9e5cab4f9bd431411a6293376145e02c16 658 0.30/1.00 vMB 216
483,236 483,236 0000000000000000008e21dd5b022e314eb312c2aa8be43d8d8ae63e3ca3e567 1,850 0.86/1.00 vMB 215
483,235 483,235 00000000000000000038490e6040d5f510c34654c34dc788c4239c77d5c4804d 1,837 1.00/1.00 vMB 195
483,234 483,234 0000000000000000007d0a0fd536f34e46f2205d1466db1d0527134c7847bc7c 1,384 0.78/1.00 vMB 253
483,233 483,233 000000000000000000752429f018b318a8059bc4bf9ffbd40cbc7a396c9318d7 1,036 0.67/1.00 vMB 183
483,232 483,232 0000000000000000006a989046d6608a18ccd5a509b7f281e16d6ead7273b557 1,225 0.57/1.00 vMB 260
483,231 483,231 000000000000000000f4a01e89555349af1f2dd649b0f0d86be8ab5bf6cabf84 2,019 1.00/1.00 vMB 132
483,230 483,230 00000000000000000100cc69a497d570261b2301d6c9853f8f33eca35a46275c 1,142 1.00/1.00 vMB 95
483,229 483,229 0000000000000000003daeb9d4dde953fc2345aaaf54ab0c2bfef687d2cee573 1,831 1.00/1.00 vMB 362
483,228 483,228 0000000000000000000b381b147eb5047b9eda71866be0d07651b6a21db6d780 1,548 0.99/1.00 vMB 234
483,227 483,227 000000000000000000b6ec1e5e12ff6cf5dd92d143d538bb4bb67450d1a2cb7a 2,002 1.00/1.00 vMB 320
483,226 483,226 000000000000000000f77aba8539bc69506b3115a5a2b6bcfc713316c3a9321c 1,339 0.81/1.00 vMB 234
483,225 483,225 0000000000000000007c7aca888c1de20e7394a85ce7cb991163106bee6e124b 147 0.07/1.00 vMB 161
483,224 483,224 000000000000000000a01bc2bc750daaa911e94442430fd8974fd4d00a85bdda 2,009 1.00/1.00 vMB 206
483,223 483,223 000000000000000000e968f9ed786a184aca5c5db0c743fe8788247fa8130b5c 2,078 0.99/1.00 vMB 335
483,222 483,222 0000000000000000000d337066e7e3806974a1327f8c548a5865ccdeef81d389 1,303 0.76/1.00 vMB 109
483,221 483,221 000000000000000000b664bc894fac4489b397c39b4c1271f36a3eba1f5b06e9 2,299 1.00/1.00 vMB 363
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.