Loading Tool

Explorer IconExplorer

Memory Pool

26,919 transactions
11.72 vMB
0.02196292 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.36/200 MB

Candidate Block

Mining Attempt 79abbce133754c8b5c39eca9e910605c4957e959d7278522ea84e2b155bafe3c
Version 20000000
Previous Block 00000000000000000001618c17567df601b1cd592032cb5ea4638f60527e241a
Merkle Root 33eb45cfff84f824f0a9d47e8746dd849b32dd2eaa7ea73f9ae8adca989054ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,923
Size: 0.9979395 1.00 vMB
Total Fees: 0.00270138 BTC
Feerates: 52.28 > 0.27 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,680 (752,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,741 160,741 00000000000006d43f96d5adad85446abf9e4a3d13883c48d45c4c8f12a97e8b 20 0.01/1.00 vMB 3,079
160,740 160,740 000000000000087a7f8f6aaec5e27858efb057e90f18bd3f3a9dab481196e24e 1 0.00/1.00 vMB 0
160,739 160,739 00000000000005b5b9a41f54eda6b589b855280a5976e7e678997222fc9e654c 155 0.04/1.00 vMB 109
160,738 160,738 000000000000052f026ccb3dbb9568a11b34dc557cf1973e84a2a6167ed93989 25 0.02/1.00 vMB 25
160,737 160,737 00000000000000532e6232b4ce3689249cd1188fd4f8c259b21ff2989238dba1 1 0.00/1.00 vMB 0
160,736 160,736 0000000000000cc4b58674905be4fde9582c2fa23b238fcbb3efe8a6bf433411 45 0.04/1.00 vMB 78
160,735 160,735 0000000000000766a48bdf1383f6aefb10c924719be8699fd501a79139b90195 19 0.01/1.00 vMB 14
160,734 160,734 0000000000000c40788e1dacb82ad0411b742f2cd0b4ba06cc06a20e3e4c7834 32 0.03/1.00 vMB 2
160,733 160,733 0000000000000b3fd0adfcdbd46d605451f6bbfa33ceb896c6dcc42e6e37892d 126 0.06/1.00 vMB 174
160,732 160,732 00000000000000fc6f2a9b734969b3d040c687fc3da946a1815ac82d40e04c1a 45 0.02/1.00 vMB 89
160,731 160,731 0000000000000667261226ca63dbd054361fe57dadafcce6497df33cc157365a 37 0.05/1.00 vMB 95
160,730 160,730 00000000000000bba3bd0a29139da921e7510f4ad3bdefd341f51981ff669f15 70 0.03/1.00 vMB 104
160,729 160,729 0000000000000b8aeca61eb26581a574803a0eeff793239a83a3f14c266039fc 13 0.00/1.00 vMB 81
160,728 160,728 0000000000000b161b2a1e801ce0207bbeda1ef19f6ddbaaa335699ba72f3bae 25 0.01/1.00 vMB 104
160,727 160,727 0000000000000093c399f6fd6fb5dfc12212a24166666a79a3fab41417aca34e 44 0.02/1.00 vMB 89
160,726 160,726 000000000000077fccad35aa59d2b35c8576c43ef7683dbf4302f941d67b63f5 97 0.03/1.00 vMB 0
160,725 160,725 00000000000006295f9d7a82483f594adc8f6a7f1f3b5ea96d80798dcaea95ea 58 0.03/1.00 vMB 198
160,724 160,724 0000000000000a3e43a866d9c82f9c313463ff415a60868c6fd5489541b1b4f9 1 0.00/1.00 vMB 0
160,723 160,723 00000000000008ee2c29957d822e872700be2af8d11736e3b1cd9fa733bf30d3 74 0.05/1.00 vMB 98
160,722 160,722 00000000000001b0d21c78f0541eb59781134412a2ccb95fe07f998058091055 41 0.04/1.00 vMB 260
160,721 160,721 00000000000005a9ba7a23d41bec480eb0fa9936d78495787417d13d8be279bf 12 0.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 780.06 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: 488.14 GB
    • Received: 3.30 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.