Loading Tool

Explorer IconExplorer

Memory Pool

20,995 transactions
10.55 vMB
0.04069245 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.50/200 MB

Candidate Block

Mining Attempt a5a53c4ac117e5032c7fc0db13678a441b6f7396350ee5e3e379688c3b859a29
Version 20000000
Previous Block 000000000000000000000f90947a27ce4f53637046d919c82bc1a74ce491070e
Merkle Root d880d494a42cc5d6e6e949d934938f8b9a32ff0b06fffb91a03552bb4bcd5cad
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,226
Size: 1.00 vMB
Total Fees: 0.02330539 BTC
Median Feerate: 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,568 (744,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,015 169,015 0000000000000089ae6f9c6c36e2d82bf07f9385a3809368c4fad068d32158fd 10 0.00/1.00 vMB 89
169,014 169,014 000000000000050cbe70f877159e4ce678d520ceaca39587fa1f53633a8773f3 12 0.00/1.00 vMB 53
169,013 169,013 000000000000032d811a779c9ac2100afb865eaf6f80520e10193492d2c90ccd 2 0.00/1.00 vMB 123
169,012 169,012 00000000000008f72d0fccc7174f27a3c2cfada2cdd194426125c1836ee5a789 7 0.00/1.00 vMB 100
169,011 169,011 0000000000000c19ffeab7c21102b616952026bb719d634dac2f0042e92b40d3 29 0.01/1.00 vMB 21
169,010 169,010 000000000000004fb1ccc3e909350dc08cf585f420e5a52b2ac99199a5dd14bd 34 0.01/1.00 vMB 14
169,009 169,009 000000000000019cbce4333b9f0b1ca252bf8ba381f8696a644bdac675f2bbf4 56 0.03/1.00 vMB 68
169,008 169,008 000000000000005d6ab1e560c0827a8a9da61c237ad92b80eaa9676aeca6c0da 9 0.00/1.00 vMB 0
169,007 169,007 000000000000028d4218d45682e2b8dda33d125d24cafa0d4f8cc6571e98ee95 8 0.00/1.00 vMB 34
169,006 169,006 00000000000009cc400cbb4d9e5bf36cc74ba66cffd24789d1df8f4a5f982cf7 13 0.00/1.00 vMB 16
169,005 169,005 00000000000003ed83c90590600505c25c74333768c6e618b0e7472ed21892cd 80 0.03/1.00 vMB 117
169,004 169,004 000000000000031224dd9fca4e531bc1273013482b5f20ce1bf58382e0422e73 40 0.01/1.00 vMB 154
169,003 169,003 00000000000008b98cfb06f02741d8396365985c3630023d5434c7f8238d3ab0 5 0.00/1.00 vMB 131
169,002 169,002 000000000000078de090acaa14dae5e439e130bae41cc81609eda1f9c17f7916 67 0.04/1.00 vMB 53
169,001 169,001 0000000000000a519a8f5e43d4f4f1a32f0c37ced4aa19fd558d761c34f33f1f 91 0.03/1.00 vMB 42
169,000 169,000 000000000000099e9f2a34b7780d71b1234e08a60afe229dc0aa822f9d841610 35 0.02/1.00 vMB 62
168,999 168,999 00000000000002ae050c303f56107fee6cc4bf7582390b2d45ff917c3184958e 44 0.02/1.00 vMB 148
168,998 168,998 0000000000000b6b23de3615462c26c2ac1007542961f16b42f9739448e0ec95 30 0.01/1.00 vMB 12
168,997 168,997 00000000000006fd4bb6bd2c15dfa04331464d4d67c988ec22f2f0e227431757 1 0.00/1.00 vMB 0
168,996 168,996 00000000000009f80b4e7b5a33a443ae0dd89047b9667798a6c156390b34c1b6 103 0.05/1.00 vMB 239
168,995 168,995 00000000000006a467bb20a8b1f17c102602294b89d965d3f5669b4ec2cdaad7 42 0.02/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 779.85 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: 432.72 GB
    • Received: 2.37 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.