Loading Tool

Explorer IconExplorer

Memory Pool

15,142 transactions
3.75 vMB
0.02182280 BTC
Random Selection Loading Transactions
Max Size: 27.39/200 MB

Candidate Block

Mining Attempt 37b5d036c4a61c65595e30539b2e7fbae5a715b98910366f3c0d9ec4601b89e3
Version 20000000
Previous Block 000000000000000000002c7076b935098ea9451b888ff912d7c2f00729888118
Merkle Root ced52cdb6eb17a62a62e2fad4a507f3aeac9e28110b99dce4b8b4af8d05b3e09
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 4,171
Size: 1.00 vMB
Total Fees: 0.01866410 BTC
Feerates: 477.45 > 1.87 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,165 (344,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,607 593,607 0000000000000000000fcc4b3c3eebb685a486156651c91e34f3225a485e2020 2,589 0.77/1.00 vMB 23
593,606 593,606 000000000000000000185fdf63985b99e27bdb83cbf56f247eb8a6f3a9993d89 2,505 0.77/1.00 vMB 23
593,605 593,605 00000000000000000015ea37da69e4239211ae706430ae2b277c214716fe8761 763 0.21/1.00 vMB 23
593,604 593,604 0000000000000000000de6ba1b9f0a2696ddcc1240bc897392b54544a10190a2 1 0.00/1.00 vMB 0
593,603 593,603 0000000000000000000d6bc18906ac9302c3bc14a6f38e71dd153327ac13e62d 2,490 0.84/1.00 vMB 25
593,602 593,602 00000000000000000000745276d81edbde31a6c69c228525ffa63ff573682edf 1,951 0.64/1.00 vMB 21
593,601 593,601 000000000000000000171fce4eadc23ccc69c13308705ac396f4b3b8bf9f861e 1,759 0.74/1.00 vMB 12
593,600 593,600 000000000000000000100a183494b326af2260ff7e8906aefd5157270e502ee4 2,502 0.73/1.00 vMB 20
593,599 593,599 00000000000000000019aeffe91bb60d2444c1633a145046108f02bd76322241 3,607 1.00/1.00 vMB 19
593,598 593,598 0000000000000000000bd176e52f862c112eb2c4f3e1be65f409bfab7a63aeea 1,768 0.58/1.00 vMB 20
593,597 593,597 0000000000000000000b392282ae7c276991ca30b429a2bdae6b767e7c12e6db 1,093 0.32/1.00 vMB 24
593,596 593,596 000000000000000000157bd96cb0185dfece8c09fdab71b725862e96709d24d0 2,565 0.77/1.00 vMB 14
593,595 593,595 00000000000000000001e0a5897d992fb379554ec6908f8bd0655b5b9b688199 3,350 1.00/1.00 vMB 20
593,594 593,594 0000000000000000000496e74ea4b40c9fe0211b32bfdf9220726c3a3fc1e53f 2,935 1.00/1.00 vMB 39
593,593 593,593 0000000000000000001902f643f7d6435d9e03d7c4a5c2584d36c8e68538e84f 3,209 1.00/1.00 vMB 24
593,592 593,592 00000000000000000009382cf822991832125391cf6e2605b24bba3350d177e2 1,078 0.29/1.00 vMB 23
593,591 593,591 00000000000000000014f827ec4dae27632633d31d8488a2b596a007a0764b87 2,905 0.93/1.00 vMB 11
593,590 593,590 0000000000000000000ed7c81c02d3fc2a1a09a69626de3ee2b9361d89d1bb8a 1,941 1.00/1.00 vMB 7
593,589 593,589 000000000000000000138435ad70fc03ecbaf6852901ed5500bb7c530ff70a09 2,904 1.00/1.00 vMB 19
593,588 593,588 0000000000000000000f8a7e5f8002a1a3506543c60011bc34dad8f199c71de5 2,932 1.00/1.00 vMB 30
593,587 593,587 000000000000000000134534d7eed5e75ade601747ed70e78ff0ea29ac99996e 2,899 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 823.44 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: 4,084.98 GB
    • Received: 223.83 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.