Loading Tool

Explorer IconExplorer

Memory Pool

49,921 transactions
29.78 vMB
0.23439837 BTC
Random Selection Loading Transactions
Max Size: 156.56/200 MB

Candidate Block

Mining Attempt 426dd7a7519f8ada1933b715882edc915984d06b7d32468b4e41e7819ae1df91
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 6990436cdd565528c3efed9ed9f5ed856560ee6209ce2f3a22560314e2cd117e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,597
Size: 1.00 vMB
Total Fees: 0.07484847 BTC
Feerates: 184.60 > 7.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (247,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,996 666,996 0000000000000000000d049a81d89c6bbff459cc4d428d47b6271e9f8443911c 1,495 1.00/1.00 vMB 82
666,995 666,995 0000000000000000000b8c651cf1f98588d6189509a597e2ff68c409bcbca06f 2,600 1.00/1.00 vMB 103
666,994 666,994 00000000000000000002c33b05caa96fccb26385d769f8d20c21fe57ac78b03d 2,468 1.00/1.00 vMB 90
666,993 666,993 00000000000000000009b1a14c453c8ba94afc226cfac769e51692b73efbf786 3,303 1.00/1.00 vMB 113
666,992 666,992 0000000000000000000cc5367a8ceecfc15823cafb62ca80ba4e321f4cdf53a5 3,034 1.00/1.00 vMB 104
666,991 666,991 0000000000000000000b4fce9077967dccdf1539c061ced2b323d142ac788360 2,088 1.00/1.00 vMB 42
666,990 666,990 0000000000000000000afa473f85daccf871232136e3c1a2b5cccfb9d97038de 1,833 1.00/1.00 vMB 52
666,989 666,989 0000000000000000000ae265e0a91ce81b5db7f50dcbe7458a606f96c1850156 816 1.00/1.00 vMB 77
666,988 666,988 0000000000000000000a3a9fb2a4042a50605d2979ef2a00bafabb4f59372b0f 2,280 1.00/1.00 vMB 100
666,987 666,987 000000000000000000064d3d66c81dc250e6147eee31076255f1031ba725ec3c 2,223 1.00/1.00 vMB 47
666,986 666,986 0000000000000000000a151ff454a0020d04b3e26c25cf5b89e09dbe2bf7ac3d 2,223 1.00/1.00 vMB 72
666,985 666,985 0000000000000000000c4472949eb3e559eba72f8de6d7140b4587579a433837 2,238 1.00/1.00 vMB 62
666,984 666,984 0000000000000000000c193bdf86971975547efb8946cf66ee4ded87a6962a45 2,423 1.00/1.00 vMB 98
666,983 666,983 00000000000000000007c1080d5b45e545d791fd432e3493c8b6a8eff1aaa029 1,244 1.00/1.00 vMB 59
666,982 666,982 000000000000000000041b59d9e8a9942bde8b364e7c243ff545ca4a26dddc68 2,235 1.00/1.00 vMB 81
666,981 666,981 000000000000000000021290d0f77a1168b53c98da86c14e3dc373ee1df92bb5 2,159 1.00/1.00 vMB 70
666,980 666,980 00000000000000000002d7371a6c2a0e14a4a4ce225fad3283d3da667844d071 2,268 1.00/1.00 vMB 85
666,979 666,979 00000000000000000003da4e14f22f9c947bb555694bcaa9abbb54ae18782cf0 2,127 1.00/1.00 vMB 53
666,978 666,978 0000000000000000000b71efd699a65977fd91f8fc9a224e9642ea875cc1e6d0 2,933 1.00/1.00 vMB 67
666,977 666,977 00000000000000000004d1f135d90f4615ec86baa19613e738f6d57d9e0ea3d7 2,391 1.00/1.00 vMB 91
666,976 666,976 00000000000000000006b0df8e37e6686596e988f8c9674916dc03d20e5883e8 2,141 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 781.87 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: 643.83 GB
    • Received: 12.60 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.