Loading Tool

Explorer IconExplorer

Memory Pool

45,171 transactions
35.42 vMB
0.17398847 BTC
Random Selection Loading Transactions
Max Size: 199.78/200 MB

Candidate Block

Mining Attempt 7c04d5de239c20e4570e0f1ba7dda6e89a318c8cce3b9a7f8b664367ad6c712f
Version 20000000
Previous Block 00000000000000000001e1c5dbbf9fd4b2ab8b9525d24fb17edc3a0d3c1c74cc
Merkle Root 5009e047ce979fd690632c03c760c8f6180841cd7532793adb1c3f45b39f092f
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,321
Size: 1.00 vMB
Total Fees: 0.08046687 BTC
Feerates: 501.78 > 8.06 > 0.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,944 (797,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,832 143,832 0000000000000661f5f2eb2f9bdfa45dc4b596084296e1f401c59699373d6f9b 120 0.05/1.00 vMB 52
143,831 143,831 000000000000007768fe2a95a524f0221dc3d11ca5507c7063f81babfda69cf9 8 0.00/1.00 vMB 644
143,830 143,830 000000000000025a622aba5e4b97746bd5201e5bdb9e60530247c79d4f996099 91 0.03/1.00 vMB 78
143,829 143,829 00000000000007959265009da6eac7e84d61c9b0b3cc8b6a1e0739f7111e10d8 56 0.02/1.00 vMB 98
143,828 143,828 00000000000000150d3621b1187a0d047d1e6ae1e85c234757a48300fc47b1e9 32 0.01/1.00 vMB 42
143,827 143,827 000000000000096e2440ce924fa6f774afa1630032e457474080a67e35548e9d 27 0.01/1.00 vMB 6
143,826 143,826 00000000000007b9deae6f33f0602ae232b50f41d71a933a5e7a33b4b4ba0593 68 0.03/1.00 vMB 116
143,825 143,825 00000000000008425dfa9224f4fa6db832a2e3c188f3a746ffd665611a30241f 13 0.00/1.00 vMB 197
143,824 143,824 00000000000006c420ba350b7c73bdde9b46bc35582ba39416757d96e5bdb1ad 47 0.02/1.00 vMB 161
143,823 143,823 00000000000008feb23b03cdb017525159e774b71b2153058a8df20a09283a9c 94 0.03/1.00 vMB 41
143,822 143,822 00000000000001f9dd85c1c32a22cdaa21c010b9ea71e9f113a08570eb3a3c66 7 0.01/1.00 vMB 1,511
143,821 143,821 000000000000058ca60a35879f08bab9e8ce35880092c1bc2d0e915d0dd170cf 59 0.02/1.00 vMB 241
143,820 143,820 00000000000006397c827e74594e91e363bc2722cd45866ef461a4f876e397f8 1 0.00/1.00 vMB 0
143,819 143,819 00000000000000ba25904a81fe3340547c737bfa87577fb4cdb1cd93bd41d25c 5 0.00/1.00 vMB 1,113
143,818 143,818 0000000000000184a387aef06975373641d16c09cc11a8d5a7fbd189f132d2a9 84 0.03/1.00 vMB 49
143,817 143,817 0000000000000453b1f79d512d35e0689727b9fa7ccf38b43c6c6e4a440fa1ba 72 0.03/1.00 vMB 141
143,816 143,816 0000000000000106883f960a2527e37b6c93b1cc2416ef280cc0c885e9c38d41 23 0.01/1.00 vMB 253
143,815 143,815 000000000000004519593287fb948d8bd192e234c92fb603019edc16b075e45f 32 0.02/1.00 vMB 210
143,814 143,814 00000000000000dd75c4a706bb2006dd9d2fdc159befbde8112f8d2ec06ca881 11 0.00/1.00 vMB 382
143,813 143,813 00000000000003fbf7e34d2c675c1d58d5a001c49d988cfa85a257e5948c5ce3 17 0.00/1.00 vMB 275
143,812 143,812 000000000000077c0978ec7f4406624ea48f0ba5580e8e9d5a5211481431c51f 69 0.02/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 828.44 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: 4,598.72 GB
    • Received: 247.41 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.