Loading Tool

Explorer IconExplorer

Memory Pool

81,817 transactions
31.19 vMB
0.08411754 BTC
Random Selection Loading Transactions
Max Size: 189.53/200 MB

Candidate Block

Mining Attempt 36779e0f1b9a66d0467049197f8d225c3c6e1279a95dddd368af5dba4baa0145
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 327d6800414d5b94331e1b5b83f66ed749b8148add55888d1f3fc825006c012d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,816
Size: 1.00 vMB
Total Fees: 0.01679946 BTC
Feerates: 73.20 > 1.68 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (449,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,041 466,041 0000000000000000000bce966f09c6395dc9f8cbffc39bd24bf8823595903ad3 2,149 1.00/1.00 vMB 273
466,040 466,040 0000000000000000005d61e2c4c421ef0b5dbffa0771a3bff4117e674f4a3215 2,363 1.00/1.00 vMB 183
466,039 466,039 0000000000000000012bebd8530b192bb95866f6fa1ac4b4fe4602c9ff238f28 2,091 1.00/1.00 vMB 139
466,038 466,038 0000000000000000019c34d831d77796545c329488fcdcec2c5474645e30fcd2 1,502 1.00/1.00 vMB 176
466,037 466,037 0000000000000000000a1b93eb33cad6a5122f0e584e2e41faa519a058a2999b 3,148 1.00/1.00 vMB 174
466,036 466,036 000000000000000000e049d8f847ecf4473839322d45c42a3bd760fd894b90f0 2,708 1.00/1.00 vMB 127
466,035 466,035 0000000000000000002035feda800ad958af35b78518b70db2ae9ff83bd01f4d 2,440 1.00/1.00 vMB 203
466,034 466,034 0000000000000000017a0ff135a4e2bfd57a383926455ab23244c3bd1dafa646 1,124 1.00/1.00 vMB 142
466,033 466,033 000000000000000000a0e0ff062fed3cd41df0942d667d8059b6f16cc1bceda5 2,240 1.00/1.00 vMB 254
466,032 466,032 000000000000000000115a8251981d0f4ef5f6e84b28fb3f5d1968dd24d1c61f 1 0.00/1.00 vMB 0
466,031 466,031 000000000000000001a1b8948cbc15c6cbb926e951f2983fca3b0b230cd5e1b5 2,049 1.00/1.00 vMB 156
466,030 466,030 000000000000000001b14bde23c2e9ee80367a793349591548bcec7231bd1ac3 2,186 1.00/1.00 vMB 263
466,029 466,029 000000000000000001740fe958b1b19c7467991e8b53343d4f64ff7b145ce357 2,148 1.00/1.00 vMB 187
466,028 466,028 0000000000000000003600b6000134d164d951c3b02f0fd452a381dca30c7778 1,452 1.00/1.00 vMB 184
466,027 466,027 000000000000000001e1a059d96eb4a1ae1d82abe75288e74972731b6f2615c5 1,481 1.00/1.00 vMB 162
466,026 466,026 000000000000000001cbb4f6f057ba16ccfd21a1e6899e65be44339bf0d8bf18 839 1.00/1.00 vMB 178
466,025 466,025 00000000000000000186d3c35808bd9709d5315d287453fe0369ca9b8a508485 1,834 1.00/1.00 vMB 225
466,024 466,024 000000000000000001cabf702d37090858ee4173d2fc4bebe1f295ce657a2cf6 1,545 1.00/1.00 vMB 251
466,023 466,023 000000000000000000e32bcba27650bde0761c4dc2390e93bbcfa4c438843ecc 2,206 1.00/1.00 vMB 177
466,022 466,022 00000000000000000161106809ee6f839da41b9fe60907b9f2d76cb2a7754116 2,422 1.00/1.00 vMB 225
466,021 466,021 000000000000000001b1ad717d79a4cdd86095682283551272ee5a8f3599669e 2,421 1.00/1.00 vMB 328
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.