Loading Tool

Explorer IconExplorer

Memory Pool

83,151 transactions
31.38 vMB
0.16290420 BTC
Random Selection Loading Transactions
Max Size: 186.43/200 MB

Candidate Block

Mining Attempt 39d7a53303ab5f5e5e2d67af57f9a1666e8a4b3b02f8f592a79faece9f5c1bb4
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 87b44db39fdc54f7545740ac98e26a5430deaaf30bf5ecd37b4a5530923e708a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,095
Size: 1.00 vMB
Total Fees: 0.06158535 BTC
Feerates: 269.69 > 6.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (117,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,126 798,126 00000000000000000003f7e7392e9ff9132c410d89681bc2c984ec3e7f04d5d1 3,308 1.00/1.00 vMB 15
798,125 798,125 00000000000000000002a11ea95f6515689357868a4a2bb8ed27b4e53b03c3df 3,505 1.00/1.00 vMB 14
798,124 798,124 000000000000000000010fac5ded9fc4eeb02af414d80035edb6efd89fde51b2 3,023 1.00/1.00 vMB 32
798,123 798,123 000000000000000000003a90578d67d5ee255bc20a2ed3ec4302481967297308 3,079 1.00/1.00 vMB 14
798,122 798,122 000000000000000000028c5e417cf522045fd6e671144a5baf5ca3b9026b9ebd 3,016 1.00/1.00 vMB 21
798,121 798,121 00000000000000000003aad90e100db52c3dad2a6b1dd1b28d0b05edfe56098b 2,918 1.00/1.00 vMB 10
798,120 798,120 0000000000000000000527c8434f0443aabb0ec84b9f3bf1ff8e6cbbb73bcef5 3,415 1.00/1.00 vMB 14
798,119 798,119 000000000000000000004046711b23c70380b6850d1acf5e6c86239844a2a04b 3,573 1.00/1.00 vMB 17
798,118 798,118 000000000000000000000f2c9e55bbf78035811a12503671eb304c68eace9b6e 2,687 1.00/1.00 vMB 13
798,117 798,117 00000000000000000004d3380ab487cd5e109dd0e3494df5bc93b5c3fb05b697 5,890 1.00/1.00 vMB 5
798,116 798,116 00000000000000000004891cd469ca7b19840d54c699ab1bb9ae9127aa37ec1c 3,332 1.00/1.00 vMB 5
798,115 798,115 00000000000000000002fae63c062efcca47bd5841cbb7fd8a45c89121ddad3f 2,254 1.00/1.00 vMB 10
798,114 798,114 0000000000000000000245b7a3ab355e49358b0dbf92d048fca931be78cda6bc 3,461 1.00/1.00 vMB 14
798,113 798,113 000000000000000000019707a9f719986fffdd6831a7dd787e432d96a6abdc72 2,785 1.00/1.00 vMB 22
798,112 798,112 00000000000000000000c3ddc1e04862d227ba1770570eecd1d51118d23c6166 2,404 1.00/1.00 vMB 6
798,111 798,111 000000000000000000015559f1a2867deacdda9a574ebe8e977b649830c47b32 2,695 1.00/1.00 vMB 14
798,110 798,110 000000000000000000023417511a3203121f81df60f1e0669d094211dfbe1f9c 2,051 1.00/1.00 vMB 13
798,109 798,109 000000000000000000023e6ce27d6ce6c2743515d99a9fb0e3d158c21b48206f 4,012 1.00/1.00 vMB 8
798,108 798,108 000000000000000000024c17e5fa5a67eb035fbc48c87d46087f4ad86f1b26c2 4,701 1.00/1.00 vMB 9
798,107 798,107 00000000000000000001fde2526830b18671c327657fb47c271d7af5ebf096c1 3,327 1.00/1.00 vMB 17
798,106 798,106 00000000000000000000ad2683dabaee3b02e12f6a14af9a8cd4ab9cd719d0c3 3,695 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.28 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.