Loading Tool

Explorer IconExplorer

Memory Pool

78,817 transactions
29.89 vMB
0.07635697 BTC
Random Selection Loading Transactions
Max Size: 182.52/200 MB

Candidate Block

Mining Attempt 1e7678f2d5102976f7ba82518f3f6e96bc11e63103eb1fd6662dbd5b2ab48978
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root bb226e48b6ef31c32ff57d8b47e751ccbe80fa751f31a539a66d716a177f80b6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,205
Size: 1.00 vMB
Total Fees: 0.01010127 BTC
Feerates: 150.58 > 1.01 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (496,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
418,991 418,991 000000000000000003b8c3f175a1a544fcd498d83e4ff578910c83907d30dee6 2,424 0.93/1.00 vMB 70
418,990 418,990 00000000000000000269dc2add5954f09e8dfba2870b1409a43d9d6a880de703 841 0.64/1.00 vMB 58
418,989 418,989 0000000000000000012c3220123bc76c83cf178f60e2550c7a772d4690c27bde 1,078 0.42/1.00 vMB 62
418,988 418,988 0000000000000000053a2694a91a0ba5e6a8a884ee421c2843d6fac13fe189e9 367 1.00/1.00 vMB 11
418,987 418,987 00000000000000000174885b3a27b126277afa3f8f0d89b86b472ecb7f9dcd8b 490 0.45/1.00 vMB 22
418,986 418,986 000000000000000002de366d8acfd7efff13557b8f4f1b92a1d6840cd072f516 1,136 0.45/1.00 vMB 70
418,985 418,985 000000000000000002754af82bab79b0c9dd8bb8da95f741c53c15069baa38d3 2,260 0.96/1.00 vMB 56
418,984 418,984 000000000000000000e0ca4fb7bd50f6a31ff62b7c10be9db9e31e78020697aa 313 1.00/1.00 vMB 11
418,983 418,983 000000000000000003e9b30ac06e1be739eb2e52e8db91ee97c537d0e75913be 1,831 1.00/1.00 vMB 44
418,982 418,982 0000000000000000040642d2eb54caf22939c6f66059f007f94d9360a37847e9 2,257 1.00/1.00 vMB 65
418,981 418,981 0000000000000000037da1d39436261b8f67c38041f4da0065b372415075f666 794 1.00/1.00 vMB 18
418,980 418,980 000000000000000000886dd8036e5fa4725d0519067e2cf4449568cb5403a964 2,373 1.00/1.00 vMB 66
418,979 418,979 0000000000000000010e85be4f0363a790fa919bfa07a01bc28587ffb46cbd0c 1,605 1.00/1.00 vMB 37
418,978 418,978 0000000000000000048694bc73a160f1a8ecd31f18b482bc7b8f6bb2411edf4d 1,755 1.00/1.00 vMB 42
418,977 418,977 000000000000000000ac7d999743aa6f110a38ca7bb8895eec5fce7eb3622655 2,597 1.00/1.00 vMB 63
418,976 418,976 00000000000000000247a0611e36321d3fa74bd58fab9cef9ad3328f8e2b2e99 2,706 1.00/1.00 vMB 86
418,975 418,975 000000000000000003441bd79f2e28b781ff2ca569a5f9c07110da6fb3415fcc 2,462 1.00/1.00 vMB 58
418,974 418,974 0000000000000000007ad4f7f29cf3edf6721b722b24b4c54e960ae7296bc5d4 647 0.25/1.00 vMB 59
418,973 418,973 000000000000000001136c9e2d441821276a63b1e0af2e2c4f99108a63d32b7d 2,134 1.00/1.00 vMB 52
418,972 418,972 000000000000000001497665f3341d4122054a875fa18135229c7336b2e35770 829 0.36/1.00 vMB 48
418,971 418,971 000000000000000001ded2468c949a7040bba8b0fa3660c5264687d95567fcbc 2,346 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 783.04 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: 719.64 GB
    • Received: 18.11 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.