Loading Tool

Explorer IconExplorer

Memory Pool

79,509 transactions
29.68 vMB
0.07431069 BTC
Random Selection Loading Transactions
Max Size: 178.41/200 MB

Candidate Block

Mining Attempt 8eb1f9b7b28a094f82887a5daef47d9d0f6a86b0eaba8a53e7e0f73d7595f647
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 80d3671021bf5a4603e120e1f625997f8a4b2a5e63a235f9a80ce9060abe0b4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,299
Size: 1.00 vMB
Total Fees: 0.01390323 BTC
Feerates: 74.18 > 1.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (447,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,218 467,218 000000000000000001dd3c72ee3d608bf5cb1cb79094b146f61f0048e4fedd1a 2,111 1.00/1.00 vMB 382
467,217 467,217 0000000000000000014c85d1708129a9d26cf26dae7e251598421d00ac453151 2,153 1.00/1.00 vMB 217
467,216 467,216 00000000000000000058d34993fd476eac18005f9f15c478ac62769e3d0dca70 1 0.00/1.00 vMB 0
467,215 467,215 000000000000000000e839e4a479f8b96384a80623776d7a74fe36d1a10ac79b 2,638 1.00/1.00 vMB 315
467,214 467,214 0000000000000000018cbcd0d61b4347ebafa69f87c0ca369bf4b2ca8fe10555 907 1.00/1.00 vMB 225
467,213 467,213 00000000000000000164b9f4ba1a116f89382e7090da43322f687db7843825d3 1,962 1.00/1.00 vMB 303
467,212 467,212 00000000000000000132cbad2d7314325a995da1a2869f41e4d2dbca23c3543c 2,005 1.00/1.00 vMB 325
467,211 467,211 00000000000000000032a6261a7a2fa998fa8e3cbd78ab849938e0ee7cebd6e0 741 0.46/1.00 vMB 417
467,210 467,210 00000000000000000020b627d6f6a1587e8f95cb492e4489e2f5d883bbe63742 1,952 1.00/1.00 vMB 274
467,209 467,209 000000000000000000cce62e083c9fa1022e734fdee568edc60bd29f11ea3267 2,162 1.00/1.00 vMB 255
467,208 467,208 000000000000000001ceb0fdba36a61aaa85e033986336a496b25f5f82517103 2,409 1.00/1.00 vMB 323
467,207 467,207 000000000000000000163ba9c64214d54c2db6513ec834fe6491748bbd5acfae 2,159 1.00/1.00 vMB 251
467,206 467,206 0000000000000000006ffe896050d03e4674b4e3b204e729b87f7da37bc43b4a 2,159 1.00/1.00 vMB 245
467,205 467,205 0000000000000000019c9590c87a9132156ef2bc3af9c695cf76bc3bbc184670 2,111 1.00/1.00 vMB 274
467,204 467,204 000000000000000001eace9870fa276f82c6876853517db4777407704a2fb6ac 2,208 1.00/1.00 vMB 327
467,203 467,203 0000000000000000014a0039b0a743f6291bb77c90517240bba70ed942353d7d 2,220 1.00/1.00 vMB 387
467,202 467,202 000000000000000000d88e300852086b5fa47966975c39b6d0ce1ef34816bda7 2,920 1.00/1.00 vMB 158
467,201 467,201 000000000000000001b2b3565650c82aaf00a9203b7a4161a6ebae50be52f005 2,236 1.00/1.00 vMB 199
467,200 467,200 0000000000000000007c6c0235f2a04eb8c2b1056565622c848e5ef1e1702831 2,213 1.00/1.00 vMB 325
467,199 467,199 000000000000000001d4cf9a2c5a4ac1f2356c2e61b8e1643e01304127a67972 1,418 1.00/1.00 vMB 208
467,198 467,198 0000000000000000007177e6c3a98a4ae081add0753104c60800fc21d1263019 1,980 1.00/1.00 vMB 202
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.65 GB
    • Received: 15.02 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.