Loading Tool

Explorer IconExplorer

Memory Pool

79,378 transactions
29.57 vMB
0.11552391 BTC
Random Selection Loading Transactions
Max Size: 178.89/200 MB

Candidate Block

Mining Attempt 86fff7d1443350644dcd123726e6ccb677a4a38ea6fdb2037130150f1f3ad0c6
Version 20000000
Previous Block 00000000000000000002064931ca32749e9a68a433f5974b1ade127285f85a4a
Merkle Root bf8f88d0bf525738ebf5f8121f62435e5a5996eb29e3d944ddd4cd9f39aedc55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,558
Size: 1.00 vMB
Total Fees: 0.05317972 BTC
Feerates: 313.32 > 5.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,096 (666,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,103 248,103 0000000000000007c93dd77693a532a424144f40e7631fba48a2554486f1e8e7 682 0.25/1.00 vMB 184
248,102 248,102 000000000000001e2351799fce6c6fc0189ca6cea432dd6ad444859979ede224 398 0.18/1.00 vMB 102
248,101 248,101 0000000000000023cdca59905fbc468dc3fb47f5bd30dae5b05d9b9ecd5627ee 116 0.05/1.00 vMB 103
248,100 248,100 00000000000000305216785232f882b7c4392ffa11e0ee1c4bc241fb07283990 134 0.05/1.00 vMB 108
248,099 248,099 000000000000000ad4c10c3688b52558d9a5cb77c9e2ff1082a4da5e603b4ff8 158 0.06/1.00 vMB 177
248,098 248,098 0000000000000081466452a3f8ae2b66cd753c3f606c4af1f92afd439b3719ed 165 0.07/1.00 vMB 114
248,097 248,097 000000000000001805727a0a557e4fbfb133bae54936f4da2433bc6e82a60e85 296 0.13/1.00 vMB 120
248,096 248,096 000000000000005b23c8d83ca1afb86121dfc1ef55f352dfe838766c0769d10b 108 0.05/1.00 vMB 115
248,095 248,095 0000000000000045314c73cbf88a95b7d8e54a65a8b400c8003340e07d4ec8c8 73 0.04/1.00 vMB 54
248,094 248,094 000000000000003da330f21c91ef20ad1e58edc9da965040406121d05d086eb4 227 0.12/1.00 vMB 132
248,093 248,093 000000000000000ad95d3d1a4f55d1d5acb9a4a660b76f3f14c8769becd5d545 117 0.11/1.00 vMB 36
248,092 248,092 0000000000000033c73e2becd76275e4d192569a3e1d22687af8a0ef5a8912aa 436 0.25/1.00 vMB 87
248,091 248,091 0000000000000051b43d690b64ef2a4e4f80eb2c2a16f938cbb608e55bf6a88a 604 0.25/1.00 vMB 135
248,090 248,090 00000000000000385a37a62348d0cc0ce91e21d069b052b0860c83244567afb2 556 0.25/1.00 vMB 204
248,089 248,089 000000000000001002c4bfc1f0f8076282bbe569e5ce4d4d7e5fdffbef3ef518 623 0.25/1.00 vMB 180
248,088 248,088 000000000000004302d5a2654ebd4f0710b0fea8d8dc1ff7843ea7bbc89de522 67 0.04/1.00 vMB 71
248,087 248,087 000000000000007948bd54af29857cc19ae88eb7ded9aeede319305738e1604d 99 0.07/1.00 vMB 52
248,086 248,086 00000000000000351b6b7aa29cf8630dc6e03a1f94dbc68aba87903bfe29d847 902 0.35/1.00 vMB 146
248,085 248,085 000000000000001eca808911d72bf3bc833c3f8735298b1eddd581d9bc0d64b8 207 0.10/1.00 vMB 133
248,084 248,084 000000000000003cd66456e2c52b392a831c2fb8c5719289dc9f74ac40a3bd4e 343 0.12/1.00 vMB 149
248,083 248,083 0000000000000071de64d0929fc1145fc1d85bc9b1d1a612f3e10113ce8daa17 156 0.06/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 782.56 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: 670.09 GB
    • Received: 15.82 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.