Loading Tool

Explorer IconExplorer

Memory Pool

40,836 transactions
28.62 vMB
0.06645727 BTC
Random Selection Loading Transactions
Max Size: 146.44/200 MB

Candidate Block

Mining Attempt 7ea84ff39ca162dfa1263bda3f828d3a5720f85f48cbc99b281db6ec4375a071
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 3ca84038c4246939fa971e79e13c0714725995d2af5126a672967ee4cde7f6e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,868
Size: 1.00 vMB
Total Fees: 0.01112950 BTC
Feerates: 100.19 > 1.12 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (348,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,691 565,691 00000000000000000003e611331155c94102e32a5fce27a600ee6a65e8da9c5a 1,360 0.62/1.00 vMB 14
565,690 565,690 000000000000000000058c72bca416aaf27d81e994891422c4aa64702aab3191 873 1.00/1.00 vMB 2
565,689 565,689 000000000000000000243016a246d8a3b1723ffd2c234848fbf5f69f1a66a825 1,126 1.00/1.00 vMB 9
565,688 565,688 00000000000000000019539f60db34774d192c7d49be689fb0ee2fa3096a50a5 2,282 1.00/1.00 vMB 10
565,687 565,687 0000000000000000000c424c7fae51054b06d0ad99ff3e9690de428b4e6eafb5 1,595 1.00/1.00 vMB 14
565,686 565,686 0000000000000000001b24d99077c8960242e89c31dbf028bf963ecc1b7e1d6c 2,679 1.00/1.00 vMB 30
565,685 565,685 0000000000000000001af403c82e392ffefcf9a7d4730be099fdd6360b6de562 3,047 1.00/1.00 vMB 24
565,684 565,684 00000000000000000013778f27be5f0014ac27be9a4887f858b9963da4af6183 3,233 1.00/1.00 vMB 28
565,683 565,683 00000000000000000002aea05c69d27d87cef9685c3ffe3c31e1b8312d04d923 1,151 1.00/1.00 vMB 6
565,682 565,682 00000000000000000018128f2aea34d271078fbd96b019772f8c0182a89c762c 3,114 1.00/1.00 vMB 28
565,681 565,681 00000000000000000004cfef6d353c7914d941c1748aa04dcf1dad573855397e 688 1.00/1.00 vMB 3
565,680 565,680 0000000000000000000f5396792170e3bb3cda57a524a7acad5cc94e72164f3d 2,641 1.00/1.00 vMB 11
565,679 565,679 00000000000000000023ce14e8aeece0beaa461d33bbea51feefdfc3804cc317 2,973 1.00/1.00 vMB 21
565,678 565,678 00000000000000000008dfa1540fa0a083766f5b5bbaaf407d4427a93e6d94c4 1,444 1.00/1.00 vMB 9
565,677 565,677 0000000000000000002a4f0f048c44726e2be56615804d325cfa6e0515dc2987 2,816 1.00/1.00 vMB 20
565,676 565,676 00000000000000000001ef0b5a5c2fcdfb57d211ea2d04f347c36a2af71c5914 2,875 1.00/1.00 vMB 14
565,675 565,675 0000000000000000000b924118271fd9b14f7da4d8d7f3eb2bb3cb7dfb4f8889 2,690 1.00/1.00 vMB 26
565,674 565,674 000000000000000000289eb46ccfa34400ecf271fcfc748391fb4dd77c089ecc 3,372 1.00/1.00 vMB 37
565,673 565,673 0000000000000000002478e2fc19630ef38d06f6f35694a166672138899fa36c 2,702 1.00/1.00 vMB 22
565,672 565,672 00000000000000000009762dde2396f725356910e0c8e066a679f7e2516e7bc3 2,480 1.00/1.00 vMB 24
565,671 565,671 0000000000000000001f3ebe0cd6af0489dad5e03253bd18cb41e42f7007d737 3,117 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.17 GB
    • Received: 11.88 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.