Loading Tool

Explorer IconExplorer

Memory Pool

81,800 transactions
30.83 vMB
0.08128428 BTC
Random Selection Loading Transactions
Max Size: 189.09/200 MB

Candidate Block

Mining Attempt 270bbb0e1590073e8f9d2a2413dc050a5676391d18aff1888a408f9759227c75
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root ce032803f733ecad05a0104dbf9fb7ae468cbf0a558dc5a61c5ce56f2e9408b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,346
Size: 1.00 vMB
Total Fees: 0.01217517 BTC
Feerates: 151.12 > 1.22 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (221,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,930 693,930 0000000000000000001356d63ad5f42e57100ca6cb6e0b89308562c6778bde32 196 0.06/1.00 vMB 10
693,929 693,929 000000000000000000099cafc5fdc12bceb682763e44c19fb83d2c580d3c028d 966 0.35/1.00 vMB 15
693,928 693,928 000000000000000000100a7515afdcfeaf3511497fa1303cf4e26a34231643d1 1,428 1.00/1.00 vMB 9
693,927 693,927 00000000000000000004e8085ea72caa34d06af3394be96e0c73884077700cb7 410 0.20/1.00 vMB 9
693,926 693,926 0000000000000000000b8a419e9098ebb3fc4fa2c28c967a1176e37933f35157 1,088 0.77/1.00 vMB 7
693,925 693,925 000000000000000000077eae3cb0ad108a81edfc58f216a991a7b80f07dd88aa 1,313 1.00/1.00 vMB 4
693,924 693,924 0000000000000000000e13de184617569b363165983d63f56913c3eee4b29594 2,841 1.00/1.00 vMB 13
693,923 693,923 0000000000000000000c0b73fbe9793e72c63807e58d2a94a8137b8dc986a1e0 2,391 1.00/1.00 vMB 10
693,922 693,922 0000000000000000000cff0b29dea8891220f9faa9f0249238cd66467d688195 190 1.00/1.00 vMB 1
693,921 693,921 00000000000000000010e13e3d66d347a934faff321e0486bcae1b57ec5de0cb 971 1.00/1.00 vMB 3
693,920 693,920 000000000000000000009c66000fd7b28f8f7751d8449b1c810b4410fa6795d3 2,412 1.00/1.00 vMB 8
693,919 693,919 00000000000000000008131743d6db3c088003efbd2592c60b4580f1275753dd 2,412 1.00/1.00 vMB 10
693,918 693,918 0000000000000000000a74e8a28c3d1c7f67e8ca2328dd22100550ee3a76417d 3,709 1.00/1.00 vMB 3
693,917 693,917 0000000000000000000fa44bbbd3ecddba47296a4b53ed1bb27b26dd290cb176 2,455 1.00/1.00 vMB 19
693,916 693,916 00000000000000000001602064d2389e33f795a023e6f810220253ea4e4aa7c5 3,274 1.00/1.00 vMB 3
693,915 693,915 00000000000000000002167bc0a4deaf2823cc3e5c67582780b6ebe1aaf5fcff 2,201 1.00/1.00 vMB 18
693,914 693,914 00000000000000000009535ca3e309c4f7d38ac713350c9d0b4dc8c907ddb45a 2,642 1.00/1.00 vMB 5
693,913 693,913 000000000000000000096d3d78b1f2e4d1f34bfa49f1165174eef8582a126d8a 2,301 1.00/1.00 vMB 24
693,912 693,912 00000000000000000007e17fd25200134f7979fd3a589d8b847f1035f8b2b7fe 2,060 1.00/1.00 vMB 14
693,911 693,911 000000000000000000098c132df78bdff6ca95cadf40b92d7fc260b64305748c 2,999 1.00/1.00 vMB 44
693,910 693,910 0000000000000000000275f0f28b4c0cc7a7552f78669b2f6ba2b3d9809d065b 1,607 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.