Loading Tool

Explorer IconExplorer

Memory Pool

78,951 transactions
28.97 vMB
0.11405490 BTC
Random Selection Loading Transactions
Max Size: 175.81/200 MB

Candidate Block

Mining Attempt 234b1de577a33c38ddbe0dc1cdd4a63f241ca6ecc72d60fa6023961a1f0c632e
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 8b5627599ad0c2a4026c81fcea8d4d4018bf948e95601470e58239341e420567
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,362
Size: 1.00 vMB
Total Fees: 0.04120096 BTC
Feerates: 602.26 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (91,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,261 824,261 00000000000000000003d8912161a4805a8283e9db796b5b21e74c3b5c09759c 3,181 1.00/1.00 vMB 96
824,260 824,260 0000000000000000000132dd04997dd75ed67388dbffd6b9f1b219d3947b0a50 2,371 1.00/1.00 vMB 105
824,259 824,259 000000000000000000034d7d932193d3fcb04fcc114aab2402affc7131935fed 1,417 1.00/1.00 vMB 108
824,258 824,258 000000000000000000003fbe8073bc18b53855c543b06f8c7827b2329f0e476c 2,461 1.00/1.00 vMB 46
824,257 824,257 00000000000000000000f92c5150b050d2f661597aa4f342e67f9de45a7a650a 3,114 1.00/1.00 vMB 45
824,256 824,256 000000000000000000037a077eb1bf140357932cb2fb7b41b9696c4effeecf9f 1,012 1.00/1.00 vMB 41
824,255 824,255 00000000000000000001b133f6d9e94338e5f7bda20e77aa878168d99ac25f9d 2,968 1.00/1.00 vMB 64
824,254 824,254 00000000000000000003043f9881bc1d86061efedbea97a23c5c82f8e0412593 3,043 1.00/1.00 vMB 97
824,253 824,253 00000000000000000002b256dd61c44076a0d606eb0700e738c01f816000d594 520 1.00/1.00 vMB 48
824,252 824,252 00000000000000000002692909699655b620157945ea9285477aee6186935a1b 3,035 1.00/1.00 vMB 64
824,251 824,251 0000000000000000000075887865beb2b02d23723de6eb65a4b06a43a5c4f844 3,042 1.00/1.00 vMB 92
824,250 824,250 00000000000000000001d99b09c6dfaaad75574b64db44e3f509212227691c04 3,387 1.00/1.00 vMB 65
824,249 824,249 00000000000000000002b270bdf5c0d0d5fe0132eb8d9bb788bca0e9331cefcd 3,348 1.00/1.00 vMB 89
824,248 824,248 000000000000000000035f6ad68b4dca6d358a96099855bb0beba4f57ab73ece 3,114 1.00/1.00 vMB 75
824,247 824,247 00000000000000000003bf4adbdbbbe91caccdd29d68ca2c7e72d7e3c9287cbb 2,903 1.00/1.00 vMB 142
824,246 824,246 00000000000000000003554a15e07fe6f1a987ba8cf4fa5b319e2c4bb06ba7a9 1,744 1.00/1.00 vMB 57
824,245 824,245 00000000000000000000b4b63d2608ef03e7b807183603a2e022c6be86c2a958 2,485 1.00/1.00 vMB 53
824,244 824,244 000000000000000000003139d604f85fa19858a5bd1c9157ed6271ec95eda274 3,375 1.00/1.00 vMB 87
824,243 824,243 00000000000000000002bd4c77026e1f0ce6b17181eb3adc497c86d808d0c3c8 3,506 1.00/1.00 vMB 62
824,242 824,242 00000000000000000000526e3f3714a18dd06cb4d9b0521270d39bc033aaff37 2,913 1.00/1.00 vMB 51
824,241 824,241 00000000000000000003a17ee460c25950e012cae26d5f5993824e4f7c9ccbc4 4,259 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.92 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: 714.42 GB
    • Received: 17.53 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.