Loading Tool

Explorer IconExplorer

Memory Pool

83,152 transactions
32.11 vMB
0.11826553 BTC
Random Selection Loading Transactions
Max Size: 191.52/200 MB

Candidate Block

Mining Attempt 6fd049b005b5833596ea974f464aaa7cdab07af20d4d9ea094f6712505015492
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root e430fa1be66c8520de167cd4326f67fba869dc42a0dda81014cca1c2e64653ce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,292
Size: 1.00 vMB
Total Fees: 0.02943460 BTC
Feerates: 711.74 > 2.95 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (574,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
340,656 340,656 000000000000000006d9cf1dd54d92b6bdc746d46408fdcf60a0ba34e17fc506 1,079 0.75/1.00 vMB 24
340,655 340,655 000000000000000010423252299195f9951f258600a1a0e056730f8ee329df8f 1,543 0.75/1.00 vMB 28
340,654 340,654 000000000000000015f11a82f4fc9f52b6bd64de352c9f4d0616c54eba3a7610 512 0.28/1.00 vMB 21
340,653 340,653 0000000000000000003d89bc4006a6fed6531e77b8df35aff38eae5ec8f5ed47 1,024 0.36/1.00 vMB 36
340,652 340,652 0000000000000000115275e9315f01cf34e0e5c0bcc9277fc0f2135fd32dc4fc 246 0.13/1.00 vMB 24
340,651 340,651 0000000000000000186648afc059db3c609dc66cdae4484a38b9d55642ebdbf0 178 0.34/1.00 vMB 9
340,650 340,650 0000000000000000025fc9db8c0ab5e18050c25a0dc67de2874a6c58db81ae71 1,224 0.75/1.00 vMB 22
340,649 340,649 0000000000000000152042ed8f7a306c05a24e9c8b53e7d5d9f0457ff8f0edb9 1,029 0.75/1.00 vMB 20
340,648 340,648 000000000000000009b7a69263fe38d291e50b075d7ffd86246c1fc372f2fe8b 1,201 0.75/1.00 vMB 22
340,647 340,647 00000000000000001604b3acf413d1dfe078a124817b5349cb27490f0d9b06e8 990 0.75/1.00 vMB 20
340,646 340,646 00000000000000000fe626cb152ef83ed0153deebdef4f1b197dab7d3b576a6f 1,336 0.75/1.00 vMB 27
340,645 340,645 0000000000000000126e225323ca1666f3b266db05036038fe8cab9e0e4e1ca6 413 0.25/1.00 vMB 19
340,644 340,644 00000000000000001790cd22b70f0422b721e3c8529abc0a6415d16fc6bc56c2 162 0.11/1.00 vMB 13
340,643 340,643 000000000000000006a9439a594556ffcf1e63c1be16ef8e50e060b5c0bd3dde 179 0.12/1.00 vMB 18
340,642 340,642 000000000000000007b7971f3afecfa1a36601fe689d0cbff3dcc61d6a766558 351 0.33/1.00 vMB 17
340,641 340,641 000000000000000008d080a383c8868987738fd3d1ba8d304c95446b9e4718c7 343 0.36/1.00 vMB 14
340,640 340,640 0000000000000000086c48f0a3e4fe9420d17f98a2674e984d9700c9ab4305c3 859 0.35/1.00 vMB 20
340,639 340,639 000000000000000012eeb8f4633d3773f7e8d4f2f5630537beb6545cb7af83a6 620 0.36/1.00 vMB 25
340,638 340,638 000000000000000002076bb49c4b0ecebcaa6d1841e714de32b3716351e66999 281 0.16/1.00 vMB 22
340,637 340,637 000000000000000003d4aca5a943be247730344e254b0188fa0e81b4c677751a 463 0.42/1.00 vMB 17
340,636 340,636 000000000000000001456517bdb7f560c19cf4929c5b15bca0e0d0aa85de1389 1,670 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 783.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.50 GB
    • Received: 18.17 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.