Loading Tool

Explorer IconExplorer

Memory Pool

46,307 transactions
30.62 vMB
0.09873766 BTC
Random Selection Loading Transactions
Max Size: 157.54/200 MB

Candidate Block

Mining Attempt 296ed8bd506c64a144cb3348d0bf0d00c815363309ff71c1d9d31c04f740ecc7
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 0b4a02df6990491c8f847e46271e96b0ec48f0e00edbb8ce78cd8c9dc6ebc2ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,683
Size: 1.00 vMB
Total Fees: 0.03174392 BTC
Feerates: 100.29 > 3.18 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (446,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,695 467,695 000000000000000000fbf7ad8b4ed127297ac0a6ab81c5c95c55cc493bca30dc 1,942 1.00/1.00 vMB 275
467,694 467,694 00000000000000000057945269326227e1d54d37f9f9d6de11315037417dec18 2,348 1.00/1.00 vMB 262
467,693 467,693 000000000000000001149deb965be5417d2366c24c89c6664e1b362e0866128e 2,399 0.99/1.00 vMB 307
467,692 467,692 000000000000000000387acd4cd57c9686967eb68ab06d0d304c3292cf880e75 2,684 1.00/1.00 vMB 330
467,691 467,691 000000000000000000579d8b92e3262c5b0d9f4530dd6317a80298dffed4f1ca 2,375 1.00/1.00 vMB 299
467,690 467,690 00000000000000000139a9afc461ce24385a66d4e5928fba95e3d66f0b510b25 2,502 1.00/1.00 vMB 362
467,689 467,689 000000000000000000c330f51037016fe2cfc55fe416593064090696ddca5888 2,129 1.00/1.00 vMB 335
467,688 467,688 00000000000000000150920015cf4910723e51acbf98e64f1f4912deecca3ecb 2,210 1.00/1.00 vMB 256
467,687 467,687 000000000000000001f0a046eaee8def0ac3cdf5caeb219ae9bc853082c9c1ad 2,476 1.00/1.00 vMB 299
467,686 467,686 000000000000000000784fcd07494d81f5d41312b6b861834d94a735ab461b19 1,685 1.00/1.00 vMB 189
467,685 467,685 000000000000000001e8a81d877a48c1f918acda1228aa15964ca2bcf000fa57 1,340 1.00/1.00 vMB 186
467,684 467,684 00000000000000000187b4cb3b07a484b736433c177b232e91d0e1bf8dddb696 2,516 1.00/1.00 vMB 274
467,683 467,683 000000000000000000578735d25d5a1632f0bb865f193b565041b3bf0c9e2f3f 2,637 1.00/1.00 vMB 271
467,682 467,682 000000000000000000b51db0ab76c2b3334446104e4eac36d24cef0108df7414 2,290 1.00/1.00 vMB 279
467,681 467,681 00000000000000000053cfb327adc2a81318fd778cccf5beff6e9913964747c9 2,890 1.00/1.00 vMB 337
467,680 467,680 000000000000000000aa9322099e3ddb8f9cef77cd5270cf67455fa06aa8b473 1,695 1.00/1.00 vMB 195
467,679 467,679 000000000000000001f36804c0bde2c5e4ea1669d0a49d8566fe4b5bcde89955 2,214 0.99/1.00 vMB 252
467,678 467,678 0000000000000000004739cb16e80f596bdb9a76586e6e300478be7d515e99d4 2,323 1.00/1.00 vMB 302
467,677 467,677 0000000000000000010d64584e351d76c9ffd930693971b6de44b416c8aaa38d 2,048 1.00/1.00 vMB 215
467,676 467,676 0000000000000000003d1d1e6da2e5f711037f9ab8ead81c11f2b357c03a3985 2,040 1.00/1.00 vMB 250
467,675 467,675 0000000000000000005418e9e60839cbd9b2ae2aef66130e2a1eeddc5f2afa93 2,642 1.00/1.00 vMB 312
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.63 GB
    • Received: 11.68 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.