Loading Tool

Explorer IconExplorer

Memory Pool

45,542 transactions
22.32 vMB
0.08883139 BTC
Random Selection Loading Transactions
Max Size: 124.61/200 MB

Candidate Block

Mining Attempt 2261cc047dd0617a5e0956f802592ea3f4c84cc65c6ce2714946c2463a173026
Version 20000000
Previous Block 000000000000000000010af14abf3268910c2119088b119fa85fc48f0443cc77
Merkle Root f495fc7f4655315b11a5793bbce707a7ea730a71bf43d21a6d330334c21d9bc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,096
Size: 1.00 vMB
Total Fees: 0.02980343 BTC
Feerates: 152.70 > 2.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,096 (739,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,912 174,912 00000000000003c0a130baf345cf80846e180a735e219d5f4f3df576d1a4fefb 6 0.01/1.00 vMB 31
174,911 174,911 00000000000000f6422c9ffbf8e6dd170e2fa82e02a9dfc2553f648cbe3efb65 63 0.02/1.00 vMB 29
174,910 174,910 0000000000000572e498959d33ae2152732912fccc42a65efe421f99f236f78c 10 0.00/1.00 vMB 66
174,909 174,909 0000000000000908c38723f728e3abf7ab3d5748f21d126084ecc0f11e2da133 13 0.00/1.00 vMB 17
174,908 174,908 000000000000026fb70fc6fca0dfa1b85e6f04f92b3f0c5d37d2eb63c6128483 65 0.02/1.00 vMB 120
174,907 174,907 00000000000007d8e642559e7da4b570be3fd7496ae82b2ba6544da4c5f99a7b 70 0.03/1.00 vMB 122
174,906 174,906 000000000000052cdd351bbb263f2d316fd24c65af58debaec26ca5c9aa628f9 36 0.02/1.00 vMB 34
174,905 174,905 0000000000000652ad459249ccb385aa694622b0324bf466e6ac59e6c9e57c6f 39 0.02/1.00 vMB 50
174,904 174,904 0000000000000766ccff9a2698808f72b37a94a93ce6f3af370761acf9975eeb 78 0.02/1.00 vMB 7
174,903 174,903 00000000000008029e5dd03051cef0f4e4f24dd7689bf297fd0dfd0dfb643670 32 0.02/1.00 vMB 87
174,902 174,902 0000000000000713b7ba360572e75eba877333e3bc5c2a22618cfb747fe6eba8 24 0.01/1.00 vMB 52
174,901 174,901 0000000000000091cbec1ebade52f97d8f41afca023be12d86fb05ca79783cb3 7 0.00/1.00 vMB 0
174,900 174,900 000000000000077c029670690775ed321aeb45dfd8af3e72412733d9b110d722 60 0.02/1.00 vMB 106
174,899 174,899 00000000000009238ffd57e4b9045e460e0478c5aeafb9d2a88b728d71e5681f 67 0.02/1.00 vMB 21
174,898 174,898 00000000000008ca91de00f25b8fa03447fa4e1f2509b55fe0d74a440c0f60a2 125 0.04/1.00 vMB 108
174,897 174,897 0000000000000a216261666754e002ffeae5f345fcfff853060308b0bb712be8 5 0.00/1.00 vMB 1,720
174,896 174,896 0000000000000a254f270eac8a2362c2cf607f3412945efcf9e284b6e0d0f42d 25 0.01/1.00 vMB 35
174,895 174,895 00000000000001199b8c70d0f91595011e6151d29e55e3240b0a0e7bdbd478a8 52 0.02/1.00 vMB 171
174,894 174,894 00000000000004e13ae05dfd3907d42eaadca03d8ae6b8c05d96202f0f4d5db2 11 0.00/1.00 vMB 189
174,893 174,893 00000000000004d000f2f0581765bd4eacd49d071f897c2527f0a759f7ade6b1 13 0.01/1.00 vMB 314
174,892 174,892 000000000000029fa72950f7de12a1e2cefc5729842a43f1ea77dceb2e6dbcd8 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.77 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: 558.70 GB
    • Received: 7.13 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.