Loading Tool

Explorer IconExplorer

Memory Pool

37,113 transactions
27.75 vMB
0.05841612 BTC
Random Selection Loading Transactions
Max Size: 140.39/200 MB

Candidate Block

Mining Attempt 2826fb55914566b8ce0e4f08a63a97a0e0a7fc1d5ca4872db3920c57ba920598
Version 20000000
Previous Block 0000000000000000000136ed55bb1ddf4d1f340955528f3c7bf60ccd85f41c56
Merkle Root 72b5aadfffedb9ed2ddb2d20d4cec706d0e4d009e2a3b34f601a29ff454ab0a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,909
Size: 1.00 vMB
Total Fees: 0.00566608 BTC
Feerates: 20.54 > 0.57 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,623 (390,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,521 524,521 000000000000000000345328e1efc58c7e81958005d3e1eb65ecf690b3d26afd 235 0.14/1.00 vMB 70
524,520 524,520 0000000000000000002e0a1815a897ce1c2a0119d5e0ff323ec847c8a3b32b75 232 0.07/1.00 vMB 21
524,519 524,519 0000000000000000002f5af3f3f2513ea0ccffef415293b514c2878c490e759e 1,118 0.45/1.00 vMB 21
524,518 524,518 00000000000000000030c1ee811c9917a59f486e7f635f4d61438970c02b4be6 1,400 0.49/1.00 vMB 29
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
Previous 10 blocks ↓
Total Size: 781.72 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: 629.93 GB
    • Received: 11.96 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.