Loading Tool

Explorer IconExplorer

Memory Pool

47,504 transactions
27.78 vMB
0.09347768 BTC
Random Selection Loading Transactions
Max Size: 146.92/200 MB

Candidate Block

Mining Attempt 7444ab7521eb3159ea9e2a7ffdfff9dee73b3c087c781582ceebb8af3a25aa24
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 37169229a40338f49928c2bc144e0e9da2bbbcadcc0fc55764a62ebc756e97e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,527
Size: 1.00 vMB
Total Fees: 0.03745227 BTC
Feerates: 159.25 > 3.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (416,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,315 498,315 0000000000000000002b76cc212984cfa4742dfe840d97fd5fb33a15cd945283 2,772 1.00/1.00 vMB 416
498,314 498,314 00000000000000000026b8dd4da7b89163ac5477efddb8f5762b30c53a06b521 2,489 1.00/1.00 vMB 375
498,313 498,313 000000000000000000a1456597e28f6e9b37e609755138eb072251012e1ac31b 1,739 1.00/1.00 vMB 222
498,312 498,312 000000000000000000a16a40097a5c5bd950d597724463ecab2d600655855c36 2,199 1.00/1.00 vMB 378
498,311 498,311 0000000000000000008ae5be0c5d4a015662476bc0dc22377b0367d8f08f0911 1,761 1.00/1.00 vMB 237
498,310 498,310 00000000000000000084708716e035e02bfbe96bc0945b4712e2f26664242646 2,687 1.00/1.00 vMB 380
498,309 498,309 0000000000000000004efa06b0f5821e07971dc866390766cccc4fcc3e43e2a0 2,583 1.00/1.00 vMB 413
498,308 498,308 0000000000000000007eecc3773da880fd0dab49df32429863c73c3e5d975caa 2,289 1.00/1.00 vMB 461
498,307 498,307 00000000000000000038b782272828bd0ae4ec77fce453a926abde51312c50b7 2,798 1.00/1.00 vMB 369
498,306 498,306 0000000000000000006cd61662ac695695c13af5c13ffb8cd466151a7e8178cb 2,948 1.00/1.00 vMB 410
498,305 498,305 000000000000000000aaf8942af02f2dd96371388fdacc4c608cabaf496f50dd 2,811 1.00/1.00 vMB 451
498,304 498,304 000000000000000000598495bfb70e7b98aa192165ffb9d8bf63c27d746d9e8a 2,393 1.00/1.00 vMB 452
498,303 498,303 00000000000000000097669cdca131f24d40c4cc7d80eaa65967a2d09acf6ce6 2,917 1.00/1.00 vMB 475
498,302 498,302 0000000000000000009b5280441195a8128520fe1d09d3f23e69289ad4e0a62f 2,757 1.00/1.00 vMB 479
498,301 498,301 0000000000000000006cd7e8fd9568ef0a318237de2ffb499a9629c6695e59fd 2,921 1.00/1.00 vMB 494
498,300 498,300 0000000000000000007ad650f8f95e8dd074c73fff50473243a7656d012c3721 2,367 1.00/1.00 vMB 290
498,299 498,299 0000000000000000004c7f2012d0f7699b381a1530ae19ea92ba37cee53512e5 2,976 1.00/1.00 vMB 464
498,298 498,298 0000000000000000009d735d336ab3463ae13656a9874de24e641fe31d20b4c7 2,188 1.00/1.00 vMB 262
498,297 498,297 0000000000000000006cdf6dafaadf6e2e5ef79bc2b3d792534c6c64da49fcca 2,356 1.00/1.00 vMB 391
498,296 498,296 000000000000000000515d1a16ff2c2ea34430afed6d13e3a6b3471581ec3fd3 2,747 1.00/1.00 vMB 430
498,295 498,295 000000000000000000b0dd9f8311337f82136d0945061b711a50db6f2c25cfd2 2,077 1.00/1.00 vMB 238
Previous 10 blocks ↓
Total Size: 782.20 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: 654.02 GB
    • Received: 14.08 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.