Loading Tool

Explorer IconExplorer

Memory Pool

79,909 transactions
29.31 vMB
0.12572827 BTC
Random Selection Loading Transactions
Max Size: 177.47/200 MB

Candidate Block

Mining Attempt 39b59a6f58557cc231a51c40978201a825f0aef7c27eab98d51545a2d2bdfabd
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root eff3f4de0bc4bccc5396ceb667326dc07e1c609144be6ec5a38e85305f152417
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,887
Size: 1.00 vMB
Total Fees: 0.04715597 BTC
Feerates: 301.72 > 4.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (795,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,258 120,258 00000000000035a080bdb81f164b71798a3679d7a48c5b7e058c9ff931e5e3d5 9 0.00/1.00 vMB 837
120,257 120,257 000000000000322d7391aaf371fae0d3881f675e24de773e36bc135968e7b0d4 5 0.00/1.00 vMB 0
120,256 120,256 0000000000007938fddf86a809fe6fea4958f2484e5c8c50ee84eb35bcacc784 9 0.00/1.00 vMB 349
120,255 120,255 00000000000075f9aa6710b66769e0d39dee44dc64c342facd64c6d6a1fb5b0d 13 0.00/1.00 vMB 749
120,254 120,254 0000000000008c49622c6833aded18b5cab77696a98041734390c7a30fecd64d 32 0.01/1.00 vMB 182
120,253 120,253 000000000000a795d9e6d3942ebda01f9794693413d08f63635fa2ec1b9c01ad 5 0.00/1.00 vMB 810
120,252 120,252 000000000000767c7cc133f32cfff5f8f3e39511f72d4e7b404b5598602a7792 9 0.00/1.00 vMB 1,020
120,251 120,251 000000000000963a6ca1320cd46938efe8b3cf29548dee232f28c014f48e6a26 45 0.02/1.00 vMB 127
120,250 120,250 0000000000005fb4ed983808dcd2ffa21b8dcc1122e61268124111d0bbf100ed 19 0.01/1.00 vMB 607
120,249 120,249 000000000000accbca68157e99dbd1211fb0ca290a0e8d6a0b24ba614466b228 2 0.00/1.00 vMB 0
120,248 120,248 000000000000932fcfa9ece947e26f4067fee826dce81956a4cca1fdc867b959 5 0.00/1.00 vMB 0
120,247 120,247 00000000000085ba98fca1a7143ff8a89041aa2360898fbfbc56088384b8acfb 6 0.00/1.00 vMB 0
120,246 120,246 0000000000003817e15dbded7597bc41655b39ca737316b7e0432c5b4f79553f 14 0.00/1.00 vMB 1,398
120,245 120,245 0000000000005a7e18d0ee2b9fd7152f70beb902e6fc73f9dc55799d183a4517 12 0.00/1.00 vMB 625
120,244 120,244 000000000000a8dcee48f8a53946fc80f0de49f51f7d251d0155fb0e76385670 10 0.00/1.00 vMB 0
120,243 120,243 000000000000a422a120f5e568b7d509775fc627adcca1f102c96f11a52f696e 11 0.01/1.00 vMB 662
120,242 120,242 00000000000068a2aab4e70ec5d4b69da83cb7d758e6cef6b58b036381377b35 8 0.00/1.00 vMB 742
120,241 120,241 000000000000806eb1b70c7e2a8d9fd704e5649e1b8b1615ef468c3d7295d867 4 0.00/1.00 vMB 934
120,240 120,240 0000000000000d2be908287a7dd36a22e92555e5691b7da8f69f0b4050962278 1 0.00/1.00 vMB 0
120,239 120,239 00000000000028ae91b90370dda4891fd62d4845b6461679b7a2ef347a5bf61a 4 0.00/1.00 vMB 1,765
120,238 120,238 0000000000001b2778e34e81515b919a173dccd10b4fcdb41fb6d5f64ee0a303 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.