Loading Tool

Explorer IconExplorer

Memory Pool

45,195 transactions
27.46 vMB
0.10966422 BTC
Random Selection Loading Transactions
Max Size: 144.01/200 MB

Candidate Block

Mining Attempt d54f342f46b9478ee2f1db8a33ebd0310fd058494b5c81b288a6f7492143c89a
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root eef9bbdfded71817b26de6ed753a2f7fe94de221d9df2adedba0bcbd5b824fcb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,579
Size: 1.00 vMB
Total Fees: 0.05148818 BTC
Feerates: 151.16 > 5.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (332,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,843 582,843 000000000000000000054e575b7f108d1768539272d970122732ba8ab25e98ec 2,177 1.00/1.00 vMB 152
582,842 582,842 000000000000000000130c3a14e2594cd3b8cf5b9740a745edbc93fb32e5bab5 3,016 1.00/1.00 vMB 170
582,841 582,841 000000000000000000063767ca88cb53e3d87c61a60b88fbdae63928a5dca52d 2,400 1.00/1.00 vMB 186
582,840 582,840 000000000000000000149135d45ed80b66eaf1c15056c80b0884be7766f3efba 2,887 1.00/1.00 vMB 161
582,839 582,839 0000000000000000002220cf65dcdd6aa8707f702aaea3838053e80f180f0bc0 2,933 1.00/1.00 vMB 190
582,838 582,838 00000000000000000006ba5df75bcac9471649486445961043aa0cffec6cc1ef 2,979 1.00/1.00 vMB 212
582,837 582,837 0000000000000000001a0fe348532e845bc86c0d5869edd882d12778cb94d324 2,882 1.00/1.00 vMB 203
582,836 582,836 0000000000000000002240d52aa7e654efdfdbd1edfb96fd48e59f2a0e017b0c 1,165 1.00/1.00 vMB 178
582,835 582,835 00000000000000000015c5304c42c6a644ab48b300f9c141b475e41148d64687 1,004 1.00/1.00 vMB 178
582,834 582,834 0000000000000000001fe4c8833f427d86dd3c468aa8b9b94c6ef500dc1fa543 1,630 1.00/1.00 vMB 241
582,833 582,833 0000000000000000001a9aed5749db67c002bdba88cc22a375fccffbf2ed5cbe 2,236 1.00/1.00 vMB 152
582,832 582,832 00000000000000000013466318488d73a11065251cfd871e41986e92e0d350ae 1,977 1.00/1.00 vMB 126
582,831 582,831 0000000000000000001e753e1f3633924dd091c6524971b344d88f41b3946eb9 2,530 1.00/1.00 vMB 137
582,830 582,830 00000000000000000001da7f219f93a3553a4897e2ea9b3125d07d2e7898656b 1,889 1.00/1.00 vMB 139
582,829 582,829 0000000000000000000f482cbb3052362b48cb65d493f585c7ff57f1c9c60d5d 1,042 1.00/1.00 vMB 134
582,828 582,828 0000000000000000001d789261f9bfc34b63b4f20a1d9364854af2a6d0836326 2,463 1.00/1.00 vMB 150
582,827 582,827 000000000000000000023f594e58e96a073271c1b63ffc22bb026a41edd6263c 1,425 1.00/1.00 vMB 136
582,826 582,826 00000000000000000009b951d0cea331d6b376646355307f4548da8d4285e5a8 2,805 1.00/1.00 vMB 185
582,825 582,825 000000000000000000103a0cefb85b0c77643f89467be8158b4690ef40be2e63 2,777 1.00/1.00 vMB 180
582,824 582,824 00000000000000000012de92b90a67aa2e5a20fa8e728ec57a3a6f5f1151aefc 2,206 1.00/1.00 vMB 153
582,823 582,823 0000000000000000000a3929e0d23bfc55e546468281cda5078df45b0d92e683 2,718 1.00/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.