Loading Tool

Explorer IconExplorer

Memory Pool

19,500 transactions
8.84 vMB
0.03853869 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.69/200 MB

Candidate Block

Mining Attempt 965cfe9473a31ccd34c9d132a75e539c0f6c73b3efb2cbaad8fdb54af55621ab
Version 20000000
Previous Block 0000000000000000000170c67e58e6b2743a2a358553ccfe3fb9590b1d57ba5f
Merkle Root d473fe3672832615effcb855444c3a37b5f765b178bd842ccf436d3355b773f0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,775
Size: 1.00 vMB
Total Fees: 0.01919109 BTC
Median Feerate: 1.91 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,402 (779,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
133,780 133,780 000000000000068e425dac7a69de7a521db061db265b04c4924b4bafd578f339 78 0.04 vMB 178
133,779 133,779 0000000000000a6ebc5bebe9bc6119a0a177149c53308cc991dff50066304909 12 0.00 vMB 576
133,778 133,778 0000000000000397fdedec49f01c5a2aa9007f46fbdf32415eb9b4a28c25d011 44 0.01 vMB 1,003
133,777 133,777 0000000000000a1e296ce453f129e4301bbfd242abad1cad70343e833a60e340 14 0.00 vMB 290
133,776 133,776 0000000000000994e8481914af49dd8ef79f4730c8d3d75bf5af68d21c8bb339 46 0.01 vMB 952
133,775 133,775 00000000000000ed786f74071742f4b2bf80c640b11b651d25b3fa4e5ec8da6c 13 0.01 vMB 829
133,774 133,774 0000000000000bd5c8d10a11e2013ff9ca769956db421bcf86ef2ed8042aae57 34 0.02 vMB 762
133,773 133,773 000000000000023b67d4e964eb4a7ed12460205eeb06bd6a0f369efa9ffaf4be 92 0.03 vMB 89
133,772 133,772 0000000000000afd986bf154b431a274f0efded713ef1af77b5449f7372e5628 46 0.02 vMB 635
133,771 133,771 000000000000000d64a9f867749758564465510cbb30fe4488b183d001027002 24 0.01 vMB 816
133,770 133,770 0000000000000aabf8c87db5f18cff80bcdbb58276bd8c2c0b06f57c27fc5198 31 0.01 vMB 528
133,769 133,769 000000000000078ccb8715d50cf9e764abcd8244d64aa327985dc2b843f9ca93 112 0.06 vMB 109
133,768 133,768 000000000000024c3f59d12c9a830226a5e56d2530e828bba1ad57cc6365cda7 49 0.05 vMB 981
133,767 133,767 000000000000041a7fd632170950e3663c32873df99083833ce9d91afca50b56 40 0.01 vMB 124
133,766 133,766 000000000000013ffd8de6ca13a692f777132e098c881404bb64ac5137c08eeb 22 0.01 vMB 864
133,765 133,765 0000000000000b0afa1211c761ca1118cbe4240e1c02668fe9ca7445fb11e964 268 0.10 vMB 66
133,764 133,764 00000000000003ef97a8d30720c99ca0734adf281915e4248d6d650685d38bf4 35 0.03 vMB 1,454
133,763 133,763 00000000000002b4171f0c9c19e85fe37d1ca58a20acef84b8433c07636ef1ba 21 0.01 vMB 1,056
133,762 133,762 00000000000003092c091eefcc99becd667f6523c76cc26c1a4cff0ce8a55679 263 0.10 vMB 331
133,761 133,761 0000000000000be503909afb207c2d2e89cbc7b684d6e27f02e64bb05be8ece2 33 0.01 vMB 500
133,760 133,760 000000000000067a8ac34c8bdde552029f23b916adfc9dbbeddca0bae7064c44 31 0.01 vMB 208
Previous 10 blocks ↓
Total Size: 779.57 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: 270.13 GB
    • Received: 1.05 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.