Loading Tool

Explorer IconExplorer

Memory Pool

45,674 transactions
29.05 vMB
0.13910592 BTC
Random Selection Loading Transactions
Max Size: 151.41/200 MB

Candidate Block

Mining Attempt 7ac392bda1faef6c6c59f2f812222c6c5fb2f1f04348325ea6371b843c2f1f96
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 0bac064b8c8ed7785bbf282a76dc4f83e0572bcd6e8e11cf3e38de788b37939f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,654
Size: 1.00 vMB
Total Fees: 0.03925837 BTC
Feerates: 100.25 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (241,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,268 673,268 000000000000000000045101663f3aaf85589b45235a10c3df307bfd6f56f910 1,693 1.00/1.00 vMB 43
673,267 673,267 0000000000000000000864958408bb74d748d081bdc5f28748f798ce6eba9c7c 2,081 1.00/1.00 vMB 28
673,266 673,266 000000000000000000093436887621d1bbae5433ae89fdc3a9c568006b41ed01 1,656 1.00/1.00 vMB 33
673,265 673,265 0000000000000000000cc860110a772a3da7e331842dc619306dac88c193f3c0 1,995 1.00/1.00 vMB 68
673,264 673,264 0000000000000000000080d249359c11c97c7d10eba9a92f0c4cd3c11a594598 1,486 1.00/1.00 vMB 25
673,263 673,263 00000000000000000001c8782acfa2467ae090f196019e91ebc62f2bd97ffd83 1,713 1.00/1.00 vMB 24
673,262 673,262 000000000000000000082f19f1ca9094497fa0b905d459caccb1bf69c3752916 2,038 1.00/1.00 vMB 68
673,261 673,261 00000000000000000007ad4807789940d5154d3148488702f325f93bf802fb2f 558 1.00/1.00 vMB 99
673,260 673,260 0000000000000000000bbc4d7c8912cf5f9137e22ac0a8d3180b6f173e55a1e7 1,261 1.00/1.00 vMB 21
673,259 673,259 00000000000000000001ee422480bc7f01fb9dd2f598f36533da31685f227912 2,319 1.00/1.00 vMB 26
673,258 673,258 000000000000000000015022b01c8edd703d71036267db23f6ccaf9ecdbff122 2,671 1.00/1.00 vMB 84
673,257 673,257 000000000000000000063b45e573658f919573f7f6fc22c699763b078c5f87a4 2,657 1.00/1.00 vMB 45
673,256 673,256 0000000000000000000ad2426f84afb11936985b2bd586944c76e9c5eb8a8aa2 2,815 1.00/1.00 vMB 84
673,255 673,255 00000000000000000007d5978beccdb91ad7ed558744fd7975ed447b3580bef5 1,588 1.00/1.00 vMB 30
673,254 673,254 000000000000000000072701303adb62bac8b0e2d3622c5ca52acf2613c481d3 2,504 1.00/1.00 vMB 75
673,253 673,253 000000000000000000067d4fb57f2b811824c7962b0b333e84278e241e85db3b 2,379 1.00/1.00 vMB 27
673,252 673,252 000000000000000000077f36dc6682dd1a7265420f55ded7a3f73e03fb4d8629 1,665 1.00/1.00 vMB 25
673,251 673,251 00000000000000000001c6f22c9408ea2e0d2405e793ba4306c230f2ce6e58c4 1,913 1.00/1.00 vMB 64
673,250 673,250 0000000000000000000b1bd3865f0500df358226d312bfeb2024e0cb5fa2adf4 1,365 1.00/1.00 vMB 71
673,249 673,249 00000000000000000003389566f5d24610281bec8086a538333fc284523ccf1f 1,780 1.00/1.00 vMB 70
673,248 673,248 000000000000000000094be7da80eebc9c3dcdfcb2d4594279fe3c6b6237029a 2,177 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.