Loading Tool

Explorer IconExplorer

Memory Pool

32,259 transactions
25.30 vMB
0.08489162 BTC
Random Selection Loading Transactions
Max Size: 126.33/200 MB

Candidate Block

Mining Attempt 03d22aec1b1e1b59edf0899117c6f1385aa0118d7a9b5a9412ceb0804b2c9e5f
Version 20000000
Previous Block 00000000000000000000f9cc9430b1c75cb23484af9e7ec66b0ac92105aa7fbf
Merkle Root 3fdc3e9d69f78b8d50c9746f102e08dc4342fb250bbde3a9af1fce53ab90e1fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,387
Size: 1.00 vMB
Total Fees: 0.03882524 BTC
Feerates: 101.66 > 3.89 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,215 (815,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,010 99,010 000000000000748f18da9f6be5f7670bc5b3f2cb6c928960850d09556c4041ae 1 0.00/1.00 vMB 0
99,009 99,009 000000000000c6a31305ccb0a04d987f7190b76741c600d07e2d8100e7b945d6 8 0.00/1.00 vMB 0
99,008 99,008 000000000003783548868f0ebd1ccd00c2af89a8a8bbce1e3657f0945b9d5b17 12 0.00/1.00 vMB 0
99,007 99,007 00000000000068fcbf7e38d06b98fbb291f69b2eac75678cd9d5e20e8ab53a5b 1 0.00/1.00 vMB 0
99,006 99,006 000000000000cb1131cb2963140a512b1b5f3d8549a3482c6c9dc867d8f7e89f 7 0.00/1.00 vMB 0
99,005 99,005 00000000000136ce2916e75bdb883dcf3cf3d5c60af2f228dc74f88c4ec7b481 1 0.00/1.00 vMB 0
99,004 99,004 0000000000004a60c3ab36de39e76055a1df300c3c7e08a5d49d1a44d33140fa 1 0.00/1.00 vMB 0
99,003 99,003 000000000001970e7a382648aca85489709d1fc6f3543b6eb1fe146de302eca2 2 0.00/1.00 vMB 0
99,002 99,002 000000000000b138afde6193c604e693b315d7aecced254deabe963ea3664a74 7 0.00/1.00 vMB 0
99,001 99,001 000000000001ca717a5df4f57597b8857a2d10aab94058ef316906e56e0fcb16 3 0.00/1.00 vMB 0
99,000 99,000 000000000001d216ee63e5910da39b56d4b15fd962951b08901bd520a0b2b6ea 1 0.00/1.00 vMB 0
98,999 98,999 000000000003136c7789c01df6b4c228739a1bac4b6a8470daf90912b1a55ea8 2 0.00/1.00 vMB 0
98,998 98,998 000000000001d72fd24ff55d5abf138762df5537578746ba102de9a67b75ecd7 3 0.00/1.00 vMB 0
98,997 98,997 000000000002edb75c2f2435a1ef0801f7d96acc69f4659d43aea205f0dd34b2 1 0.00/1.00 vMB 0
98,996 98,996 000000000004514974029837edc533750017cbe12fd4daa5d715fbdac1425a15 1 0.00/1.00 vMB 0
98,995 98,995 0000000000015b77ad00726f229e9b764446c3af4bb23516298602e207923526 2 0.00/1.00 vMB 0
98,994 98,994 000000000001809c6c86b8322e525e4be69979c1c57887564d209b7898b98711 1 0.00/1.00 vMB 0
98,993 98,993 0000000000021afca987ce13eb5ffd70ef930aa0944a631f74e9f97927aabd22 3 0.00/1.00 vMB 0
98,992 98,992 000000000001a5d61a6fe3b01a07632af70a00617463ab28804533425f363b90 1 0.00/1.00 vMB 0
98,991 98,991 00000000000427f578c7f2b277d4aa43f8bf0c63e13ca9ff4be5559615adec26 7 0.00/1.00 vMB 0
98,990 98,990 00000000000079494a36706fbf8bb8ff9880ff09e74b7b6a2da5dba1772fce4e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.97 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 574.57 GB
    • Received: 8.17 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.