Loading Tool

Explorer IconExplorer

Memory Pool

76,485 transactions
28.35 vMB
0.09487883 BTC
Random Selection Loading Transactions
Max Size: 171.80/200 MB

Candidate Block

Mining Attempt 22f7b2034cf6cbec8233b014cae0ad48fbe2bfe21b66d297184c008bedd5737e
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 52c7206c8a5d07efc63839b28c3477ec87ce9df097469d55d8a50e15f5f9c4f7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,512
Size: 1.00 vMB
Total Fees: 0.03208012 BTC
Feerates: 150.80 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (178,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
736,249 736,249 0000000000000000000640f86d3a959b9c7d496d182d69c29026112ca944104d 3,526 1.00/1.00 vMB 21
736,248 736,248 000000000000000000001e88dda939571ad148b1b68298e2b6ce99de04036666 3,165 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.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: 712.62 GB
    • Received: 17.20 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.