Loading Tool

Explorer IconExplorer

Memory Pool

83,235 transactions
31.39 vMB
0.09069810 BTC
Random Selection Loading Transactions
Max Size: 192.24/200 MB

Candidate Block

Mining Attempt 5a344e5013d30b2d7fd70857c3cea40d3046af3268d19e12035b3e1ef1ee1542
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 425ecbbe89dd87e4a8c0111e212d9193ae0f08d74ce306399f03b6c098baaaa8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,472
Size: 1.00 vMB
Total Fees: 0.01937894 BTC
Feerates: 40.68 > 1.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (616,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
298,923 298,923 00000000000000005b873be93174239a842de2936ae16d0c6a713962103bb342 18 0.01/1.00 vMB 55
298,922 298,922 00000000000000000ff4ea95c779bb15b051a8998977ac933c4be54d7c11f166 386 0.21/1.00 vMB 62
298,921 298,921 00000000000000002203cc4961ce9bbcfa316d038a2c4285697ca14e5e2a6a31 61 0.03/1.00 vMB 29
298,920 298,920 000000000000000043fc856a9f64fb0442927fde4e28f7a27f60fc83bdc4d2b7 460 0.24/1.00 vMB 25
298,919 298,919 000000000000000026f790d4b91839782200900edf4969b500d20bc9eee3014b 512 0.17/1.00 vMB 65
298,918 298,918 000000000000000023b5942be3abfc21518136e5566870505b72996531124460 223 0.13/1.00 vMB 21
298,917 298,917 0000000000000000614d897ea9dc618c2ee3eb08a5cdad02064307ba71fe28c3 256 0.12/1.00 vMB 51
298,916 298,916 0000000000000000729a5990e1e4a31d157ebe3e30efafee512170d5aa1972b3 13 0.00/1.00 vMB 37
298,915 298,915 000000000000000022afb86ac16d80487af4c79ff1856e26480f393b3b12db01 547 0.26/1.00 vMB 77
298,914 298,914 00000000000000003c74c33856d47e8cdcd932d56302af4b785202209c83eae8 221 0.14/1.00 vMB 31
298,913 298,913 00000000000000001ebf9528d005d5727af22de4fe103715cc1c222a5731213e 639 0.31/1.00 vMB 38
298,912 298,912 000000000000000082e05e893acdd5f1b18cdf2e5f143a2b020e0e51e99cb02a 787 0.36/1.00 vMB 43
298,911 298,911 0000000000000000372e3c13216f66bacd91ec3ceb36bd5dc042cc1df593e91b 265 0.23/1.00 vMB 17
298,910 298,910 00000000000000000c1b3eec436c3579ecf9be01e86b6303de960649fa6ca07f 512 0.23/1.00 vMB 44
298,909 298,909 00000000000000001b3002df78eb2362ddc2988113af9cccd6e7103922836254 261 0.13/1.00 vMB 31
298,908 298,908 000000000000000068dd47009f3f712964c2d39f64635a35751d902a87cc9dab 1,043 0.55/1.00 vMB 28
298,907 298,907 0000000000000000557a3961bf34e3f162851aeb000d7fa6f9833eaa38013644 64 0.02/1.00 vMB 45
298,906 298,906 00000000000000003abc92f409735c86a319e8a6626f712164d7bcb6d20318c6 512 0.19/1.00 vMB 63
298,905 298,905 00000000000000003b22a916695ea0cda213387101e1dc1d248beef9592bb091 596 0.29/1.00 vMB 44
298,904 298,904 000000000000000004225c790dd5b4c448fba4ef5a147807ceae171ffe379bc6 64 0.02/1.00 vMB 44
298,903 298,903 000000000000000084d6724a496866838b40323b8f994eb823872d06ac7e0d5a 452 0.30/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.78 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.66 GB
    • Received: 16.95 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.