Loading Tool

Explorer IconExplorer

Memory Pool

35,456 transactions
25.90 vMB
0.06535874 BTC
Random Selection Loading Transactions
Max Size: 132.07/200 MB

Candidate Block

Mining Attempt 65819872642127e2111fb1bc0a67ea4309cf502d3c6013121f828ff65b7925b0
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 20e260ae915e5d7e1618bea4f361ed8451fedbdac62b51ec4b01b4ebe8624900
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,106
Size: 1.00 vMB
Total Fees: 0.01786539 BTC
Feerates: 713.01 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (206,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
707,996 707,996 0000000000000000000c8bfaefb0d243e32697bf3d3adf1b07ad783e5d93732c 634 0.97/1.00 vMB 13
707,995 707,995 000000000000000000018daa6e7ca47ca13111c2f6abcb101f2361bae7f166b4 1,449 1.00/1.00 vMB 3
707,994 707,994 00000000000000000001d310a3b89dfb8f9bfe4914cb8236e7ec1e2aacb0ea8b 2,857 1.00/1.00 vMB 17
707,993 707,993 000000000000000000053d9610596209c5a3c40fe6caf8c6b14ba58307aa61cc 287 0.99/1.00 vMB 2
707,992 707,992 000000000000000000094c9e52c66bfc18946255ca68785764f835f91fa490d1 1,491 0.96/1.00 vMB 17
707,991 707,991 0000000000000000000b9d7eb72630a9fbacabc9dedc84994cc8a9b4cf9acaaa 71 0.02/1.00 vMB 11
707,990 707,990 000000000000000000031a9109c21429bd535cab2876e0b88d87eb20b210bf52 1,045 0.45/1.00 vMB 9
707,989 707,989 0000000000000000000a4571f045fded624bf54ddac11241105cd769f9b51508 685 0.53/1.00 vMB 4
707,988 707,988 0000000000000000000736c0238c4d2154795ce8c50d499368640626ead4a831 2,370 1.00/1.00 vMB 7
707,987 707,987 000000000000000000029e1a5d73b9d60088083ead7a20e726da8df1dab4156b 3,465 1.00/1.00 vMB 15
707,986 707,986 00000000000000000003ef4605cfe26df1c2ca76fdf12cc7328029f2f317304a 2,097 1.00/1.00 vMB 8
707,985 707,985 0000000000000000000bdc60f434a06634e6cd40e58f497bc766f0147af6ebac 2,218 1.00/1.00 vMB 11
707,984 707,984 0000000000000000000a097c68ca26da60d3d4dbc5b3ef13afe154f5bba3dd50 2,332 1.00/1.00 vMB 15
707,983 707,983 0000000000000000000cd0e318f552b9832a443e0eb9f7522f0a1054acc57294 1,295 1.00/1.00 vMB 6
707,982 707,982 000000000000000000007031c4a0b36c04f5c286777bd6cdfb9fde311a503080 2,897 1.00/1.00 vMB 21
707,981 707,981 00000000000000000004dc55c41270fa6b0f7f92c0125e6d92b4a9d99e0433d4 2,377 1.00/1.00 vMB 18
707,980 707,980 00000000000000000002de5a7a3ef42f5d01d6a4b99397d983b70442d68810c2 735 0.37/1.00 vMB 10
707,979 707,979 0000000000000000000807b0e813c773aa0f993e82f142197cf78b04d9fcdf67 1,703 0.83/1.00 vMB 14
707,978 707,978 0000000000000000000bfe1b9d5a1fa41e82e2550900f6e812979b30f493d004 969 0.44/1.00 vMB 12
707,977 707,977 00000000000000000004445cf740c30c32bbb1d55b6b837b7a05871c418cdd03 572 0.17/1.00 vMB 14
707,976 707,976 00000000000000000004de24ab1b0145551e0d84ad746db85981f6128a5c1eb1 565 0.30/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.82 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 635.99 GB
    • Received: 12.34 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.