Loading Tool

Explorer IconExplorer

Memory Pool

72,825 transactions
28.09 vMB
0.06680926 BTC
Random Selection Loading Transactions
Max Size: 166.48/200 MB

Candidate Block

Mining Attempt dccb9f0657d399da2cd54e3fc0c74fc1581df33265ce8452202f2626e7506215
Version 20000000
Previous Block 00000000000000000000e94b2fa04b5815c8607f95d1c591178669b3e7ff4075
Merkle Root e6220972316af024543822bf216d8fd58d7fde7d836980099d2f8e45c3faa9a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,670
Size: 1.00 vMB
Total Fees: 0.01047614 BTC
Feerates: 111.62 > 1.05 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,032 (297,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,092 617,092 0000000000000000000854b0d98050e2896bac4dd4dc91ee3a20f5ef4b3897aa 2,804 1.00/1.00 vMB 32
617,091 617,091 00000000000000000002ef985c9f7777c8efa77f25bdd712e1f670188caf3d74 3,380 1.00/1.00 vMB 32
617,090 617,090 0000000000000000000c37b23735102ea9e05eae6fe70a904b4ffdddaf882a0c 3,268 1.00/1.00 vMB 45
617,089 617,089 0000000000000000001211f4a91b17beadfb1e74dbb3557232055f50291c1297 3,582 1.00/1.00 vMB 42
617,088 617,088 0000000000000000000a3e370954c035ee4f234fed9fcd34663b2611618c7114 2,759 1.00/1.00 vMB 29
617,087 617,087 0000000000000000000304ba1531985e9e53c80dc5f1636a3291ce54aedab47b 3,056 1.00/1.00 vMB 37
617,086 617,086 000000000000000000053d005320b2cdaeaff6aef6396efe32d09032bd7f19f1 2,530 1.00/1.00 vMB 43
617,085 617,085 0000000000000000000cf1fc6fdd452eb03404d19f3914c0b0e7735106e851d8 1,750 1.00/1.00 vMB 60
617,084 617,084 000000000000000000051ad4770bd88e41d71900d41920a442eed823fe65a27c 2,496 1.00/1.00 vMB 33
617,083 617,083 00000000000000000001d7aa2855375fba23a4ffe803877606d432d174b723a9 1,337 1.00/1.00 vMB 29
617,082 617,082 0000000000000000000fa66fae479ae571f550c688b76da79763b15ed806fd01 3,061 1.00/1.00 vMB 37
617,081 617,081 0000000000000000000d48404df07e7008b28e1a6313bfbad4917b4e7900fc5e 3,255 1.00/1.00 vMB 42
617,080 617,080 00000000000000000009d48b53151b309ea5381af1eacd88883461516d1bc370 3,012 1.00/1.00 vMB 51
617,079 617,079 0000000000000000000a99444662902f6c305bac660a2f8379134721d1d015ed 3,110 1.00/1.00 vMB 49
617,078 617,078 0000000000000000000c6cdc2acb271301b25b2a01867c5682c8d5eb10ecb5b1 2,990 1.00/1.00 vMB 32
617,077 617,077 00000000000000000002b4441f485a266dbc5b0411fa9fab2703c48e0576b78d 3,195 1.00/1.00 vMB 64
617,076 617,076 00000000000000000006aa2c01e39168b31d391ac716cd5106b2874bc7d4e18e 1,897 1.00/1.00 vMB 23
617,075 617,075 0000000000000000000e3569004d51e0b4d428b59fa951f4e12abd5faa48c084 2,852 1.00/1.00 vMB 30
617,074 617,074 0000000000000000000744e271f3f64db848b5947ef6df9e74d6801de7bbb5a1 3,078 1.00/1.00 vMB 29
617,073 617,073 000000000000000000051fb9f9523d640e28e3ae37ecad616c597a3cb2f56d60 2,482 1.00/1.00 vMB 43
617,072 617,072 000000000000000000041f1a82f67b84811615d8d3b69f7adf2f85c5804e6ab1 1,072 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.45 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: 666.84 GB
    • Received: 15.23 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.