Loading Tool

Explorer IconExplorer

Memory Pool

39,867 transactions
26.37 vMB
0.05585724 BTC
Random Selection Loading Transactions
Max Size: 137.34/200 MB

Candidate Block

Mining Attempt 9d9db59d07670cb54b5375436ecc699d926921495b195b84427aae498a19eb01
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root bc03c9dd4535fbb8de131df41d8adfc8709600eb5eaf7cca88bee13b516c6407
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,527
Size: 1.00 vMB
Total Fees: 0.00740038 BTC
Feerates: 50.27 > 0.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (505,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,449 409,449 0000000000000000004adb5e84c52da55207f7615cab6e50a189c8a39b151471 1,293 0.92/1.00 vMB 32
409,448 409,448 000000000000000000daf78e9d1c58f939137a0a0635e66bc187bd85d6bff146 726 1.00/1.00 vMB 15
409,447 409,447 0000000000000000014d1e3f2fcf234c17f8a11eda13a1e94a7e5b744432bd4c 1 0.00/1.00 vMB 0
409,446 409,446 0000000000000000038077030982fce0a971edd7b060300d49009007a7ac9811 1,081 0.99/1.00 vMB 23
409,445 409,445 0000000000000000057c04ee746b5e673e75664dc02c49cf74a44b2cb43d8dd5 1,813 1.00/1.00 vMB 29
409,444 409,444 0000000000000000043457572ae95ffad45fc68d3e974ffc87ad885cc5e0f319 1,897 1.00/1.00 vMB 34
409,443 409,443 000000000000000003584be0f3fbf550d180e24b2d4ebd9adc17c02e3b2c71dc 2,910 1.00/1.00 vMB 51
409,442 409,442 00000000000000000288a8d373097fa302ad5477a1486ae4c7b76becfc0cfc38 1,662 0.99/1.00 vMB 32
409,441 409,441 000000000000000002e970b73de890f77f46fe234cf1a700352d2817f489b925 2,450 1.00/1.00 vMB 65
409,440 409,440 00000000000000000288cae6ec122dadcb29f651ed4f6b1ac220d3d524251c0f 2,342 1.00/1.00 vMB 40
409,439 409,439 000000000000000002ee61390bfd87ac55a004ec2609e0352393aab9d944e15a 2,278 1.00/1.00 vMB 54
409,438 409,438 00000000000000000105da7c8acb25c910120cab82b1689bdbdeea34d5b355b2 2,425 1.00/1.00 vMB 47
409,437 409,437 0000000000000000000b9972106a3ce24f75612dd46241b0099da0e880a0416c 2,721 1.00/1.00 vMB 51
409,436 409,436 000000000000000001a762395fd771e385dc8aef5e7f8e07fbd99416177e9ea8 1,006 0.59/1.00 vMB 30
409,435 409,435 000000000000000004c9f0cb1e575e6629d5d0903e53b68aa7c8f0112838062c 2,876 1.00/1.00 vMB 47
409,434 409,434 0000000000000000002bc4448f7e5e9a6d9b09896738579bf5b1018b84201c0d 1,824 0.93/1.00 vMB 41
409,433 409,433 00000000000000000258b1cf7bf87f6b6b7eb6ae3f14cd716d0bdf0b9d372b4b 2,985 1.00/1.00 vMB 46
409,432 409,432 00000000000000000411888047858f2f803dcbff6aeda7ed171fdf750280ba18 2,964 1.00/1.00 vMB 66
409,431 409,431 0000000000000000047f251b4d26e7ca821e335205d673fd68c349acef0d4bf3 3,370 1.00/1.00 vMB 66
409,430 409,430 00000000000000000292e86751202bc7334614fd248685fa7aa2b6c5dc9907a8 2,987 1.00/1.00 vMB 60
409,429 409,429 000000000000000003ee6afabd81ed1ee57bb95f35ee1a3f494d189afdc0b76f 1,544 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.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.