Loading Tool

Explorer IconExplorer

Memory Pool

40,007 transactions
26.00 vMB
0.06601113 BTC
Random Selection Loading Transactions
Max Size: 134.94/200 MB

Candidate Block

Mining Attempt 7f4b48bd16e1b82deeb42ed09987ccb61ef7f6e4a67c12c926878bc6d47b1a2c
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 5c4e23dcdbd466d4f491e2da1cfcd46b6ae051c142102a5ac2b4d5de4d93e266
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,439
Size: 1.00 vMB
Total Fees: 0.01872949 BTC
Feerates: 73.20 > 1.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (672,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
242,255 242,255 000000000000004a33ae562086c4b12d458ee45283329866e21cbdb75a217687 844 0.30/1.00 vMB 171
242,254 242,254 00000000000000893762c8a43a703b029c27d7e652daccc919f55183680b6a74 102 0.04/1.00 vMB 178
242,253 242,253 00000000000000169728d2f10f4d99d951074ca4d758d561deb7a63013c39152 244 0.11/1.00 vMB 94
242,252 242,252 000000000000005c9eedec8c830c6f0f494d25b03ec3221c356e243e9e800977 137 0.06/1.00 vMB 128
242,251 242,251 000000000000005ac6882d6f29714e3afcd21dd37d022c6ace577be8cd976e6f 342 0.17/1.00 vMB 118
242,250 242,250 000000000000000017f9c4f0af122d4a8cd9607acfecaffa7445ba3fc4523297 404 0.18/1.00 vMB 141
242,249 242,249 000000000000003c790e634e23f1886272157928721c5976cd93016adc0eba8d 134 0.06/1.00 vMB 122
242,248 242,248 0000000000000053abf7fc5d5fc8db54e0e541690403024384f0fa4d0ad6e3dd 92 0.04/1.00 vMB 123
242,247 242,247 00000000000000a7f89fb7b4edbd98c049a55697962b8c7ff45a17e2693388e0 130 0.06/1.00 vMB 162
242,246 242,246 000000000000003c51f83980fd9b537200ccb2c7d9c01737c6bf1049da385c0f 391 0.17/1.00 vMB 137
242,245 242,245 000000000000003887d8b100f25a582d2583d43e7d17edca5b15e143de6d037f 102 0.07/1.00 vMB 88
242,244 242,244 00000000000000aa5ac97f1eb48cea707f9d677aedc32223f245f87b871e5587 176 0.08/1.00 vMB 103
242,243 242,243 00000000000000942f0d9a3b80fc258746fea68cf7bd8dff22898e605f94c854 335 0.14/1.00 vMB 40
242,242 242,242 000000000000003f59cc09411b316e3dd5ae36ec9dc7b35a31e9fa17a6c09ef5 584 0.25/1.00 vMB 138
242,241 242,241 0000000000000009c692850d231ce0a587e0b95b933d9a6e8f751ba56ca31dc1 278 0.25/1.00 vMB 87
242,240 242,240 0000000000000062d05b90b0d4df5c8f37e6fafd78d25d6b01823f9117db9d21 673 0.25/1.00 vMB 568
242,239 242,239 00000000000000cf53e5f0b96db75317be19aabda08c7405a209731a5336c43e 658 0.25/1.00 vMB 270
242,238 242,238 00000000000000959a6eb24bc0291e385fbaabc374a5ac45f7936ae6a0eee1f8 519 0.25/1.00 vMB 163
242,237 242,237 00000000000000179d4404ca13596a5f3487d3b6ea0afa55d7e2e69218cf2c01 666 0.25/1.00 vMB 238
242,236 242,236 000000000000008fd7df97b37c9bc9d40e82545acdfeddcb1db7d5990f91152e 227 0.10/1.00 vMB 148
242,235 242,235 00000000000000d62a9f38e37400a0445e58a2aaab1f0415fbc3535590ce0039 181 0.08/1.00 vMB 177
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.42 GB
    • Received: 13.87 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.