Loading Tool

Explorer IconExplorer

Memory Pool

30,782 transactions
17.32 vMB
0.05359570 BTC
Random Selection Loading Transactions
Max Size: 93.11/200 MB

Candidate Block

Mining Attempt cd58e7ef06b8e9623b33b64927794cb579b3e98476b67bccc665310debcdcc08
Version 20000000
Previous Block 00000000000000000001ef74dfae70b7f5106732354c17fa5d73161353fed594
Merkle Root e46a6cf9788d5222b1fd8fa59dacb7c0247ac0e61db2f6bfe42684e69a6cc25a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,208
Size: 1.00 vMB
Total Fees: 0.02083849 BTC
Feerates: 301.57 > 2.09 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,166 (795,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,743 118,743 0000000000003079986ed6c0f24826abe1a365e60bc5e6b14fd47dd1f0c7a389 6 0.00/1.00 vMB 470
118,742 118,742 0000000000007ab81f09a08a7811c737ddee6611987f1023b3fd6380fb633c7e 10 0.00/1.00 vMB 0
118,741 118,741 0000000000005f2bbf11d746cd6329d19987f0c0e8a98c9ab75c3e75cdcc6439 18 0.00/1.00 vMB 414
118,740 118,740 00000000000067612b507cbb9ba167b5ab2ca0baaa2454bf66fbde3d2b7586db 89 0.02/1.00 vMB 0
118,739 118,739 0000000000003c811427184415c528dca56fb99994db6e4beb93ffb7ec9cd2bc 2 0.00/1.00 vMB 0
118,738 118,738 000000000000b6bf325dc5ad3e678f5caa865f9a3872b280b0b3eb0d9c9581cc 2 0.00/1.00 vMB 0
118,737 118,737 0000000000007fe8de502149ffb88e9b7920a9451bed78bbb8170a78962a83b4 7 0.00/1.00 vMB 782
118,736 118,736 000000000000a1bd854dce2bf9ee9ac15b5bc81a0cd970b6a714685775cc52fa 12 0.00/1.00 vMB 0
118,735 118,735 000000000000a600cba5b7105c72b578453405464db9e89303617e610720be60 8 0.00/1.00 vMB 333
118,734 118,734 000000000000b39a273c832645816a9a36fbd89aa1d21829f3f1a70e37bf6949 18 0.01/1.00 vMB 84
118,733 118,733 0000000000009ca1ffcc6f2ccd53db3f90abf614813f2867b9b6284724805514 3 0.00/1.00 vMB 2,873
118,732 118,732 00000000000008b84270af572d73dfc3dee4f5dc787bc15c9c007c2a3757e357 11 0.00/1.00 vMB 0
118,731 118,731 000000000000784de300c854557f9ca2b745d60bc39ca63b4f7c5b09eecedb0e 6 0.00/1.00 vMB 0
118,730 118,730 000000000000a92677cc20ab6d368088c4e87e9cb1f5cf6ddd3256156528eb1c 25 0.01/1.00 vMB 0
118,729 118,729 000000000000588992a7543b0e7487d4d65a3768a8c3d440cd2a18706911897b 4 0.00/1.00 vMB 0
118,728 118,728 0000000000003e5cb8913b00c9960c2a970af948c144be761b5d38b2d6e4f812 6 0.00/1.00 vMB 0
118,727 118,727 00000000000064b4185e7c6cbed59c1966589eb246e40b67bd21a845f3f17039 9 0.00/1.00 vMB 341
118,726 118,726 000000000000a8039bf322dd589599cdc9a4b80fa10f7676f6a733667993fc21 8 0.00/1.00 vMB 0
118,725 118,725 000000000000aedb3f3eb5b78f02e4bd7d650591144d873ec5228742aa1fd3fc 5 0.00/1.00 vMB 451
118,724 118,724 0000000000009f813681cb3568d8f5140ae8340aea05bd8dd4af9860440aa9ad 8 0.00/1.00 vMB 0
118,723 118,723 0000000000009f8b34ebcfe9d418b342285fac9a3dcd09f30b0a5a5ee20db069 11 0.01/1.00 vMB 197
Previous 10 blocks ↓
Total Size: 780.89 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: 566.85 GB
    • Received: 7.68 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.