Loading Tool

Explorer IconExplorer

Memory Pool

79,548 transactions
30.34 vMB
0.06932807 BTC
Random Selection Loading Transactions
Max Size: 184.53/200 MB

Candidate Block

Mining Attempt eebc6429285a987fc5bde09ae08fa5e66bcb755513f1cee3568f9bc5a77225fa
Version 20000000
Previous Block 000000000000000000013056a9caa15cd1e34c038e1bb47f9d61c37f2e670056
Merkle Root b9bf742a576a5424171f382f7db58af4bb090d84f540cf6db7761d5961473df1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,696
Size: 1.00 vMB
Total Fees: 0.00469573 BTC
Feerates: 50.27 > 0.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,196 (374,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,985 540,985 000000000000000000179f282d45cdc00ebe5cd69eec218ce7b9a231f5a93d74 3,107 1.00/1.00 vMB 38
540,984 540,984 00000000000000000012a835a790c20d4dfb773af13738bb0c456842aaa2fbe6 1,228 1.00/1.00 vMB 27
540,983 540,983 00000000000000000016e3c46dab2e84e337ffc46d7c6e45be087b3bdc27e42b 2,061 1.00/1.00 vMB 18
540,982 540,982 0000000000000000001ffccefc133339e234e1dd3097f35a464b4d14d6e2af2c 2,029 1.00/1.00 vMB 22
540,981 540,981 000000000000000000044bc8329d2cab24b8a1afa74e4ffc6dfa2d6fd15fe88d 1,649 1.00/1.00 vMB 12
540,980 540,980 00000000000000000025cd740e69990c42bb47c88bac7e5a593457f6ffafbdef 2,634 1.00/1.00 vMB 16
540,979 540,979 00000000000000000002d3a866ccc069d4f76096a7464d6b88ff2be12d8b714b 1,917 1.00/1.00 vMB 15
540,978 540,978 00000000000000000014784479252a99331ba57b84171994899946d9e1d96d13 3,158 1.00/1.00 vMB 30
540,977 540,977 00000000000000000025c6474398aa53670d4f497aa10a8d8001bf84955aac6b 2,847 1.00/1.00 vMB 20
540,976 540,976 00000000000000000010905957d3bf8782ba7758b1f5e802477e548c2410f3a9 2,581 1.00/1.00 vMB 48
540,975 540,975 00000000000000000026ec67e00bdcae01dc46315d17d234e31c452473b2bb56 2,817 1.00/1.00 vMB 29
540,974 540,974 00000000000000000016d098d0c1bdd4583464175b8ed0d389f121a282959050 3,320 1.00/1.00 vMB 19
540,973 540,973 00000000000000000025a2c62033be50f15fa9020a269062069cbb46e25665ad 3,350 1.00/1.00 vMB 32
540,972 540,972 0000000000000000000ad60aa1b1686ec31d9be0a6d24bad8dd380a9276d5573 2,801 1.00/1.00 vMB 17
540,971 540,971 0000000000000000001db55740e98d0dc9bb8b30fcd5e54f4d5d16e70b270891 2,353 1.00/1.00 vMB 60
540,970 540,970 00000000000000000022c357aea3ca507897ed85066d380423b16753d773da0e 2,724 1.00/1.00 vMB 48
540,969 540,969 00000000000000000003b9568ea6b3c3c0bb530f317e97f7af43b3c51db41350 2,052 1.00/1.00 vMB 20
540,968 540,968 0000000000000000002137e821b58e32782b7f9987bad880cfe473c680a76b99 2,341 1.00/1.00 vMB 24
540,967 540,967 0000000000000000001ab533dbd0b7baf8eab194b9b29058e46ace505e4f28e9 1,392 1.00/1.00 vMB 17
540,966 540,966 0000000000000000001a07c1829e4497454cdc8a7ca364a76e26b376d56ed1cf 2,425 1.00/1.00 vMB 31
540,965 540,965 0000000000000000000e38ca162b81e07a2c0d669623b613433460d8c5c53dcc 2,466 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.73 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: 707.69 GB
    • Received: 16.69 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.