Loading Tool

Explorer IconExplorer

Memory Pool

42,309 transactions
19.77 vMB
0.08872239 BTC
Random Selection Loading Transactions
Max Size: 111.60/200 MB

Candidate Block

Mining Attempt 62536c21f02cba8c59c1f30ee8c6733a5459b7fbc3100cb8a103e5a817f66410
Version 20000000
Previous Block 00000000000000000001c6f1449909b43e6c3e2f259e653d98402e7ea5f43c7c
Merkle Root 218a8918647a915e87cdef40fcca12cfb8318f21445a8d3d0df8b10efe015896
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,797
Size: 1.00 vMB
Total Fees: 0.05012713 BTC
Feerates: 101.65 > 5.02 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,059 (851,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
62,663 62,663 0000000006e8f3445943cf79c535658165c8723b5e2a3c0bdcfa666d7b4eb721 3 0.00/1.00 vMB 0
62,662 62,662 00000000046cef2141edfa4539a95da3fb4115ca06b4ebac58169425f6ceeb7e 1 0.00/1.00 vMB 0
62,661 62,661 00000000052c44eecbc0034fad362c68d32a38e9298d9ee5c1cc4464e5b975c1 2 0.00/1.00 vMB 0
62,660 62,660 000000000087b7f7d93e685aee9815a5897b2172c65104c6731813c3acc44450 1 0.00/1.00 vMB 0
62,659 62,659 000000000902d8a3eab8a14357fd6435547def77a2b41d956d00c89e7039c586 1 0.00/1.00 vMB 0
62,658 62,658 000000000879c4256c5a08fb8d214b459c6c840c17a88744322048ac2a30a647 2 0.00/1.00 vMB 0
62,657 62,657 000000000cf70a6045acc2e7314ae3d96993a7fbe9d62cc38b079d8109805b27 1 0.00/1.00 vMB 0
62,656 62,656 00000000092e6d875820861a54662d95cc68c4776864590600a2e41afcc776c7 1 0.00/1.00 vMB 0
62,655 62,655 0000000001a154d26b23a866e85e2368f0240c8f5aac8dd4c006979cad3aeb8a 2 0.00/1.00 vMB 0
62,654 62,654 0000000002bdf94b28fe75cae8787db739c50528d5bb1a14211c1fc5f54eb179 2 0.00/1.00 vMB 0
62,653 62,653 000000000bd66c9d9f034a4675a98cc82e700c71d41a84dc28023ac836a38306 4 0.00/1.00 vMB 0
62,652 62,652 0000000003404d49c33e3bdaa8cb52d1ce664a72ed2a625e831c835c7fb20c12 1 0.00/1.00 vMB 0
62,651 62,651 00000000038ae2eed3f7be67c1cff5280c4f16310c95e2557147b9942b5abb91 1 0.00/1.00 vMB 0
62,650 62,650 000000000b23050e964f1aed8b468980b1973a9452bf077a2e45ee02bb69cafa 1 0.00/1.00 vMB 0
62,649 62,649 00000000027cfe63a82fcc5a9f123712ed28b9c75bb0a56c51fb161032764487 1 0.00/1.00 vMB 0
62,648 62,648 000000000561c5afa95c77ee8b61a491591d321b05bfc88f8c95ba4e3c172a41 1 0.00/1.00 vMB 0
62,647 62,647 000000000aa1bfd48f85a35a13bba5149a1d4f77f734ee074cce3601eb15804f 1 0.00/1.00 vMB 0
62,646 62,646 000000000924f1ba06f678466df43080259dbf4e47b365f30807df802d3b6717 3 0.00/1.00 vMB 0
62,645 62,645 000000000cbaed2f065ccf186ff0db51dc296ee3fbabdad30e54a61c52705004 2 0.00/1.00 vMB 0
62,644 62,644 0000000008106679cb3dfbb7a29bf7af4ea3c8ae27e41792f9d722466b39f30c 1 0.00/1.00 vMB 0
62,643 62,643 000000000c960546c18ce9815066915dea84ce05f95f2175b8d38e50742eac2e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.70 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: 554.64 GB
    • Received: 6.76 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.