Loading Tool

Explorer IconExplorer

Memory Pool

78,463 transactions
29.42 vMB
0.06779829 BTC
Random Selection Loading Transactions
Max Size: 176.78/200 MB

Candidate Block

Mining Attempt 21221a891e12cf2e81623731c9b0fa5365f41501265b952b549b6d587ca6eb49
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root ebba3c928e4b4698ffaddb30f1a0d5b5a35dc9195dd672f9803c4d0a0ffcf578
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,125
Size: 1.00 vMB
Total Fees: 0.00816729 BTC
Feerates: 150.93 > 0.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (446,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,324 468,324 000000000000000001d7fbd9f900d50ab330752c90afd7af00fafd7053568a63 2,088 1.00/1.00 vMB 337
468,323 468,323 000000000000000001aa72014ae9e7aea0e81fbef16e3e517224e5a8cb52b229 1,663 1.00/1.00 vMB 388
468,322 468,322 00000000000000000190f752bcb57c2129595c8d57575552a3d8a12f63b28623 1,609 0.99/1.00 vMB 414
468,321 468,321 000000000000000001108951a7683fac66d65ef0b8f8c6bf7e80295e83ebfe4e 471 1.00/1.00 vMB 76
468,320 468,320 0000000000000000016854b70ae78af38a50ee2a7ee69a7c20e26e02b38b9fd3 2,418 0.99/1.00 vMB 342
468,319 468,319 000000000000000000bf5c0fa55d00736cd17f3b932715556850c289c4d006c8 1,612 1.00/1.00 vMB 359
468,318 468,318 000000000000000000c48e896e2e52912ee9eca6144880b3f37e047ed9462f83 1,720 1.00/1.00 vMB 408
468,317 468,317 000000000000000000e3340c91738c798b89e7a38774a473a4dd623652af23d0 2,459 1.00/1.00 vMB 325
468,316 468,316 0000000000000000000d34e8f48ad4139908c9358cd4d8d3a4ffd0cb4623efa8 2,231 1.00/1.00 vMB 370
468,315 468,315 000000000000000001c890534c7936f944bb20121ef0ecd5942b5c84284455ca 2,164 1.00/1.00 vMB 367
468,314 468,314 000000000000000001b4b9c40de026c6280564faa0d05432579c3b86971494bb 1,689 0.99/1.00 vMB 393
468,313 468,313 000000000000000001b54d43a1a59a490221575fb03a4ec7f43651468d740a5f 1,363 1.00/1.00 vMB 245
468,312 468,312 00000000000000000022572d66154ec8683c002d60e1b02a5bb780edee955113 2,477 0.99/1.00 vMB 442
468,311 468,311 0000000000000000016c7625a389729fb9448dbbfe57470c143a8d5a51feb5f5 2,199 1.00/1.00 vMB 343
468,310 468,310 000000000000000000cf38ebcfbff350134aa3c59027eba6b3be2aa1548ccbc4 1,988 1.00/1.00 vMB 291
468,309 468,309 0000000000000000012bbd7678f50018e50e3acf431e302e5ae0c0b5bcb0d047 1,893 1.00/1.00 vMB 349
468,308 468,308 000000000000000000e9f15a54c15007df5c3ee41e71d38e9353a7f2e9620e54 1,882 1.00/1.00 vMB 401
468,307 468,307 000000000000000000bf9d7f2bbc10ac3e1ea47eb265d0f600a771c9c920026a 185 0.99/1.00 vMB 350
468,306 468,306 0000000000000000003645094b45ec0e01ffb12165708704f452f68a6d96e630 257 1.00/1.00 vMB 328
468,305 468,305 000000000000000001cec6663e63c31877d7a27c03471b1f3b580895a01445ed 220 1.00/1.00 vMB 350
468,304 468,304 0000000000000000015cf27a76777d6f5e1f7a708e74d30181dc439ee41eaaa4 1,497 1.00/1.00 vMB 391
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.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.