Loading Tool

Explorer IconExplorer

Memory Pool

81,591 transactions
30.90 vMB
0.07234373 BTC
Random Selection Loading Transactions
Max Size: 188.28/200 MB

Candidate Block

Mining Attempt 58868fc811d3f71858217133dd8b30dafcada5218c5d447d0d31a8c94399ad4b
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root fe0ce7eb94a16147da298d14ecec1f9964f86640e2eb0ffc21539e57567cb0f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,388
Size: 1.00 vMB
Total Fees: 0.00574083 BTC
Feerates: 60.16 > 0.58 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (219,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,750 695,750 00000000000000000004d489202836a5a39bd78dce7ca32536629b5b50ca1520 116 0.11/1.00 vMB 6
695,749 695,749 00000000000000000001dd9f2f2329f764f58e4e8fb2c1fe6cf2d12ec9b09724 78 0.02/1.00 vMB 15
695,748 695,748 00000000000000000010008c65665d9b744fa9953cd95cf93e6e205d6c70039e 167 0.15/1.00 vMB 7
695,747 695,747 00000000000000000008a314b05221f13e6e66567a0e7f94991f852187a811b4 384 0.17/1.00 vMB 4
695,746 695,746 00000000000000000006b9c26e2815b74bfd81f45a2206a16a5543b74b0560fe 1,150 1.00/1.00 vMB 6
695,745 695,745 0000000000000000000f79d5a0e89edd943bd74dfb494122d77039a779df9c9a 2,228 0.69/1.00 vMB 15
695,744 695,744 00000000000000000006d98ee7fc2c4aad2cf53de63200bb8e56d9832da445c5 547 0.16/1.00 vMB 15
695,743 695,743 00000000000000000011fb45758766e9e612da0e72d74f74af772ee47965405c 125 0.03/1.00 vMB 21
695,742 695,742 00000000000000000005492de31d63107d5bae9b5efd1c8cdc7ba03404dae6b4 2,297 0.78/1.00 vMB 13
695,741 695,741 00000000000000000001426dbc9b213b28a87dc25e1b84d0bc4c5cc9537715a5 863 0.25/1.00 vMB 14
695,740 695,740 00000000000000000011f99219ac09b5a4ceeaac9ba4c4be67d865dc3a1b38e9 250 0.09/1.00 vMB 45
695,739 695,739 0000000000000000000a9c2203a5db6d20e01f4e4f89fb5fa38691a8ec805fdf 2,738 0.90/1.00 vMB 11
695,738 695,738 0000000000000000000fdaa98b1060d88f484371949b179e7ce3416a745b8190 2,247 0.80/1.00 vMB 11
695,737 695,737 0000000000000000000cf481e505eab833300b298dbc27fb7bb43ad6095ac361 125 0.10/1.00 vMB 10
695,736 695,736 00000000000000000002d0335c52e4b0a3f11deb48eb26bb64195f4b811d84b2 461 0.15/1.00 vMB 12
695,735 695,735 000000000000000000113f1bb1bd08e65f8e375649cf404e967ab404a4af996a 231 0.06/1.00 vMB 12
695,734 695,734 00000000000000000006d4b9169952bb3238aae00db602f58a246e064bfc4155 1,157 0.41/1.00 vMB 12
695,733 695,733 0000000000000000000faa2deecfdeba3844d450ea0c3b4f9745dd7beee41d51 2,290 0.80/1.00 vMB 11
695,732 695,732 00000000000000000000cc9f0f66c54866bff2d1f50a8107739f437f3c54f178 3,406 1.00/1.00 vMB 3
695,731 695,731 0000000000000000000810914eb2c63ccfe2c6b1fdbaf79e956fad01f4a925c2 1,979 1.00/1.00 vMB 15
695,730 695,730 000000000000000000047782b9e2023e70b14c505e05954aae5487aa0e2505aa 1,772 1.00/1.00 vMB 13
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: 705.05 GB
    • Received: 16.65 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.