Loading Tool

Explorer IconExplorer

Memory Pool

43,448 transactions
27.06 vMB
0.06376872 BTC
Random Selection Loading Transactions
Max Size: 142.40/200 MB

Candidate Block

Mining Attempt 526527eda2895bb8cdad3cde41ef0783891d6315b2d6a099fa1e335fca100311
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root f63eacc2ccbfaad83cb22b32eee1e6054966f0c50b468213a3c80199ec073944
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,315
Size: 1.00 vMB
Total Fees: 0.01333168 BTC
Feerates: 151.15 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (79,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,001 835,001 000000000000000000022f21b402689f5ddfc1fad084ad5a0a2a4f6db5a39dab 3,108 1.00/1.00 vMB 10
835,000 835,000 000000000000000000021c2f8d6fe88aa56e84c5a84907f46e0fc486f69a2ad1 2,238 1.00/1.00 vMB 19
834,999 834,999 00000000000000000000877f6bd6a5ef4d7d2af6f049a1f593b34dd9cbe4a364 2,327 1.00/1.00 vMB 15
834,998 834,998 000000000000000000026480a3a42befef76245e4642373a75e2684fb0effc43 3,150 1.00/1.00 vMB 27
834,997 834,997 00000000000000000002a27ff073dee7143a73f70142b9542a3b3a6cdb72feda 3,390 1.00/1.00 vMB 35
834,996 834,996 00000000000000000002f3eae20dab05746e928e4b5dbef0a982e81ecae7028c 3,228 1.00/1.00 vMB 14
834,995 834,995 00000000000000000001dab95ef2d21c45b9b6387baeaa46b46f006c044dbd73 911 1.00/1.00 vMB 10
834,994 834,994 00000000000000000000efa7aeaec51020b36e781f1624618d690985e82e6e41 2,075 1.00/1.00 vMB 17
834,993 834,993 000000000000000000028bcf6fab445b73ad707a34059d06d0a6e3aae2f77dd7 3,307 1.00/1.00 vMB 13
834,992 834,992 00000000000000000000264230b450af3e23d6e5e69678a4f7028bc225a1c88c 1,531 1.00/1.00 vMB 11
834,991 834,991 00000000000000000002893116ec4e4fea69eb0b8e83661b09853b9767a0e864 2,236 1.00/1.00 vMB 18
834,990 834,990 00000000000000000001d60e567bb2f5b5b03df4a26f5cf5e459af5252dee2b9 2,590 1.00/1.00 vMB 26
834,989 834,989 000000000000000000029a7e6db35ac0da0f94f07ad0f4d21693bbcd57792a13 2,172 1.00/1.00 vMB 13
834,988 834,988 0000000000000000000092f87efb70672b6086810c7640ef6819bff9502a45e9 1,713 1.00/1.00 vMB 13
834,987 834,987 0000000000000000000152b815713752fa04002381cfd55bcb3715b37eac3afc 2,672 1.00/1.00 vMB 25
834,986 834,986 000000000000000000026294bf147329031d590317a20716d98f91ae5bd5570c 2,614 1.00/1.00 vMB 14
834,985 834,985 00000000000000000003472bbc6d7145b29cafb64af4d926f5000e6b3fd80f54 1,475 1.00/1.00 vMB 14
834,984 834,984 00000000000000000000fd37c1f5977e1c695c8ea3b2c101bec1415d3805d02f 1,171 1.00/1.00 vMB 13
834,983 834,983 000000000000000000030e8f701ba757a0b5b3ac0f9ab459a9e6651e917b11fc 2,963 1.00/1.00 vMB 15
834,982 834,982 00000000000000000002ffc22d8ae1563e9880f9d691d7c736ad7dedf4b9f833 973 1.00/1.00 vMB 9
834,981 834,981 000000000000000000000871b2596fe2708a5ab2089b49c3d57d4011498e67c1 2,554 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.18 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.