Loading Tool

Explorer IconExplorer

Memory Pool

51,758 transactions
31.06 vMB
0.16605329 BTC
Random Selection Loading Transactions
Max Size: 166.52/200 MB

Candidate Block

Mining Attempt c1539685d770874d97b354a550fa6897d9d0c71282f325d008344a78401bf25e
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root bca393681319361a9d308f3c72be9e2157153cefed773b51b5cb2005af5536f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,217
Size: 1.00 vMB
Total Fees: 0.08770071 BTC
Feerates: 477.45 > 8.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (357,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,938 556,938 000000000000000000208d025b0a9342b83de59f6e91d87902ced845578237bc 1,521 0.63/1.00 vMB 11
556,937 556,937 0000000000000000001fcf0b5a340c2e3c3ad3ca3acc12b1085067f62712320a 703 0.56/1.00 vMB 12
556,936 556,936 00000000000000000003b1aca2707beb091ff349f6780b52ca4103a898645c4a 2,737 1.00/1.00 vMB 10
556,935 556,935 000000000000000000021f96da2e4cc562f4f78f6fbbe6505bdc7da2aa9781f1 2,649 1.00/1.00 vMB 19
556,934 556,934 00000000000000000031f75546f386f6554c0a5af0153ff68dee78196f0e255a 2,400 1.00/1.00 vMB 8
556,933 556,933 000000000000000000216d9ee060467fae983525249a8c772effbf84d4a281ec 1,837 1.00/1.00 vMB 12
556,932 556,932 00000000000000000019a0965f843c259ee5289d165f10f1822a8decba09d008 2,950 1.00/1.00 vMB 6
556,931 556,931 0000000000000000002fb82d591c666514731baa97fc0a94d0a401f5a40cdc07 2,481 1.00/1.00 vMB 27
556,930 556,930 000000000000000000119f82b48738d934f0cdeac6c9c01be083046c108c12f6 701 0.33/1.00 vMB 9
556,929 556,929 0000000000000000001bfd5d682895d7f5cc934da6cef68dd0fce5ba618b76d3 902 0.34/1.00 vMB 12
556,928 556,928 000000000000000000257f3c1039e3a1556ce8040cf7bccb8b860bb5ec6bd5da 294 0.11/1.00 vMB 14
556,927 556,927 00000000000000000017df30ce74127aeb73730d8b9dbee3fba1a2969c7a112c 1,345 0.87/1.00 vMB 3
556,926 556,926 0000000000000000000560da46bda5162490ae8e472d1b1b2cc5223d7d6363a7 3,062 1.00/1.00 vMB 20
556,925 556,925 0000000000000000001eabaaff9b8cabdec20a7bef1dc8e88d1b05ea7c4efc46 1,598 0.64/1.00 vMB 9
556,924 556,924 000000000000000000078d98cfe2b817e770f07d95a22fdbe2a6673678c9503a 1,235 0.54/1.00 vMB 9
556,923 556,923 00000000000000000017514d020588d5a18a5e30e7335200a666b782f5009288 650 0.42/1.00 vMB 8
556,922 556,922 0000000000000000002055b5187990b5d5653c2508d8f5444737b6e265512f34 2,572 1.00/1.00 vMB 13
556,921 556,921 0000000000000000001bb2b74fd1e1326dbb5209ecad57808d42038bbc5ad9f7 1,093 0.43/1.00 vMB 9
556,920 556,920 0000000000000000001ff1e576e8496aa604d0ceca40156acb8c1c0244959e53 1,013 0.66/1.00 vMB 19
556,919 556,919 0000000000000000001ff002dcc6cbe35d2a42dda3e59e86bc37a2cd337f671b 2,991 1.00/1.00 vMB 3
556,918 556,918 0000000000000000001b54db3c289c1d10a2f3339ba7ef3104de90a23778f8de 1,629 1.00/1.00 vMB 25
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.54 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.