Loading Tool

Explorer IconExplorer

Memory Pool

24,285 transactions
5.68 vMB
0.02814374 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.11/200 MB

Candidate Block

Mining Attempt 138a557b631423947228d936a0b2dd98c029fcfcb731234187ad702bc2d2de01
Version 20000000
Previous Block 000000000000000000016cbb047fea21369dcc5471d305238a88ca18763fcb9a
Merkle Root 4bb8cc2b7b45e6191e4ec18e20595a531f5a0a7794026ea4c9ad4ede4e5551a1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,749
Size: 0.64 vMB
Total Fees: 0.01496094 BTC
Avg Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,112 (723,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,160 189,160 00000000000000cb1ba187999f4426a7b9a82335b61e3d1b2898413c7f3ccf70 0.02 MB 50 189
189,159 189,159 00000000000004aca3511b243ddf3e755641040f7847fa26a80f6e9103fa7c80 0.02 MB 36 88
189,158 189,158 000000000000018c45974468e28fb61e835490b37819cb2b53ce3aa639c02c93 0.01 MB 28 53
189,157 189,157 000000000000007b0404a974a85fd85baee3589536d114b7253fe819802982ff 0.00 MB 9 364
189,156 189,156 0000000000000759ec55b40886b857e4bef5a82482920fd57d8132faa1b6b0a1 0.06 MB 140 159
189,155 189,155 00000000000001a47ea659918ec71fbfcfacb9ae586e59ec5f5e2e7640c3ddc9 0.00 MB 13 171
189,154 189,154 00000000000001a520b9dc4feed80e68fbebac4be5bb9caa143fa9f6d27057aa 0.06 MB 105 181
189,153 189,153 00000000000000f0da0c9ce74beedb8b9644d3d912af61bcfdf80b210c9a3e44 0.00 MB 1 0
189,152 189,152 0000000000000844749be35cabd9d2da97047d26ac6c3057f6c85e53f84f208e 0.05 MB 103 130
189,151 189,151 0000000000000818e3a7986bc9242bf10b04b2c4c78f5752ff07903c85a1e530 0.02 MB 34 102
189,150 189,150 00000000000005ce845f091ee830a40643aebbf09ecbddb4bfc19726ad08222c 0.08 MB 196 127
189,149 189,149 00000000000005848ff2117dfc63fbe63e749ce39832517a7d3e395b459c35f5 0.01 MB 29 0
189,148 189,148 00000000000005e4a2883c9483202b303e1ac4a5aefb85f613a8bef861459392 0.02 MB 51 68
189,147 189,147 00000000000002c477bc25a04b7a94695be318339b78dd01351124603a7e2a5f 0.06 MB 128 106
189,146 189,146 00000000000000851daece554482420c16c032bd5bfa615befef84664c3ab8b0 0.24 MB 460 113
189,145 189,145 00000000000009453fd852842eb48a8c0095d2182a8d4f64f37e0d8c3f567df6 0.01 MB 38 348
189,144 189,144 00000000000005389bbd1e8af4ec3a878bc677b9fe09b8435096d0bb225e6a77 0.09 MB 52 73
189,143 189,143 00000000000003ef6868a7f87900ed3abbc1be43f7adc3ef33cd341d518f19fb 0.03 MB 86 111
189,142 189,142 00000000000004d0ec9725a984a5b1a1e7ee344a6258cf7928ac4d79aadda104 0.00 MB 10 0
189,141 189,141 000000000000040ef544f8512ca5338edf8477083091c5d8f85d638884bbe774 0.18 MB 520 146
189,140 189,140 00000000000002961208389e84e8ae8ca622f5884f0c00e88bfb5bcd3d3ad7eb 0.25 MB 607 152
Previous 10 blocks ↓
Total Size: 779.05 GB

Node Details:

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