Loading Tool

Explorer IconExplorer

Memory Pool

43,220 transactions
26.93 vMB
0.05426338 BTC
Random Selection Loading Transactions
Max Size: 141.89/200 MB

Candidate Block

Mining Attempt 2637ba26e36058a3f105fd983b6440e4526229e2d16751ccb1062ba8aafb5523
Version 20000000
Previous Block 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb
Merkle Root a3a9b993f82bf1ec9c3a6628b153098ca6854c078499ac56f813cbe90e73044e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,366
Size: 1.00 vMB
Total Fees: 0.00417361 BTC
Feerates: 21.20 > 0.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,914 (350,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,437 564,437 000000000000000000272c17cadfc9e65e82275c025b1f587741be443556c23e 1,788 0.76/1.00 vMB 8
564,436 564,436 00000000000000000018119491862467ce315e5536b73f999de1bda0bc4032c9 3,288 1.00/1.00 vMB 3
564,435 564,435 0000000000000000001a56fceb4d2b48985ce01ed42f40d8f3e20b7e7c883448 2,566 1.00/1.00 vMB 30
564,434 564,434 000000000000000000141af2163f7681d410c0351fafefabf3a0d23aa46d741e 2,606 1.00/1.00 vMB 21
564,433 564,433 0000000000000000002e440537c6cfae669c63a16349a5535f98cb2dbe94d51c 2,895 1.00/1.00 vMB 6
564,432 564,432 00000000000000000028cbe72553799a6fbf209c862e213728cbf1d96e1347cc 2,931 1.00/1.00 vMB 13
564,431 564,431 0000000000000000001ea60eb22c6b0f1b2b5d2969e8f6743dc0c5722d6815e0 2,815 1.00/1.00 vMB 31
564,430 564,430 0000000000000000001bd9d83217819a2119b0ca2f3bd21212d37af300174bab 2,949 1.00/1.00 vMB 10
564,429 564,429 000000000000000000133a9e4762c44bf213ecd7a0070ca847a73ddb96f06c77 2,814 1.00/1.00 vMB 41
564,428 564,428 0000000000000000002757deabf8ce5fc56a5d257f8e2317173b04061d0f7d50 2,852 1.00/1.00 vMB 10
564,427 564,427 0000000000000000000fe7f08690734057b30011f86dd9f5ed3a903173f5f732 2,688 1.00/1.00 vMB 32
564,426 564,426 00000000000000000001461271391dfab88726774ab9a4e4a99b166ee43eb72f 2,331 1.00/1.00 vMB 6
564,425 564,425 0000000000000000000217e7f6f9a32ab1d43c19d155c6aef39247ddf7d83b32 2,756 1.00/1.00 vMB 60
564,424 564,424 00000000000000000026d95b74c6c2b1181357f79ccf79b13a0a1d62c6ab6844 2,737 1.00/1.00 vMB 10
564,423 564,423 00000000000000000010cbdf0bcca008d7ec1cbc6648410fdcedb078b2ac3b44 2,348 1.00/1.00 vMB 25
564,422 564,422 0000000000000000000801ca968dc7e857ab4749e52842a6808b55ea78450287 3,288 1.00/1.00 vMB 110
564,421 564,421 0000000000000000002ccf390b2b2fa2ed16b4e60db6c2c81ce9dde50452c351 3,170 1.00/1.00 vMB 39
564,420 564,420 00000000000000000018bccfaacdf19c1e0e768bb1d5fc7e53eeca6d468634e9 2,647 0.85/1.00 vMB 17
564,419 564,419 00000000000000000001accfd0a806f8ffa8fe76255c7c3dd324495811ad1929 106 0.04/1.00 vMB 41
564,418 564,418 00000000000000000017f6b18ac3694cb61492a61db558f7529269d37ff5c9ab 1,077 0.36/1.00 vMB 13
564,417 564,417 000000000000000000049e63b7688e4373a0b5003258b7b5cee792eb746d0496 475 0.17/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.25 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.