Loading Tool

Explorer IconExplorer

Memory Pool

84,476 transactions
31.68 vMB
0.10724727 BTC
Random Selection Loading Transactions
Max Size: 194.21/200 MB

Candidate Block

Mining Attempt aa8b0bbc64c302f21742d9b40287941a374b5475a0a1f4b27ae7bfcb1630e165
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 538de62f4a3e73f1fac8446ef931f63da226b73dd9ebac811d3e21dddf44c64c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,147
Size: 1.00 vMB
Total Fees: 0.03305348 BTC
Feerates: 504.27 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (231,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,101 684,101 000000000000000000027498600d87a726c2c90b4656b0973c6325787ca3ed2e 2,216 1.00/1.00 vMB 62
684,100 684,100 00000000000000000006fa3bcf30c6813db963d49347f4fe49e5c3d02db7a4eb 1,676 1.00/1.00 vMB 69
684,099 684,099 00000000000000000007ebb8be2cd177a9bef20cdd053cbfc3341a6be622ff30 1,603 1.00/1.00 vMB 69
684,098 684,098 00000000000000000001f00229d3a237b2479e99c4d35fa9c0510f5f99d24732 3,183 1.00/1.00 vMB 89
684,097 684,097 0000000000000000000390df0bf19c587879af92988fca4c6415df275fd86a06 2,050 1.00/1.00 vMB 72
684,096 684,096 00000000000000000001a88e232fd077373298198af108d5d2f55d0fcfb490df 3,033 1.00/1.00 vMB 83
684,095 684,095 000000000000000000001c2921f36645b4f890289b125462781575623fd8b6a9 1,200 1.00/1.00 vMB 68
684,094 684,094 00000000000000000000f5e36b18d4dd4bb0bab8534e7c2b592d7b6d37f14eb0 2,117 1.00/1.00 vMB 63
684,093 684,093 00000000000000000007bc98446a265008e443b8ca4c31a11ac48f2add39ebc7 1,987 1.00/1.00 vMB 72
684,092 684,092 0000000000000000000861308f2459aa920cf7e450c22117a940108309cd7f4b 2,789 1.00/1.00 vMB 77
684,091 684,091 00000000000000000003fc12f3c6eb6329064c873910727198cdbb951a096156 2,083 1.00/1.00 vMB 67
684,090 684,090 0000000000000000000587a0a7a701865353603ee98fcb5ba31d2d71f7fab4a0 2,418 1.00/1.00 vMB 76
684,089 684,089 000000000000000000050629678dc2490ea231ebffa33dc0d18ced317c488cc7 2,287 1.00/1.00 vMB 71
684,088 684,088 0000000000000000000288d0e615498f1b7591b18ab3cb093eb8180f6ddcfc8a 2,831 1.00/1.00 vMB 85
684,087 684,087 0000000000000000000a3395ded1c3b4bc6ed522ddcd5825e1c0a32067bbe3e7 3,030 1.00/1.00 vMB 82
684,086 684,086 00000000000000000006c46ab9a7929f7a62ccb9375bc5c757a47d08325f51e1 2,741 1.00/1.00 vMB 113
684,085 684,085 00000000000000000008d433db1119a9b71e207bd1db10795b94953dbbb3962e 2,213 1.00/1.00 vMB 69
684,084 684,084 0000000000000000000494d1a9a20a84d436e1579ff6b336dc73a61ec13459e9 2,739 1.00/1.00 vMB 98
684,083 684,083 000000000000000000029ddb389eb421dd9df6e70582452806615f1dc65fb49a 1,671 1.00/1.00 vMB 71
684,082 684,082 0000000000000000000931ef405b7b4453cb7c1183fda35fdc52c6b51eb6f4d8 2,761 1.00/1.00 vMB 82
684,081 684,081 00000000000000000004b550e818e9666d08e3c6317cf9fdfa61cb827317c245 2,172 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.