Loading Tool

Explorer IconExplorer

Memory Pool

46,386 transactions
27.96 vMB
0.07514233 BTC
Random Selection Loading Transactions
Max Size: 147.15/200 MB

Candidate Block

Mining Attempt 967d0422a8f980e8cd38a8dd0fe0efe182f9133bfe0ad1405bff6ecad9c6d7ed
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root ba56ae261e2092e9edb3983d1a1f9b760f17f14ac4a514c2acb9a5a6554a8afa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,230
Size: 1.00 vMB
Total Fees: 0.02189521 BTC
Feerates: 100.36 > 2.19 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (327,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,030 587,030 0000000000000000001f1d3a9d09e0d65eb7ce394fca4ea3ffd39c0994a38a7a 2,396 0.90/1.00 vMB 27
587,029 587,029 00000000000000000002e842d7f302c364452c8056140ec4cebcdc1c66030edb 1,274 0.51/1.00 vMB 22
587,028 587,028 000000000000000000002d220d4fca7a5db3c65f4c774997146673c1e0864f39 1,652 0.56/1.00 vMB 27
587,027 587,027 0000000000000000000c99cb773d8a704131693f5b2977edacc0e1042b68fc87 2,896 0.98/1.00 vMB 22
587,026 587,026 0000000000000000001ddcc1ec77520165f6ed830302dcaaeafbb71f41678707 3,256 1.00/1.00 vMB 42
587,025 587,025 000000000000000000169037bef5f5369020f515fb25e8b396db1455b0786091 442 0.13/1.00 vMB 39
587,024 587,024 000000000000000000097126b7325145a0c1103a95e69cd10f93ff512ef5ad91 1,908 0.81/1.00 vMB 7
587,023 587,023 00000000000000000003b695b6dd4ed7d99f59727a76eb47b37d57457bc4f523 2,569 1.00/1.00 vMB 40
587,022 587,022 0000000000000000000bc6e086167312f3874074247aec7d563dfe87d19e073c 2,760 1.00/1.00 vMB 58
587,021 587,021 0000000000000000000433764ec61d79e6fce23f49b41ce01769727a33937fac 1,462 0.65/1.00 vMB 25
587,020 587,020 0000000000000000001df198c5c7ff4717bb775ef2d7dc2650d7c95666768047 2,159 1.00/1.00 vMB 46
587,019 587,019 00000000000000000006afd17e78c8f125af88955a1e9a2b6b26083424e255d5 3,327 1.00/1.00 vMB 31
587,018 587,018 0000000000000000001773a6d7c63e3c17d5ffa1a1373a453c68e69e55808194 958 0.30/1.00 vMB 36
587,017 587,017 000000000000000000085216f3f0e684c633aae618abccf2d42ad478d9eb0b4e 1,530 0.54/1.00 vMB 22
587,016 587,016 00000000000000000004a561b7239cbad17f4e89a5e0930483a6e05ff5b60062 2,716 1.00/1.00 vMB 24
587,015 587,015 00000000000000000007fed3beb2dc272d97605e9a8c544a3f5b75ef5ae42a25 3,105 1.00/1.00 vMB 39
587,014 587,014 0000000000000000000cda2e627ca03802fc45919efc180d2fb9167a5661b776 2,486 1.00/1.00 vMB 8
587,013 587,013 0000000000000000000aeb2f13649767104de27b3b731353c077d1f459681fc2 2,770 1.00/1.00 vMB 43
587,012 587,012 0000000000000000001c847b693d1b176dc9e6dfc889b6b2dbcbe6a3e4c1e438 1,516 1.00/1.00 vMB 75
587,011 587,011 0000000000000000000ffbd472cb5eb15f9772c29bf896d9571ca40a102ae0be 2,789 1.00/1.00 vMB 45
587,010 587,010 00000000000000000002e5c08500aea0d0277ba9366458bf46074f84b7d3ff57 2,523 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.29 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: 657.04 GB
    • Received: 14.46 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.