Loading Tool

Explorer IconExplorer

Memory Pool

40,306 transactions
17.76 vMB
0.15181924 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.05/200 MB

Candidate Block

Mining Attempt a01923010133ba057f29494eb4747d9924398de07879e4c051eea27e12394f10
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 75853888ab94bfbcaf380ccc2734bf6aed3e1cc9dd462fe34682e905e51c5582
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,321
Size: 1.00 vMB
Total Fees: 0.04398962 BTC
Median Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (724,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,031 189,031 000000000000078d7b26373904043dfc9201d5b59003dc7d71fd392aa28a9f16 256 0.12 vMB 295
189,030 189,030 000000000000004d2f276388d57cf84c2f8290f3fd02876e3ab2fefcf9365d0f 267 0.23 vMB 89
189,029 189,029 00000000000002bc2b281b4de84410c22f084bb20c61be62f3c7d6035f90e24b 154 0.05 vMB 55
189,028 189,028 00000000000002f5f3df070a3998ffb68938b3942add2cc2699a94fda6e575ff 60 0.03 vMB 41
189,027 189,027 0000000000000946e24be4fa928ba738a62658884bdf8904218fa1bef46644bf 223 0.08 vMB 151
189,026 189,026 000000000000036d94e830484d7a3e6b32c7c7d1cbafee4ed53d2f9111f07f86 12 0.00 vMB 15
189,025 189,025 000000000000015e891f4d8471f41af177049a5906a161b16e27f8a022bc96ac 158 0.07 vMB 96
189,024 189,024 000000000000053a1308f7e35d5a79fcb14bd2e954c72372c9d841ca8b8eec5d 108 0.03 vMB 15
189,023 189,023 000000000000040c8da1c092f126803c81673c92eb5e0e8c5b08bf354869e577 1 0.00 vMB 0
189,022 189,022 000000000000040c3c5e9ab2a0a5bde956024ebb451025d9dc242d1cb5a95a99 89 0.03 vMB 94
189,021 189,021 00000000000007553d37e936ddf075c3dcaca27aa8cca6310a3fb9dd0caa67dc 65 0.03 vMB 31
189,020 189,020 00000000000005bbccf9494f14a4d48f739ec14b13447a04eefa8358a3507325 192 0.07 vMB 196
189,019 189,019 00000000000003b42f1709242bf0ef1ac684e115d0de21b45a3bd9c177e5875c 87 0.04 vMB 121
189,018 189,018 0000000000000181637a8a44f4f1f8af31b825aa76240dbbce2b079ff43ae025 74 0.02 vMB 122
189,017 189,017 000000000000029952239aafa9f47d72b67c92bd8668e296a8bbec081772a8ca 64 0.02 vMB 150
189,016 189,016 000000000000048db78687845ccf832c58f8d3a63a09f97550a23267426fc343 38 0.01 vMB 154
189,015 189,015 00000000000003cd359f397f595abbb0257e3650b4e12b36d922031d06c7464b 128 0.04 vMB 121
189,014 189,014 000000000000074c6e8f46781b36433e507417d682f0933ae063ea3047358ec6 14 0.00 vMB 0
189,013 189,013 000000000000007d6bdbcd556973486724128ccf7c08c9f0c1956242a272ee0a 56 0.02 vMB 73
189,012 189,012 0000000000000733d89cf18a4a7b8ba74f6a4773b3b18516890150556d4b852a 84 0.05 vMB 83
189,011 189,011 0000000000000379a3ac4b0891eb6a1feb59a087c654462f9fbefc4622e41937 40 0.01 vMB 116
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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