Loading Tool

Explorer IconExplorer

Memory Pool

45,237 transactions
29.86 vMB
0.09279100 BTC
Random Selection Loading Transactions
Max Size: 154.18/200 MB

Candidate Block

Mining Attempt a9c16b69e2448300b5a2467264715957d83687a4760a4188631d6b824586c5d5
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 47e4c8f6ae57d9aa755dc02e548a03b99d2eff5ec23b5a4126df5d2ac6e81377
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,027
Size: 1.00 vMB
Total Fees: 0.03231319 BTC
Feerates: 477.45 > 3.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (530,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,193 384,193 0000000000000000024f66d9d6ebe9eac5720ce61b4df9d5e195117c16d27f00 1,190 1.00/1.00 vMB 20
384,192 384,192 000000000000000002f818014686f113d218a5033e6d611ae8eb81806825b08e 1,802 0.95/1.00 vMB 29
384,191 384,191 0000000000000000070febdd2128146f4580fb5bff2c5ced9c073243846d8390 2,600 0.99/1.00 vMB 40
384,190 384,190 00000000000000000983ccff319763059f050187da63eb9ed525b998a866c0da 1 0.00/1.00 vMB 0
384,189 384,189 00000000000000000ad4cd15bbeaf6cb4583c93e13e311f9774194aadea87386 564 0.34/1.00 vMB 27
384,188 384,188 00000000000000000488eecd93d6f3767b1ba38668200a6a5349af2e0d4fad3f 1,356 1.00/1.00 vMB 24
384,187 384,187 00000000000000000a23cc36b94151b8ebf3a4e80b730426def64383fa2490f9 1,932 0.75/1.00 vMB 42
384,186 384,186 000000000000000005c2691358c4acae01f659e4271d3fad5a345cf6e9c2599b 1,881 1.00/1.00 vMB 39
384,185 384,185 000000000000000005457a285026215f86b1c0d4c84177d9d5b6274df568e75a 566 0.25/1.00 vMB 36
384,184 384,184 00000000000000000b1d819a16daaa9181a051083ba317a392d253d14a9e1a7d 338 0.75/1.00 vMB 4
384,183 384,183 00000000000000000b599d3b2ab40293d1be663f3a9a23cd5cf446797343f7f6 870 0.79/1.00 vMB 20
384,182 384,182 00000000000000000007c32288e136dc2459f678a1269a70ec0a41a8688c0d36 1,127 0.75/1.00 vMB 29
384,181 384,181 00000000000000000ffd4bd1d9bb549e3afc5be7ff0eb65fea8895c0440952a2 1,506 0.85/1.00 vMB 27
384,180 384,180 00000000000000000f938a576c2b6b7ebdff4b0d8febf6f1417b94938a03f2f0 1,622 0.52/1.00 vMB 46
384,179 384,179 0000000000000000015fdb9cf23b82e38a482fb6566dbe014e08624c94931603 1,406 0.60/1.00 vMB 35
384,178 384,178 000000000000000001c91858b43f186024052a8bef63bd3f89da2a95f1dc0395 131 0.11/1.00 vMB 15
384,177 384,177 00000000000000000337978461959fa6dcf5a8c498a8603b310b6514f4ab39cc 322 0.39/1.00 vMB 13
384,176 384,176 00000000000000000e2d0f11dfeede70a29134361649f6f7fca30783b55c1ba4 2,772 1.00/1.00 vMB 43
384,175 384,175 00000000000000000e1da3813d2837030e692442bdc2828ea51b94437d124c9d 1,027 0.46/1.00 vMB 36
384,174 384,174 00000000000000000744c3019824210a31530a8318ec8fb410aac1638ab32bdf 618 1.00/1.00 vMB 7
384,173 384,173 00000000000000000caef36abb9bf596d89eb792cc08f3b66d34f9ec48157f7a 630 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.71 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: 629.61 GB
    • Received: 11.93 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.