Loading Tool

Explorer IconExplorer

Memory Pool

51,223 transactions
30.90 vMB
0.15782153 BTC
Random Selection Loading Transactions
Max Size: 165.60/200 MB

Candidate Block

Mining Attempt 6ddf7c050923ab78d2e85dfff61a91be5f5fbd5f15348da53650ca6e1900ba1b
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root a44e8058d7896e3fc0bfccf59f34cc526c66cd8c46b4b8a0cbd23a494ef64a63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,856
Size: 1.00 vMB
Total Fees: 0.08207193 BTC
Feerates: 200.91 > 8.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (534,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,020 380,020 0000000000000000060b1ab8101562c8d5c3ccedec0d7e8291811840b5f19a78 360 0.22/1.00 vMB 25
380,019 380,019 00000000000000000ec768bd70b611f0839769d46600b519be41b06bee59f57b 326 0.15/1.00 vMB 39
380,018 380,018 000000000000000009630f0caa83264ad979a8a13b149f274f80dfcd4d03dbda 105 0.10/1.00 vMB 12
380,017 380,017 0000000000000000025673207f425f79ea5bbf735cad78b68bcc17d24f417bea 1,212 0.59/1.00 vMB 36
380,016 380,016 0000000000000000057dbdf1b208b90433b6b65f565b472a8a9348ddb544e71c 969 0.44/1.00 vMB 40
380,015 380,015 00000000000000000afa83a2bef7bf2c7c4b055554dc64b31c5f71ddecd9d4e6 461 0.70/1.00 vMB 10
380,014 380,014 0000000000000000086a88bd4c98e7ba62f570e58a08ad361df5bd76438af5a9 1,423 0.64/1.00 vMB 38
380,013 380,013 0000000000000000115d83c0633c7332ea753d89de719394c83b582f7dfb51b8 172 0.09/1.00 vMB 33
380,012 380,012 000000000000000006ef3890432f05122c4309518714a2c7ce0da4cd5a52e5f0 741 0.37/1.00 vMB 35
380,011 380,011 000000000000000003e55013b54728208aaf09de8b3dbf78c2b44615c7a31381 1,285 0.62/1.00 vMB 36
380,010 380,010 00000000000000000847ee2dfc7db3a7180de2edaa2b556c178fe8557f266e63 347 0.15/1.00 vMB 32
380,009 380,009 00000000000000000721ff827a51128c1641c4650032a1e1eb3f2c9cf68a6d4d 113 0.09/1.00 vMB 19
380,008 380,008 000000000000000001d60ccefdce884c9b874962b1ad30a1cd010a6b90a1e08f 294 0.25/1.00 vMB 24
380,007 380,007 00000000000000000498bf5eb589af6733fd0957455fb60a8d5fdf858c59bd10 770 0.73/1.00 vMB 24
380,006 380,006 00000000000000000da983367a2e4387762f529c030b65fbce9f73f0140426ce 1,317 1.00/1.00 vMB 19
380,005 380,005 00000000000000001026a0243cd4d9beabd4c901f73d9a3d65ac6b2a8ef8bfee 2,219 0.75/1.00 vMB 54
380,004 380,004 000000000000000000bad851c19656ee2973850322612a58ce4f88fa7dac1e91 708 0.75/1.00 vMB 12
380,003 380,003 0000000000000000012d89a354dc0af92d6f6fe2d90fce5ede82f04e866d4e0b 311 0.20/1.00 vMB 24
380,002 380,002 0000000000000000023c150c3aa1d1f03640a9b9bbe7283ee3133ce9b8807018 1,013 0.69/1.00 vMB 21
380,001 380,001 00000000000000000bf2da5c23edccaa70ee183262cae2354f18f8a3201afa53 2,413 0.93/1.00 vMB 258
380,000 380,000 00000000000000000b06cee3cee10d2617e2024a996f5c613f7d786b15a571ff 687 0.35/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.53 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.