Loading Tool

Explorer IconExplorer

Memory Pool

73,056 transactions
28.19 vMB
0.06621420 BTC
Random Selection Loading Transactions
Max Size: 166.99/200 MB

Candidate Block

Mining Attempt 63a756a76aa2fd44241839dd6396fa4b5e8f5bfdfde95d423bd685e2b19b6d1f
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root c60b8e0d25a5ca360e59726c2079437ff2f98be6cac524761d22c3e4d39e3a4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.00984864 BTC
Feerates: 14.41 > 0.99 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (388,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,380 526,380 00000000000000000037e185146e799a66652e8f0da1c6ce4a015cc96d901b35 1,069 1.00/1.00 vMB 14
526,379 526,379 000000000000000000366c335855a0981897cf92bb57faa468967df08c8992a3 1,212 1.00/1.00 vMB 17
526,378 526,378 0000000000000000002f94671edc26e03f9c15fa0432ad4e4273937061cc0f9d 153 1.00/1.00 vMB 2
526,377 526,377 0000000000000000000afc99e910d69a438200e691d54505f93bd8987982343f 630 1.00/1.00 vMB 9
526,376 526,376 00000000000000000024b37cb79b4b93168d2a8e3a1d37826a55db4af1dce6b2 1,799 1.00/1.00 vMB 16
526,375 526,375 000000000000000000383a3e1d8c43d05d7f64c97b43b78787a2ae538364c652 1,656 1.00/1.00 vMB 30
526,374 526,374 00000000000000000027f0c006f398f3c715671dc778ff2570e3ac6cb8afd4eb 290 1.00/1.00 vMB 3
526,373 526,373 000000000000000000310184229b8bf6982b014cc46d49829630ce79c5f827f3 1,645 1.00/1.00 vMB 3
526,372 526,372 0000000000000000001359b3caeaf33aa53d8d84a9b43d02a420d8dd91b12aa0 2,639 1.00/1.00 vMB 25
526,371 526,371 000000000000000000162c1966e55dfcf5555e583e96937c6ec4ea504a6c2e96 2,032 1.00/1.00 vMB 12
526,370 526,370 00000000000000000029e0a590bdd368dea547fa2822289117312cce1045a302 995 0.61/1.00 vMB 10
526,369 526,369 00000000000000000002ac6c355e5a4faba7f2d592240c2373180991203b028e 2,252 1.00/1.00 vMB 15
526,368 526,368 00000000000000000004118e13d66b461d44c5adc2c622ca9c26ab7e2adc8dad 1,462 1.00/1.00 vMB 18
526,367 526,367 0000000000000000000e12ea2678c1f2228b0d7da977603c1daad0b1d884360b 2,092 1.00/1.00 vMB 12
526,366 526,366 0000000000000000000f2356410f30497ff197e93b2fadac680849107a56f074 1,876 1.00/1.00 vMB 48
526,365 526,365 0000000000000000000a68e21845ff52ec2cc8a93bee1445d967c044d65e7a11 2,082 1.00/1.00 vMB 62
526,364 526,364 000000000000000000113b2a65a88141f6fa5d26c484ec278c0246ca5dd3aaa8 1,227 1.00/1.00 vMB 12
526,363 526,363 00000000000000000036869d57f020be3c971c281466dfcf7c5602ce4889f625 889 1.00/1.00 vMB 3
526,362 526,362 0000000000000000001c73e77f9d4309b8586e8e3e4def71eb3a350d6abd3e22 278 0.34/1.00 vMB 4
526,361 526,361 0000000000000000003695b7347ac2b92eaacc5dd6a39277e46364aa6086d5f7 2,695 1.00/1.00 vMB 28
526,360 526,360 000000000000000000121c423fd370d5a3d384fec289c1a82f4a56a312a82b91 2,837 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.46 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: 667.83 GB
    • Received: 15.30 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.