Loading Tool

Explorer IconExplorer

Memory Pool

78,180 transactions
29.35 vMB
0.06479731 BTC
Random Selection Loading Transactions
Max Size: 176.32/200 MB

Candidate Block

Mining Attempt 48d67d97d388c59d6da1fc5ea88cfd9cee6861a7ae598fe257cad6d751682d26
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root a227270835fafe6ebcf5df26c4648c1870c0bc572c78c28e92f5cd8c6ef5ccbc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,091
Size: 1.00 vMB
Total Fees: 0.00526930 BTC
Feerates: 18.31 > 0.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (97,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,402 817,402 00000000000000000001b08d39bfe5eb3a370adcfa024e960f70f413b54ea190 3,876 1.00/1.00 vMB 124
817,401 817,401 00000000000000000001cf795ae8f37e5ad8ba9089d9d4bb2659c0951ff149aa 3,913 1.00/1.00 vMB 104
817,400 817,400 00000000000000000002b5eaa335671e0615695b9b5904a4361de2a7e4c3bcb7 4,015 1.00/1.00 vMB 129
817,399 817,399 00000000000000000002bd6c717d738a55c1f95de1ed8546362acfcd532bc148 3,994 1.00/1.00 vMB 80
817,398 817,398 000000000000000000009218c6decfc0f0b88df6a171c7ebe6845168cb940a43 3,768 1.00/1.00 vMB 78
817,397 817,397 000000000000000000031097692365be2712df849a200f6dbf99ca5697d5c486 4,196 1.00/1.00 vMB 75
817,396 817,396 000000000000000000022e79bd9d91212f971f6b063a11ea8af9fa0d655650f6 3,886 1.00/1.00 vMB 64
817,395 817,395 0000000000000000000130013d3dac5af58bf6a599d7653757b00a8d4611b951 2,796 1.00/1.00 vMB 72
817,394 817,394 0000000000000000000174ccac8d21243dc9b972984ca7cffd331cdf6362abe1 3,288 1.00/1.00 vMB 78
817,393 817,393 00000000000000000002d40e07e2e2480400cd79ce6a238036ad3dedff55c02d 3,580 1.00/1.00 vMB 78
817,392 817,392 00000000000000000003da293e6ab8bc7bd66ce08f40cf69c0b8508eb64ecf4b 4,445 1.00/1.00 vMB 101
817,391 817,391 00000000000000000001bcb3df2fefc092f9c9ecdfd4995cb709b75725fd2393 4,180 1.00/1.00 vMB 122
817,390 817,390 00000000000000000002e4b09cb2ead2694e173f779e7be90c0be4335b35ec46 3,766 1.00/1.00 vMB 155
817,389 817,389 00000000000000000003750cf4d4a0f6091ac125cf6cc39b82de74c3c7fd0609 4,447 1.00/1.00 vMB 95
817,388 817,388 00000000000000000002f7f101365e30838c8d1691c85476f70950faeaaa828d 4,028 1.00/1.00 vMB 101
817,387 817,387 00000000000000000002292f9fe7b144222378d68086a9a5d3da695b0a57c154 4,359 1.00/1.00 vMB 116
817,386 817,386 000000000000000000044c9e96073619689fccd298c8df4f28a9ad0555df51c9 2,595 1.00/1.00 vMB 75
817,385 817,385 000000000000000000012ca6770052c4b0496c23bbcdd2f9c7e810fbabc6cfc7 4,186 1.00/1.00 vMB 90
817,384 817,384 00000000000000000004165f96a6164ff1b2e97784cd4764b92b4e76a61bec16 4,149 1.00/1.00 vMB 89
817,383 817,383 00000000000000000002cf4e7c6d801a540d8ef1846dc98c55fd2c067c9a359c 4,404 1.00/1.00 vMB 94
817,382 817,382 0000000000000000000353b81d5a012da71833f0159253fa7f0d0633ef437dd7 4,064 1.00/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.