Loading Tool

Explorer IconExplorer

Memory Pool

43,057 transactions
29.06 vMB
0.09091476 BTC
Random Selection Loading Transactions
Max Size: 148.69/200 MB

Candidate Block

Mining Attempt b115fbe5bc9e33d0f0c9b69ab3607eff57b814356ec8c605bdd25ae93f67a3c4
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 8df413f7c11ef673d4f312b0c5394dd0730b890d7357ae382e3a4c8c5946afd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,133
Size: 1.00 vMB
Total Fees: 0.03270184 BTC
Feerates: 88.27 > 3.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (390,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,517 524,517 000000000000000000076f067823a518f168ba26d0eb87e278d56c4cf87a75eb 1,629 0.56/1.00 vMB 38
524,516 524,516 00000000000000000021d564775a20ab740ff897abf4ca543cb6651a433ab0a8 427 0.20/1.00 vMB 3
524,515 524,515 00000000000000000036d23e20db25ffa948f79f6ef080c2df75f7cd6ca090ba 2,545 1.00/1.00 vMB 31
524,514 524,514 00000000000000000006b6fd1f07c678f6c563d3205d0a8d0b3b0653ba6cab26 2,736 1.00/1.00 vMB 25
524,513 524,513 00000000000000000000020093ea502dec7cd56a1f5e2e8dd0e3d669c47ebc0c 1,304 0.49/1.00 vMB 43
524,512 524,512 0000000000000000000d2106b929401bddb1d9b2e0f36c47bec052290bb3580a 294 0.10/1.00 vMB 39
524,511 524,511 0000000000000000000a5e7f7cb76c95b6f6d3127355be9aecfb2f9d57c7199f 517 0.16/1.00 vMB 40
524,510 524,510 00000000000000000033ad70ee2fa602c932739371c98c14887e6c442b36a9cd 2,140 0.80/1.00 vMB 31
524,509 524,509 0000000000000000002541afd5ed6337ab60bf7937a238e3d886d364a473dc61 1,300 0.49/1.00 vMB 15
524,508 524,508 000000000000000000194bc374d98c0bba790ffb6d124c9dd8858dbcfcfd63bc 2,837 1.00/1.00 vMB 34
524,507 524,507 0000000000000000001b820ebfee4b4b9f736a45902626a0a7ef443adaaaa40c 799 0.29/1.00 vMB 34
524,506 524,506 00000000000000000011f196e0b7a86c7fb1f141e101497c1ab4210b69983f6b 362 0.12/1.00 vMB 20
524,505 524,505 0000000000000000001b3cc913eb041ab2056d8955a7cae986423f012bca18f5 269 0.09/1.00 vMB 16
524,504 524,504 0000000000000000003653ba21314095dd0880f6b3b76741d4eea2b5a7592df2 877 0.39/1.00 vMB 42
524,503 524,503 0000000000000000002b4a1c8cbda56220b8ff27a9fe575ecf276d8f5b0fd85e 65 0.02/1.00 vMB 33
524,502 524,502 00000000000000000023bf6996759bef0df1fe1642f60da0934193a97a7e2bfc 851 0.35/1.00 vMB 25
524,501 524,501 0000000000000000003df0df604c6cb204ad1024b0a256e2de169e4c30d758e5 1,919 0.67/1.00 vMB 33
524,500 524,500 000000000000000000147c9f352a4fa80616b5a98b3cbb61cf6ab5726bf991a5 122 0.04/1.00 vMB 11
524,499 524,499 0000000000000000001a1e8c8dfd7bcdd2628088c12e65392ea5e082b4329229 110 0.03/1.00 vMB 20
524,498 524,498 0000000000000000003ea0388e8d5d67c826b9828a0e1e1c2e65c65acc37d031 368 0.14/1.00 vMB 54
524,497 524,497 000000000000000000356417ab208676e46ff35c801571e289166d845dc8cbce 1,530 0.59/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.73 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: 630.34 GB
    • Received: 12.02 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.