Loading Tool

Explorer IconExplorer

Memory Pool

77,640 transactions
29.60 vMB
0.10200539 BTC
Random Selection Loading Transactions
Max Size: 176.85/200 MB

Candidate Block

Mining Attempt 9dbe09e947dc26df6b1da6b552502ed15bb2f47ef39ae273d3aa5352865c33c0
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root 0e0646049d0aa99bf05bc0b9116900ccb3722ae13f37b5159010d31482287ba6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,001
Size: 1.00 vMB
Total Fees: 0.02231453 BTC
Feerates: 109.82 > 2.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (630,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
284,916 284,916 00000000000000013e699712a8196673c2b889f44905a002522be0da6dc60e48 351 0.14/1.00 vMB 47
284,915 284,915 0000000000000000c66b14c1034cc90195110c674ce6519b834ddfd1824bfbd9 637 0.28/1.00 vMB 40
284,914 284,914 0000000000000000cd86ac4312e3b6b90bfc626f34854804564806a17c4b3784 238 0.11/1.00 vMB 36
284,913 284,913 00000000000000003a8c0dc8cd3fc558b7dd8fd9d0212459580133b36647a42d 419 0.25/1.00 vMB 27
284,912 284,912 00000000000000012d3643ac82b17113114cc7015122276de70e881bfaf421ea 160 0.05/1.00 vMB 53
284,911 284,911 0000000000000000fcdd6b8a2fa89433522e47cc61ba635b5c2bfbd7e53e06f0 292 0.19/1.00 vMB 31
284,910 284,910 00000000000000017daea7404559406ebafa63a38efc73aa3c4275da57be4f71 230 0.28/1.00 vMB 18
284,909 284,909 00000000000000017e3ec04c7282dfcfddae96078530e18608dd3e9f5febbfdb 142 0.08/1.00 vMB 27
284,908 284,908 0000000000000000de2f8d244c919452c498f917cf5525e59804bd614b4217a1 196 0.10/1.00 vMB 25
284,907 284,907 000000000000000113e21e03d576605ca52b8bee74d88bd7252e8bb5373c69de 250 0.12/1.00 vMB 36
284,906 284,906 0000000000000000c611868ea3c0f5d5c83148e6ec0b22e76671e406147b452b 304 0.31/1.00 vMB 19
284,905 284,905 00000000000000011f82b6aead0ce9a53f0fdc911e334de5edfbc5893a981511 164 0.05/1.00 vMB 45
284,904 284,904 00000000000000013486e67691defb08f614d4101bfe7d80031a55922450aaba 368 0.34/1.00 vMB 17
284,903 284,903 00000000000000005a6c15e11d8790589e6669b808cf9f5452fcd437cec42067 665 0.25/1.00 vMB 47
284,902 284,902 0000000000000000f27d6dff70065ae75e439dd24f15d4ae9badbb16276fafdc 858 0.35/1.00 vMB 35
284,901 284,901 000000000000000055ba357c1cd883510ed9ffb285cd2f9192c1fdb2df6fc811 174 0.05/1.00 vMB 59
284,900 284,900 0000000000000000c1caaadf429196b12152fc7bb381d99fb974235ab248c33c 141 0.05/1.00 vMB 113
284,899 284,899 000000000000000070be3e6fda47852178cf4f3d43f2915ab22edf0e991ef560 110 0.05/1.00 vMB 39
284,898 284,898 000000000000000103e6720f73bd5f4e5d349eae9a5dc00e703bffdd8d030753 233 0.16/1.00 vMB 25
284,897 284,897 000000000000000069603a5e4cb37513cb4844359f26ae0958d8b81b34032699 380 0.21/1.00 vMB 28
284,896 284,896 00000000000000000c72bdf69b6d2739d6aea97540b789c1b03079535e3f7780 180 0.05/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.91 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: 714.12 GB
    • Received: 17.51 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.