Loading Tool

Explorer IconExplorer

Memory Pool

81,400 transactions
31.00 vMB
0.08627190 BTC
Random Selection Loading Transactions
Max Size: 188.09/200 MB

Candidate Block

Mining Attempt 45df2f6e6cf8b5c0e568ab1c25ec7de5ef36f28a233ce1c96dcb741e344401dc
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 2e1236444d555a46b97eb1844f2b816f1a720f347f323b485418f554c3cf6015
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,745
Size: 1.00 vMB
Total Fees: 0.01949201 BTC
Feerates: 100.69 > 1.95 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (178,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,270 736,270 000000000000000000053162d8d17b441b6da748bc7471c24b5fe21e17c3568f 2,043 1.00/1.00 vMB 21
736,269 736,269 00000000000000000000f3e84acdbaaa33692aa77a30e3bc3884645584594eb6 2,517 1.00/1.00 vMB 22
736,268 736,268 0000000000000000000297bf5e87d0dd01e45e4f2fcdedfc4a24517436d9cddd 530 1.00/1.00 vMB 14
736,267 736,267 0000000000000000000722a4d23f1b5675a7c9b95ef65ffb584272bef9258a5c 1,424 1.00/1.00 vMB 14
736,266 736,266 000000000000000000039a2cb04308219e55aa828882ed0784a86ef84dc3c7df 2,752 1.00/1.00 vMB 21
736,265 736,265 0000000000000000000292df123d88e08da4e353f7acf9bd1ec6d37021f9741f 2,528 1.00/1.00 vMB 20
736,264 736,264 00000000000000000003fa89bea13077931af80dea51b0600ba251d6dc9df586 3,413 1.00/1.00 vMB 33
736,263 736,263 00000000000000000006a6ecd9158ee4c4a322a812d32b2eda72ab563ee3d92e 1,694 1.00/1.00 vMB 15
736,262 736,262 000000000000000000084a9ea2c9c5fe9ae34a420f1731810f8cecebd7f1af62 3,077 1.00/1.00 vMB 24
736,261 736,261 000000000000000000057dac216659eab64348a088a2a7158b1fc2ddfea8a445 2,537 1.00/1.00 vMB 19
736,260 736,260 0000000000000000000641ce7c4298d18a79f80a8d6d885d70ff454e3d463465 3,360 1.00/1.00 vMB 19
736,259 736,259 0000000000000000000376776d941567a6ea259a0aa1f2f2244f2a9dac7537eb 3,265 1.00/1.00 vMB 24
736,258 736,258 0000000000000000000626ebaf0b0d6c2dfd73e4311a20a8933f7b09db768681 3,335 1.00/1.00 vMB 33
736,257 736,257 000000000000000000051cd9a820ce27fecdf57b32723f58cc196437acfb9423 3,255 1.00/1.00 vMB 28
736,256 736,256 00000000000000000007b6b03465f43812546400a07abcabcd87350f99a8e5c7 3,296 1.00/1.00 vMB 33
736,255 736,255 00000000000000000001b959e195f83138d524f92531e9c7aea8511c2111146f 2,896 1.00/1.00 vMB 20
736,254 736,254 0000000000000000000728b518aefc90f118ab90454b1a4638fdeb1cdc305b81 2,641 1.00/1.00 vMB 28
736,253 736,253 00000000000000000002b2fc0967f6bf290c71907397ef2f75957e384f831f4a 2,305 1.00/1.00 vMB 33
736,252 736,252 0000000000000000000531733cc908e1aa0c09fdd3d7c7ff63fb9fed737d0423 3,099 1.00/1.00 vMB 19
736,251 736,251 00000000000000000007304dcb51ba4a17c7bc6ef3839635e9af6c51b46c2a6b 3,614 1.00/1.00 vMB 26
736,250 736,250 00000000000000000006d5d413833331bfa0199aca2e3cca33812b8532551967 3,274 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.72 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: 702.30 GB
    • Received: 16.63 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.