Loading Tool

Explorer IconExplorer

Memory Pool

37,211 transactions
26.04 vMB
0.05582612 BTC
Random Selection Loading Transactions
Max Size: 133.82/200 MB

Candidate Block

Mining Attempt f9809175e8441dfb912e12c0e19203ad4c2f400447d38a0b415845343ef228f6
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root 79ffece6fd251d6d8222e30161f321a05c48389892d52ed35913138a2c21db75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,041
Size: 1.00 vMB
Total Fees: 0.00786111 BTC
Feerates: 100.29 > 0.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (352,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,182 562,182 0000000000000000002aa3dc7ec6d47a457237d3e22fa58f1e2adf55c7951c47 2,727 1.00/1.00 vMB 16
562,181 562,181 00000000000000000027f442923a648e30e04708134bbb1e0ff8df507c6f23e3 1,706 1.00/1.00 vMB 19
562,180 562,180 00000000000000000014dc1d89217b8feaa583c389b4df4cd2a8272185154cc8 2,382 1.00/1.00 vMB 28
562,179 562,179 0000000000000000000284ce2aa36cff6d3cd9fcfc15db6b76303f616e449094 2,890 1.00/1.00 vMB 23
562,178 562,178 000000000000000000156ad438263fcfe79c2c11f766e296bfef5c29c0522765 2,825 1.00/1.00 vMB 22
562,177 562,177 0000000000000000001104347deed70c5acb9d7eec176368ff9501b404f8e062 2,348 1.00/1.00 vMB 8
562,176 562,176 0000000000000000002fb92853d66f2b17f7c6197e6d75c4a3d14681882e8ef0 2,635 1.00/1.00 vMB 32
562,175 562,175 00000000000000000015e8c9b4267971cd2d151fdf9046449cf910ab57dd6d21 1,437 1.00/1.00 vMB 11
562,174 562,174 0000000000000000000d0941c7285966fc4782136b7d7ba0358d36cfc6de8853 2,628 1.00/1.00 vMB 12
562,173 562,173 0000000000000000002bdd0fd04f0b357dde171793145d25fbe80e5d664b394c 2,849 1.00/1.00 vMB 13
562,172 562,172 00000000000000000009d21b7bb6315cb65084dd21a6af4d2a1b1f3f2d2cb0a3 2,936 1.00/1.00 vMB 15
562,171 562,171 0000000000000000000bcc7f505b4c4bfa276ab4ef2b3d16720e7ec9952d09cc 2,742 1.00/1.00 vMB 16
562,170 562,170 00000000000000000017abb9456f02bda4f017d435223a335cefcb805cfe8126 2,887 1.00/1.00 vMB 41
562,169 562,169 00000000000000000022e0336617a57eee1d041873ce4743e4ee070b3f23b30c 2,990 1.00/1.00 vMB 18
562,168 562,168 0000000000000000000a37a72eb70f2497d55466effb30914000b39092ebe5f7 3,182 1.00/1.00 vMB 29
562,167 562,167 0000000000000000002a68d3779cdd4c18616a394594379dea7da72fe5f7ea3f 3,045 1.00/1.00 vMB 21
562,166 562,166 0000000000000000001d70dccc283fca3266beb64939c1730340b58066cf68a3 2,829 1.00/1.00 vMB 30
562,165 562,165 0000000000000000002b47fa958ff8cd3d7e865ef08cb2230b1805fbddadd300 1,294 1.00/1.00 vMB 18
562,164 562,164 0000000000000000001f54ede17b297633f5a5491cd256bd67e10227169f895b 2,781 1.00/1.00 vMB 21
562,163 562,163 0000000000000000002707981c29eea1217af6259ca00d0875c557bf8afa905c 1,329 1.00/1.00 vMB 18
562,162 562,162 0000000000000000001add395e588863156ba2ccf1dd5bb5d13403578a7a3166 2,710 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.81 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: 635.18 GB
    • Received: 12.29 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.