Loading Tool

Explorer IconExplorer

Memory Pool

50,932 transactions
28.74 vMB
0.07306700 BTC
Random Selection Loading Transactions
Max Size: 154.60/200 MB

Candidate Block

Mining Attempt 084892f4ccc4747d7342897818e8dd50544890a18fc4946dcf87b1146e7c7653
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root 2ee452b6af6c19ccd92daa705821c4b8f86d687f06ecff21622f7a011ce4b1fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,537
Size: 1.00 vMB
Total Fees: 0.01759791 BTC
Feerates: 122.12 > 1.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (403,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,224 511,224 000000000000000000099ad8ebfbb14914f9d8ba8fcc9558b11799ef4d4d1b5e 1,827 1.00/1.00 vMB 30
511,223 511,223 0000000000000000004d4742dcabbbd52de7237572f1a6140b9878d0b7e36058 2,264 1.00/1.00 vMB 31
511,222 511,222 00000000000000000012a6acbd6a7dfe41117828b654ea8dbfa18523557987f4 1,222 1.00/1.00 vMB 18
511,221 511,221 00000000000000000040993d4a1019f3782e33bb6c98010bb1e5cfc27c768cd0 1,670 1.00/1.00 vMB 23
511,220 511,220 00000000000000000020f7bf657bfdfd6309221e550e5b86331b6a27022bc0b6 1,633 0.73/1.00 vMB 39
511,219 511,219 0000000000000000001b12fd3333e95a237fe4de361b43d53fe2dec4c5b2f7ce 1,136 1.00/1.00 vMB 14
511,218 511,218 0000000000000000003375114ddb5b7266c2b540bacc538a6c45ec3ab6f5cb7a 2,126 1.00/1.00 vMB 24
511,217 511,217 00000000000000000055cc38b0f0a47da3a14802e0696b13b6902d3ca5f29c6b 2,207 1.00/1.00 vMB 46
511,216 511,216 0000000000000000004ad00f46329532b529e63bbcef4022298508654c8e4e36 767 1.00/1.00 vMB 14
511,215 511,215 00000000000000000003f695c8da9dc6b10857db1d3b5c5c8ceda8a123c1b890 1,123 1.00/1.00 vMB 14
511,214 511,214 00000000000000000029c0335bd231e15e2923a012b613e1fb91c32d6d85319c 1,939 0.68/1.00 vMB 39
511,213 511,213 0000000000000000001707fe809f2788a19e0e79450290ef9ed703a2cf015f59 936 1.00/1.00 vMB 8
511,212 511,212 0000000000000000002ccd51d75a4d8270e518e6b9745eab1e390be1f2f8073f 1,274 1.00/1.00 vMB 88
511,211 511,211 0000000000000000002dd304bde616eda0ed09fc8aa088ba1c66692099b4a9ab 893 1.00/1.00 vMB 18
511,210 511,210 0000000000000000003e52809d0c60a34b8a5711ff1d6a087ab4067be0d795cc 174 1.00/1.00 vMB 2
511,209 511,209 00000000000000000055fa72eb2b57c316734a2689159f037e898f660d42e49e 152 1.00/1.00 vMB 1
511,208 511,208 00000000000000000033fdabf7589fd321aef39941eacd50724f84a4e40c11bf 1,757 1.00/1.00 vMB 32
511,207 511,207 0000000000000000002ecb35a452965c12f6376c1249ff14761d555e3add1541 875 1.00/1.00 vMB 5
511,206 511,206 00000000000000000051644ecf7eb2c0930b64728bd2666fed8d5e3f82ccd4cd 2,565 1.00/1.00 vMB 56
511,205 511,205 00000000000000000018e8e29ea6755a8b39776955aa1ca79fede95351fb4183 1,539 1.00/1.00 vMB 22
511,204 511,204 0000000000000000003213ceb77639b17f56ecee0bc9867bc4024d18e1896b2c 742 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 649.83 GB
    • Received: 13.22 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.