Loading Tool

Explorer IconExplorer

Memory Pool

35,713 transactions
26.02 vMB
0.06456695 BTC
Random Selection Loading Transactions
Max Size: 132.44/200 MB

Candidate Block

Mining Attempt 330284995493ef4a946522c5d5a8027c2e213aab7f7c7a59cd760ed0e9c8e7d0
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root 0c2958c7372ed556ae469964e4b7b2c2b7bace0bd86aa158ee643f892ede3ca8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,569
Size: 1.00 vMB
Total Fees: 0.01673590 BTC
Feerates: 165.59 > 1.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (182,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
732,347 732,347 00000000000000000008eaf2a5bea25181e8a11e925bcbcd4434f929d5789e44 262 0.17/1.00 vMB 4
732,346 732,346 00000000000000000004b025bfb452a9f49652dd0fb4104b32b401e17decbdb7 1,484 0.82/1.00 vMB 4
732,345 732,345 00000000000000000006235ae1a5d15e10d7fa58049ca688bf96c840ee9e8ce0 785 0.34/1.00 vMB 5
732,344 732,344 000000000000000000041b69a0836e092b055932fe7e528ada723d4f87923427 1,484 0.73/1.00 vMB 4
732,343 732,343 00000000000000000001544b1317f5dbc7850172cbdcb32ce301aecb614e1d4f 468 0.13/1.00 vMB 5
732,342 732,342 0000000000000000000745f6ddbfaa06a680429961dbe04542d7ed4c14068acc 1,550 0.56/1.00 vMB 5
732,341 732,341 00000000000000000003b2b0eaebeddec70baecc105bb8db0cc0d814328b5738 1,284 0.47/1.00 vMB 5
732,340 732,340 000000000000000000027a33f139a16a378535bd8c99df6253f63c7844330302 660 0.32/1.00 vMB 5
732,339 732,339 00000000000000000001c83ccc460aaf5af9fbeea8c9e6d76573dbb2735b33e9 336 0.12/1.00 vMB 4
732,338 732,338 00000000000000000002b9c098a6c1cca45e98d11d98e231c6c63eeac0c15ec5 743 0.42/1.00 vMB 1
732,337 732,337 000000000000000000078283f960159e7d16810587efda8d45d74984ed3e41eb 1,829 1.00/1.00 vMB 3
732,336 732,336 000000000000000000013bde2a122f1d5db47810a4183bedac3bf13b18c5a6d0 2,746 1.00/1.00 vMB 8
732,335 732,335 000000000000000000061284bfa00b0293d6149b2da5460e9dd0a2ec065c24ef 2,312 0.86/1.00 vMB 5
732,334 732,334 00000000000000000002a4ffde1f59feea98603d0354ab5a8d39f0f70bfb9bb9 1,296 0.56/1.00 vMB 6
732,333 732,333 000000000000000000089fda31df223b6e3cdefa4bfe0c8916c645711f8c2b5b 1,077 0.61/1.00 vMB 2
732,332 732,332 0000000000000000000910ec7fdd5f985b485e4c0098876ee938321f2475e244 748 1.00/1.00 vMB 2
732,331 732,331 000000000000000000059bc3d77e7221f389ad49182838e32c0a9b6eb0f7ea8b 1,854 1.00/1.00 vMB 2
732,330 732,330 0000000000000000000429dbdf10da32606b4d8649d037d6348aa8cd885ec7e8 3,030 1.00/1.00 vMB 10
732,329 732,329 00000000000000000009b8ebb88485b0acdbd17fe0bee42d9ef0a1968f9e670a 1,234 0.49/1.00 vMB 4
732,328 732,328 0000000000000000000927b2acc4cd109ee734b4206b4305efa695c2d4a0049c 982 0.58/1.00 vMB 3
732,327 732,327 00000000000000000005f9970f2cb675d04f18c5bd6618faf51abc6c105b9e84 2,222 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.85 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: 638.24 GB
    • Received: 12.47 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.