Loading Tool

Explorer IconExplorer

Memory Pool

79,145 transactions
29.46 vMB
0.08402182 BTC
Random Selection Loading Transactions
Max Size: 180.12/200 MB

Candidate Block

Mining Attempt 5d2ba5780bff4ec562e3a014df29af644236ea2ab1bfe8b33ba7f909ff1c2f8a
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 2a474b7a7c40ea92cf991272b2233d2d9cfee250c3afc9cd252552cdec433ade
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,340
Size: 1.00 vMB
Total Fees: 0.01926049 BTC
Feerates: 402.60 > 1.93 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (57,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
857,734 857,734 0000000000000000000037ad11d3045f9af3d4d5356d4fcc70ad3d23fe2ea30b 6,598 1.00/1.00 vMB 3
857,733 857,733 00000000000000000001f8c9b410b78dfe64754caa2592072c92a0ba1e964a61 2,536 1.00/1.00 vMB 5
857,732 857,732 0000000000000000000336d202865beb62386a09e5c5ced1690d5de7c6a1f3a7 3,123 1.00/1.00 vMB 7
857,731 857,731 0000000000000000000096101a89a95e5bc4d97ee0e2d4f03b8b6b9d98b73b0e 2,520 1.00/1.00 vMB 6
857,730 857,730 000000000000000000033086a3ca9fe689c9e67d3f56e35e377e5b4c08ea4608 7,082 1.00/1.00 vMB 3
857,729 857,729 0000000000000000000133e2285759feb9eeb1499e4b62cea35efc729c812fe9 4,948 1.00/1.00 vMB 4
857,728 857,728 000000000000000000004fb17c5f3975034a5a5ec759cd8825d5ff155e4a835f 4,447 1.00/1.00 vMB 4
857,727 857,727 000000000000000000027b0e6dfdeeab3499ba0dced103d47582fafe1439e71f 7,124 1.00/1.00 vMB 3
857,726 857,726 00000000000000000003147d1d2840ddbb25b7d456a94b389fbf875abc169aba 6,993 1.00/1.00 vMB 3
857,725 857,725 0000000000000000000196cfdad0ce00b3e8e54beb8d21c5567d226eb9a74dc5 7,614 1.00/1.00 vMB 2
857,724 857,724 000000000000000000026f41c1637a9e4058321462700ca8f00530797bff51c7 4,336 1.00/1.00 vMB 3
857,723 857,723 00000000000000000002b0fe2ca0d12a615cc98b6902d8884a976d7fd310f8d1 7,243 1.00/1.00 vMB 3
857,722 857,722 00000000000000000002854fc3c2559eb19dcb43b33dbd5703f9cb64f214c613 5,877 1.00/1.00 vMB 4
857,721 857,721 00000000000000000002dc2ebb34f431055921f787d24b2b095e50e7cf025505 4,262 1.00/1.00 vMB 5
857,720 857,720 00000000000000000000e8c92ae0b0444c877a9433b25c04ab498d4169ebaf21 4,631 1.00/1.00 vMB 3
857,719 857,719 00000000000000000002bc6789fc6742da4958d003d3abff740687a863613a46 5,408 1.00/1.00 vMB 3
857,718 857,718 00000000000000000000396016424e19bec3bec3b9162959cf750c0caa080a6f 3,892 1.00/1.00 vMB 6
857,717 857,717 00000000000000000001a2d28c9e109ce268e3a4db879b572eecce0599dc5928 5,342 1.00/1.00 vMB 4
857,716 857,716 0000000000000000000083259492ff35cb323ef6daf69418fddf371402eb67d9 6,245 1.00/1.00 vMB 3
857,715 857,715 00000000000000000002f7e46e87648c874a9b0b5d5edae92c0a13ce48bf758a 7,076 1.00/1.00 vMB 3
857,714 857,714 00000000000000000002bf25fc70acf46950311f427aee21a268d1d2cd32bba4 6,299 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.95 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: 715.17 GB
    • Received: 17.66 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.