Loading Tool

Explorer IconExplorer

Memory Pool

29,006 transactions
34.01 vMB
0.04552220 BTC
Random Selection Loading Transactions
Max Size: 181.16/200 MB

Candidate Block

Mining Attempt b21bf8766f67fe5c12b480616acc847a6b113852a5c5e7449e089e4ecc43e571
Version 20000000
Previous Block 000000000000000000014c76e51569f758d510eac1585e9856f92ce261f9d775
Merkle Root 33a7562878f5377214e9e75b6d10e6ae9270303b51845d03060794c72c440894
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,123
Size: 1.00 vMB
Total Fees: 0.00644720 BTC
Feerates: 73.20 > 0.65 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,157 (675,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
264,641 264,641 00000000000000032f41487b68426d8dc9dd9d5b85c150cfa541f40fe94870a3 206 0.11/1.00 vMB 95
264,640 264,640 0000000000000008384b966cf637f9579a24aa4ea858255abe84e3eae1cf9680 385 0.23/1.00 vMB 115
264,639 264,639 0000000000000001ae5dfd0b6733cb61f4e27ba0641eceee1ebd21f3a9c9ebfd 503 0.22/1.00 vMB 145
264,638 264,638 000000000000000e779105ddaa4f41cacaf557345d8f0674b7bfdafffde0239b 209 0.10/1.00 vMB 128
264,637 264,637 0000000000000009ddfee8ae39cc0e65a19b03dc05dac730388ac0682f45011c 100 0.05/1.00 vMB 80
264,636 264,636 00000000000000031d1d2809e425073aa6f7834f86f142e75753950bae93d523 283 0.14/1.00 vMB 110
264,635 264,635 0000000000000009e77a4b44ec63560ab6e96b85c315d309402c8cf7d4419152 193 0.16/1.00 vMB 6,717
264,634 264,634 00000000000000087c5b227ceca61c7452f1eca1a5e52b24b8a1139e68a5385d 152 0.07/1.00 vMB 89
264,633 264,633 00000000000000065cbc2d1a3ff0fd23477c5f21ce1066d6c74b04fefcaec972 94 0.05/1.00 vMB 95
264,632 264,632 0000000000000008fe7946abd8be94d3a68801ddc41f3cb830f4bcf4525d487d 210 0.17/1.00 vMB 68
264,631 264,631 00000000000000004a6db80c41b452aba7e33b34a9b67a05194d0a6ba38266e8 185 0.09/1.00 vMB 47
264,630 264,630 000000000000000c6ba43baeeee5ffc98126feec13f8e62bafda157c2c1efee8 402 0.25/1.00 vMB 125
264,629 264,629 0000000000000005c13d9149045d183b58eab035714f6d86cf0842d512a21729 114 0.08/1.00 vMB 80
264,628 264,628 000000000000000a5e0b35f42c32d844d3d81d81ab674d72803011c2ef8b75eb 125 0.15/1.00 vMB 49
264,627 264,627 00000000000000006de1db54dab3f4fc210bc50edbee538c38c89ad9f3d8b67a 392 0.16/1.00 vMB 123
264,626 264,626 000000000000000a1baf416c2b7af0fb52ad3978d55dfde7ba9c33349a20e799 191 0.11/1.00 vMB 44
264,625 264,625 000000000000000a10ef9827fbcdf000e03e89c1620f5b6fa0c4024daa3f6a23 431 0.33/1.00 vMB 57
264,624 264,624 0000000000000003f759b835c66dfe41d68fb61cd76e614f1a35ead29233469a 509 0.23/1.00 vMB 118
264,623 264,623 000000000000000b828783d7ade4c3153d825d4f0551d1c4999ae4f7ed601a97 432 0.21/1.00 vMB 34
264,622 264,622 000000000000000b21ab691786e9f7542094c199dd2c33e41d8e6a7f35611977 451 0.25/1.00 vMB 132
264,621 264,621 00000000000000099e2139b9581267ccd86f03d93e438865ba896e8dd1cb4cd2 77 0.05/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 827.00 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: 4,439.59 GB
    • Received: 240.78 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.