Loading Tool

Explorer IconExplorer

Memory Pool

83,914 transactions
31.92 vMB
0.08654215 BTC
Random Selection Loading Transactions
Max Size: 194.13/200 MB

Candidate Block

Mining Attempt bc16f5dca74c01586d2dacd18a412eb490f904cb00047283c282f6043f73dcea
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root b0f9a52e41d795af4b0bb314fcfd79136fc22a35e03bbad600080c5c497fb4e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,291
Size: 1.00 vMB
Total Fees: 0.01668785 BTC
Feerates: 40.21 > 1.67 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (411,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,637 503,637 0000000000000000003f84caeee213327685ca354ccf8b884eaa6d1f49cf5d3e 898 1.00/1.00 vMB 188
503,636 503,636 00000000000000000077c6a0bf98b12fef4cec307871a705259a7f9a5d6cbd27 1,406 1.00/1.00 vMB 354
503,635 503,635 0000000000000000007d4b2675dbd637821f253a22cc0b260dd948ce5fbbd1cd 898 1.00/1.00 vMB 225
503,634 503,634 00000000000000000064b0fe2a91d7ef90c7442cf9805058158f904f9883a210 1,429 1.00/1.00 vMB 304
503,633 503,633 0000000000000000004519975f74bacde0a97ee2c533f8d211102820e89e66b6 718 1.00/1.00 vMB 163
503,632 503,632 000000000000000000242912d8ac6f5317091dc855e85aa1fec411a157ba479c 1,202 1.00/1.00 vMB 237
503,631 503,631 0000000000000000007de03c2ba9477c9408e061403f1662faa69b0ec6a30524 668 1.00/1.00 vMB 173
503,630 503,630 000000000000000000323d4a0251827c5e0684b7e49a07f02cfb293b63944deb 1,049 1.00/1.00 vMB 309
503,629 503,629 0000000000000000004cbae23474589b3d7d49ab4bcfb170131064a9f055d45c 799 1.00/1.00 vMB 203
503,628 503,628 0000000000000000007ff43dc895ddeb5995d9215151d4a17b501d0999e1570c 1,443 1.00/1.00 vMB 330
503,627 503,627 0000000000000000003f6c9e55a4498d8d50fc89da7cde55cd4b4f87f9bc2c5e 1,780 1.00/1.00 vMB 474
503,626 503,626 0000000000000000005ddd2fa48e11ed81400af934666d2d7fb0e2bca2a2a73c 2,167 1.00/1.00 vMB 495
503,625 503,625 00000000000000000031e4ffde944a8de1b30e943bad13fd87c88e6798f38a2a 2,352 1.00/1.00 vMB 525
503,624 503,624 00000000000000000002cc76a55b57656aec9a83e3e37164190ae1b12fcfe683 2,676 1.00/1.00 vMB 568
503,623 503,623 0000000000000000006fd41bcd5ae391728e668e4fcdd4b2805003c706b9f489 1,269 1.00/1.00 vMB 197
503,622 503,622 00000000000000000048c9fff89f9deda504d68cb9c50f6d698d364703a6242b 1,120 1.00/1.00 vMB 197
503,621 503,621 0000000000000000001f9c2efa072de09f312e6b9c566bd5bd54e06b4385a6f2 2,854 0.95/1.00 vMB 457
503,620 503,620 0000000000000000003bf3e4355d4c53040fbd7f980d4cd47454555cbf749b5e 927 1.00/1.00 vMB 258
503,619 503,619 000000000000000000666c36cae23672d17082d992924dac2761efe0ede79420 1,916 1.00/1.00 vMB 350
503,618 503,618 000000000000000000610a8a3e5416e1424f8ad61ce99f1e24ef281df8f0c1c0 1,791 1.00/1.00 vMB 467
503,617 503,617 0000000000000000001643b7217aab98dfd73e16b20feaa7cee57b3fae837a18 2,444 1.00/1.00 vMB 509
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.87 GB
    • Received: 16.78 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.