Loading Tool

Explorer IconExplorer

Memory Pool

45,091 transactions
27.11 vMB
0.07106073 BTC
Random Selection Loading Transactions
Max Size: 142.87/200 MB

Candidate Block

Mining Attempt 61c0f892c49d7d28e3836ae3a4c5ae654500a462dc2d22335c8de73f5c92b749
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root 08220efb326e72dec89d7d09a825507ba9bb7a7eb1985772fee8234c1cd71ad5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,020
Size: 1.00 vMB
Total Fees: 0.02068251 BTC
Feerates: 251.72 > 2.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (866,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,974 47,974 000000002baa52fadf5d451d49b30c4bf23c4a8afc6cc4fd72f5ff93b4dd8649 1 0.00/1.00 vMB 0
47,973 47,973 000000001f8bf34d7fbec33830f04b3eef2fcecaf925a97c6d17009200cd9477 1 0.00/1.00 vMB 0
47,972 47,972 0000000028b79192eb968531ddc74941a53555c2af93563c59ba6c9849276dea 1 0.00/1.00 vMB 0
47,971 47,971 000000001e1c74f08a2503b284a11c3b51f8e60c891d37c99fa674b3f2500381 1 0.00/1.00 vMB 0
47,970 47,970 00000000309717927adad477698eecce78a1523debff51f59259d06c88f93aa1 1 0.00/1.00 vMB 0
47,969 47,969 0000000020b35900f19fc99e3a7e481e3d396ac71913df5ef41671d4e605bbba 1 0.00/1.00 vMB 0
47,968 47,968 000000000654f4705eade9e97bf5490dd22480d10e580d85b7bf5c21a9768a2e 1 0.00/1.00 vMB 0
47,967 47,967 00000000196107bb92356fea129598d25f44a1ba0dca50ea41cba825f8f407e4 1 0.00/1.00 vMB 0
47,966 47,966 000000001ffd8dc7cad3f5b0356b0a73c9a21f6487de37ff35fe1e5e9d578de6 1 0.00/1.00 vMB 0
47,965 47,965 000000001b36517d56eaf02e4b42eac5f9afcee272d40ecebc97bd7938d15953 1 0.00/1.00 vMB 0
47,964 47,964 000000000e7f9cafe130a931d65571a3b766d32b2dd949124baaa8d013267d17 1 0.00/1.00 vMB 0
47,963 47,963 000000000b581bbeedb7fa4f2b397abd8633d7fcd6fd130f7b5c38397b5fb591 1 0.00/1.00 vMB 0
47,962 47,962 000000003713d3e8758f4794c0d62a70984090466c38b56f3d71ecaf9f9f6004 1 0.00/1.00 vMB 0
47,961 47,961 000000002acad6169583b0f37e491bae1c2d5fdc3a9951067fde7881c9d66ff5 1 0.00/1.00 vMB 0
47,960 47,960 000000001e759ac1b95e17de1fa900f05a2723d52c8db39120c96237499b594a 1 0.00/1.00 vMB 0
47,959 47,959 00000000254c8791cbc67f5b81e5e5238962a59fdb2f04e1880a8631930e2311 1 0.00/1.00 vMB 0
47,958 47,958 00000000272713841a420ee961edab53a8bab526ccb20f7deccc1b4bb569abf8 1 0.00/1.00 vMB 0
47,957 47,957 000000003539e0c5143080c5904938657df48dd62d349bf8232a7b07cbe97c51 1 0.00/1.00 vMB 0
47,956 47,956 00000000104c984746c5da4f5efd2a7be956f49bd4fe97de7bafbf68972d6872 1 0.00/1.00 vMB 0
47,955 47,955 000000001c3627db312f2964438234dd64b359ba4c8911d1f5e17f67c5ce0b64 1 0.00/1.00 vMB 0
47,954 47,954 0000000029d5350a4d4d9c82271b3256ae5b984c806760b27b2f4bfad59e725c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.94 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: 646.71 GB
    • Received: 12.88 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.