Loading Tool

Explorer IconExplorer

Memory Pool

27,389 transactions
6.82 vMB
0.07138895 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.96/200 MB

Candidate Block

Mining Attempt 1d7ffe5228f3fb45b8232af9d9780993fb55f5effa57e15795bee01b10e2b47c
Version 20000000
Previous Block 0000000000000000000068535fe00c35c453a193607ed6ea0de42d07a835c89c
Merkle Root b86d0b8ab26417c1b85cccc9e9368edb2ee8cb6e44e18cf04fa98b1dcfa9cd0d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,157
Size: 1.00 vMB
Total Fees: 0.04960422 BTC
Avg Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,008 (715,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,320 197,320 00000000000001ad5539e2bdc821e26d45421fc805182699eefae53dd8b47019 0.00 MB 13 44
197,319 197,319 000000000000031c4fdcfaf96fc60f88d18d80fedcd0eaf57318720bb0339340 0.00 MB 7 15
197,318 197,318 000000000000030b1dc999bcc10999f79dcdb0c344b6b7963cefaed32717361c 0.21 MB 507 139
197,317 197,317 00000000000001118ac5b2f25ed1203b7b3ab938302d7d67fd2b8468bb7d898d 0.03 MB 110 47
197,316 197,316 000000000000033d0b454048256e492838f5412bfdb28076edae1f2ea9eadd38 0.16 MB 512 160
197,315 197,315 00000000000004a82e20e7abd2d3cf0423049b498503f4b6ea744f1f2096042e 0.05 MB 144 1,125
197,314 197,314 000000000000011d717f218c3ce818c32a0e7afcadc0f2f891eff0483feab867 0.00 MB 1 0
197,313 197,313 00000000000002717aebad6f86ca9c4255aab3549747c17270f2080ce7ea335d 0.11 MB 293 240
197,312 197,312 0000000000000367253c555c34cb9b11176809bed40a7ac73b8b43a4545dd006 0.16 MB 402 204
197,311 197,311 000000000000027e0915b7d8a4a90fd0b81a1fd9277ee967b5cce1569d3b1ceb 0.09 MB 204 246
197,310 197,310 00000000000000e2729ce52ee5f59a48257f789bfe4341f437e1e35f0ad2c178 0.07 MB 164 219
197,309 197,309 000000000000043f39108feade7632c5b463c55533b15f423e37e91da2fe2e13 0.09 MB 186 227
197,308 197,308 0000000000000387444a2913c982f899910ba7246b4360824da41c7b66a313bb 0.22 MB 586 163
197,307 197,307 00000000000003b9cbfb32c809ab456f7b885f63c870a18d3889678d3cf2c000 0.07 MB 206 160
197,306 197,306 00000000000006450831db8d374866a56fe8ee34811ebf5012cc2a3c934e1457 0.05 MB 174 94
197,305 197,305 000000000000023910b81335133d184f6e487a9eace61c7db8ccfbd5bd399700 0.06 MB 154 125
197,304 197,304 000000000000068d510dccf53f770a8a966b31d5e2a4e16c14ccd464b87474e2 0.06 MB 127 109
197,303 197,303 000000000000044373d0e67b6abfd9b4baecf235255cafc8926dd9e45e360cf8 0.13 MB 234 102
197,302 197,302 0000000000000423142fb223425d46626f00eae60626d0cfcc26f8fceed6b100 0.08 MB 157 116
197,301 197,301 0000000000000638ce17db07923da9a54ff8e82870b96f13bb43fd28667baf45 0.23 MB 522 131
197,300 197,300 00000000000005aa14a22cafbbd3baea7534d388429c04b903368bd0fe23c031 0.06 MB 128 106
Previous 10 blocks ↓
Total Size: 778.85 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: 388.68 GB
    • Received: 3.50 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.