Loading Tool

Explorer IconExplorer

Memory Pool

76,717 transactions
28.63 vMB
0.07462473 BTC
Random Selection Loading Transactions
Max Size: 173.33/200 MB

Candidate Block

Mining Attempt d908c58783bdea59063c2cf0680407880c10a865fd1e46ea089f35ec7c4ede47
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root da374b558f7007971294d28545685dd0bef400225e4b8b3e40edb0395a50d017
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,219
Size: 1.00 vMB
Total Fees: 0.01519702 BTC
Feerates: 100.17 > 1.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (350,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,970 564,970 0000000000000000001b796aceb1b16a462e07b4c3e89fc7b2e2ba1af5b907a3 3,139 1.00/1.00 vMB 23
564,969 564,969 00000000000000000017ff13f401c3f9b3c0f71582cfcc36d5e5d6ff6f8ae97d 2,929 1.00/1.00 vMB 17
564,968 564,968 0000000000000000002624ffc735b1a9813181e64ffd0a0efc5988d074072f43 2,723 1.00/1.00 vMB 26
564,967 564,967 000000000000000000051b5ad77a0968f89f69d37ffd3bcd19760153f559ce5e 2,857 1.00/1.00 vMB 11
564,966 564,966 00000000000000000015054c72d8217db8449b029b3b36a1995271cf2046f0d3 3,031 1.00/1.00 vMB 38
564,965 564,965 000000000000000000128f9c5043722e21d9f7cf55318d807da19bbf2a38e57a 1,750 1.00/1.00 vMB 20
564,964 564,964 0000000000000000001c8bb8664e718fa7a00d19ecccf68072799d6d3c67ec52 2,515 1.00/1.00 vMB 28
564,963 564,963 000000000000000000238134ed454dbd341a3a8ddd8480936d8abf625d728671 2,856 1.00/1.00 vMB 4
564,962 564,962 0000000000000000002b73e3b6032b674ae3b550bd91a98b47f75a773b01c742 2,772 1.00/1.00 vMB 20
564,961 564,961 000000000000000000196202818e3c106d829ec19f1b196188e19e3dd367ff7b 2,874 1.00/1.00 vMB 38
564,960 564,960 0000000000000000001340c74085bc96fb75eebd57e0cfd7fa44bb75269ea651 2,105 1.00/1.00 vMB 10
564,959 564,959 000000000000000000139843548fe17e83157a45c52c9f9fda70b753e190ba21 2,826 0.97/1.00 vMB 30
564,958 564,958 0000000000000000001671ff873b39c4ffa04cefd0321ff84f928984c58b167b 738 0.29/1.00 vMB 21
564,957 564,957 00000000000000000020e75708119ea5098ba6a12c2156d7071a62b4c7c5aa9c 2,378 0.70/1.00 vMB 12
564,956 564,956 0000000000000000001544b2ed0b67968304b295d512ec537951eec1ba058963 1,797 0.60/1.00 vMB 12
564,955 564,955 00000000000000000017700ff0d514ef3062b739ce9af16ffde4d620b1f2a7a7 1,521 0.47/1.00 vMB 17
564,954 564,954 0000000000000000001f27daa50b205fa93e39fa693a98a7c4784eebe01c2e54 778 0.22/1.00 vMB 17
564,953 564,953 00000000000000000012d09a9f9169f7aaf9ac0670b906355ae3a5b6a65438a9 1,281 0.43/1.00 vMB 15
564,952 564,952 000000000000000000102cd366c6c7a253f6cbcca934ec173c7b392f85d2907d 3,263 1.00/1.00 vMB 17
564,951 564,951 0000000000000000002177b3096cea5afc4554a632f8747f2001d6898eb87a50 2,857 0.90/1.00 vMB 18
564,950 564,950 0000000000000000001193f5110f96e18c6999d82b1b9477d4834b7ae09b7741 2,354 0.68/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.15 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.