Loading Tool

Explorer IconExplorer

Memory Pool

87,624 transactions
32.09 vMB
0.14256478 BTC
Random Selection Loading Transactions
Max Size: 193.71/200 MB

Candidate Block

Mining Attempt 5b3144f6dd6e784ce920de45191cf498ecf6a86e91440a22efd7b7fe5d706206
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root c9e3a4d08a58653e7c9fb24c0ac0b0561bb0a5c0c46f9b54823c18c1df0f1015
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,692
Size: 1.00 vMB
Total Fees: 0.05209095 BTC
Feerates: 911.92 > 5.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (97,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,935 817,935 0000000000000000000222bf4610e30108660e6e86e91d2e6fd7f818bed0ffd2 3,285 1.00/1.00 vMB 125
817,934 817,934 00000000000000000001359b330a5604a6812a0d733fdc5c629584031de949b8 4,598 1.00/1.00 vMB 103
817,933 817,933 00000000000000000004505ff3cd9eb31c5b44c74c59474d36b3ab0206a3e1ee 5,253 1.00/1.00 vMB 90
817,932 817,932 00000000000000000001b742d9ab0b94bab3c00b1f2f6a04b946a276de0403ee 3,182 1.00/1.00 vMB 138
817,931 817,931 000000000000000000039df57ca20de89aa835b8091047cdc29ec0d624258bff 4,283 1.00/1.00 vMB 117
817,930 817,930 000000000000000000002e940578fc834cf12989852cbc496ba2d1a26677f164 3,026 1.00/1.00 vMB 89
817,929 817,929 00000000000000000002f38812b57d73005ec396db136705027001d76e85deb8 4,463 1.00/1.00 vMB 119
817,928 817,928 000000000000000000020df14d7154b70fa39ed60948ffa24ea91e340c685abb 4,045 1.00/1.00 vMB 101
817,927 817,927 00000000000000000000d67e459af5dc2ab274c01f12ab5a14609917295fcd5d 3,899 1.00/1.00 vMB 200
817,926 817,926 00000000000000000001ad740ec6e08cb09586511a05b4495d39346c55a670a2 5,066 1.00/1.00 vMB 110
817,925 817,925 000000000000000000042711e6a5e8f2c916e48351d0daa9dce5f39a299f0152 4,443 1.00/1.00 vMB 111
817,924 817,924 000000000000000000036a5db09e06428a8508ca6a43abae9c2af1f0c92a8aab 3,576 1.00/1.00 vMB 118
817,923 817,923 000000000000000000008b38071881f9007658a95340b79837ff10ae98fdd96b 4,312 1.00/1.00 vMB 148
817,922 817,922 00000000000000000001361d87fe6709d9fd5076695efeb9c47de8b3b869f731 3,823 1.00/1.00 vMB 165
817,921 817,921 00000000000000000001dd6165493dbaf1a1f0b82972044634422cf7a0d58d7e 4,721 1.00/1.00 vMB 198
817,920 817,920 00000000000000000000d99399bdb7d68189380fdf8694e49bacdc5fa927f815 4,593 1.00/1.00 vMB 209
817,919 817,919 0000000000000000000321aab132eea8cf13ed1bc8b4b69dcae7aca9e8e77d09 4,352 1.00/1.00 vMB 217
817,918 817,918 0000000000000000000222edc92a89096d9ec9d8ff9f1d867338254d404a6c2c 3,716 1.00/1.00 vMB 249
817,917 817,917 00000000000000000001df758a1747159678c3df5b245ac84020d4d35867a1f8 4,837 1.00/1.00 vMB 230
817,916 817,916 00000000000000000001d7f6841573d211f278c19ee404c60c0650b01413e7e6 3,775 1.00/1.00 vMB 264
817,915 817,915 000000000000000000029f95c9bac958b1c3cbc5ba8a0885063c55df9fe3bb69 4,041 1.00/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 782.34 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: 661.03 GB
    • Received: 14.79 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.