Loading Tool

Explorer IconExplorer

Memory Pool

27,913 transactions
14.30 vMB
0.06486364 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 78.07/200 MB

Candidate Block

Mining Attempt ba0b6e9c464eec19694ac5760437926be4202f375e057abef4fe73a6f42eaa9d
Version 20000000
Previous Block 0000000000000000000192f7f7f29540150f204e06421cc00ad7343613157401
Merkle Root ae22dfa15f1c8c4e73ef36e0b6231a304860eccc77048a4251fb0640b96aeaec
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,560
Size: 1.00 vMB
Total Fees: 0.02999366 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,250 (776,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
137,208 137,208 0000000000000220ee4ef2ccfe42642c3835d7a7b7047b0527a5c0b201ad6f20 88 0.05 vMB 74
137,207 137,207 000000000000088cd23e4131de70d99b348e4800e34897342cbba21cb173847d 75 0.05 vMB 1,294
137,206 137,206 000000000000062428e84eba79c3a3073db4b461548b5c0bc254a4cbe6bc4e31 42 0.02 vMB 994
137,205 137,205 00000000000006af71b452afb0bd603e9dcbb404adb744419ea78046e9a0ff8f 33 0.01 vMB 449
137,204 137,204 000000000000049f92c09d480fc994b9dfa3e4a5c1ba9e890b8713be2b95bc58 27 0.01 vMB 221
137,203 137,203 000000000000077ef082ff26586d5c62e6863ebb9f0c6d67be19b3948dd63132 22 0.01 vMB 311
137,202 137,202 00000000000009913a93b854265710d334026ad55fc0061c1d351f3912958c0a 80 0.04 vMB 658
137,201 137,201 00000000000007f0c28b4987e9e0cbcf0eca4b82865115b126a49efd6388ba5c 5 0.01 vMB 26
137,200 137,200 00000000000002510fed4381ebf75de2cd6f9ed643772687843d907d4e205bb6 84 0.03 vMB 100
137,199 137,199 000000000000069c7e1b4228b5672f4ea3da8a1d0567ef34e3bb9b1734ce91b8 16 0.01 vMB 3
137,198 137,198 0000000000000691c87729bb3139b4ce64d0585ffe0433f6c14f41767c68ac81 62 0.03 vMB 149
137,197 137,197 000000000000082ff83b10e41b2ade1246b6236ce28b0440d2dc3d704699a503 84 0.03 vMB 1,238
137,196 137,196 00000000000001072b65254dbc8b8e5d63109a4110d4dbffc07f0a38ec5da328 1 0.00 vMB 0
137,195 137,195 0000000000000347b0263154764d3c9c8dbba5026a075f0d0647e8ac70d20500 134 0.05 vMB 1,528
137,194 137,194 00000000000003232506e14db0b18a77c7486e2d14a3d768ce7dff95458d2c23 23 0.02 vMB 129
137,193 137,193 00000000000007df30cb405e066606fe1a91316aad4abae0ef754f05787397f4 118 0.04 vMB 184
137,192 137,192 000000000000025b6a902eb98a5fa35a72f7af335927ad36d56a28efd4b8f0fc 87 0.03 vMB 1,183
137,191 137,191 00000000000002400e455a4b9dac90dfd391e672ed6765ea0981654e3eb0c607 33 0.01 vMB 104
137,190 137,190 00000000000006329378e26c902e2264598f0c7e7edb1b2774f3effb34bcabff 13 0.00 vMB 1,229
137,189 137,189 00000000000001fb1e22b0bd54d491d3ae0f2b8358c4cbea97f94b8f6c665294 137 0.05 vMB 177
137,188 137,188 000000000000021f7cf930f37fd93e444c4311110fc758da85a7c1d53e60a8fe 120 0.05 vMB 287
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 18
    • Outgoing: 10
  • Data Transfer:
    • Sent: 0.00 GB
    • Received: 0.00 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.