Loading Tool

Explorer IconExplorer

Memory Pool

80,083 transactions
30.77 vMB
0.08725262 BTC
Random Selection Loading Transactions
Max Size: 186.39/200 MB

Candidate Block

Mining Attempt 566d3ab266a2bdacbf29e534557718e8b8946eca2c1ffd66c230395e24b865ab
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root 9eda0e0b8721ce08050eaeeefd4402314f2b18b47de4a6a36b02f776f8dea1b8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,920
Size: 1.00 vMB
Total Fees: 0.01508447 BTC
Feerates: 106.51 > 1.51 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (485,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,021 430,021 00000000000000000489bc0e80ae80d0998f845a5e1d53361a247fd18f582f48 2,422 1.00/1.00 vMB 69
430,020 430,020 00000000000000000227f8f2efee26c6be999d72c6b35d0e34bc9706d552e274 935 1.00/1.00 vMB 27
430,019 430,019 0000000000000000000d7d8e874f10e20759ce3134376d9a2bcb223a4e57e8c2 1,484 1.00/1.00 vMB 30
430,018 430,018 0000000000000000023b650995a888ed27cb3e229beef56eef954961ae2f5c4e 2,556 1.00/1.00 vMB 66
430,017 430,017 00000000000000000231fe2a6d216048c3bfb371c3bebf559127e01165c65d2d 2,156 1.00/1.00 vMB 52
430,016 430,016 000000000000000004574e6f63651ac90ddf184f6a4b926399097ce46a9d3ec1 1,958 1.00/1.00 vMB 51
430,015 430,015 000000000000000002421a0f62aee5f1856f04649cf0da58742dae8c37ed49dd 2,794 1.00/1.00 vMB 77
430,014 430,014 00000000000000000166a154651434ae9fe1ad57a1f5824f8f9d0de8e24d3caa 2,560 1.00/1.00 vMB 58
430,013 430,013 00000000000000000114d941a8dea89ee460b8882eeaaa94863e0fa885ed3815 2,513 1.00/1.00 vMB 65
430,012 430,012 0000000000000000025a3b8aee4abe374ec29238972fb60b0c84d5302b5502da 882 0.44/1.00 vMB 54
430,011 430,011 0000000000000000025fdbae6ad6fb71212f496b8a965add2b288f8cc09c19e9 77 0.03/1.00 vMB 62
430,010 430,010 000000000000000002e40c1c4027b3882e341657eeebe94b78e02c915e03b771 1,461 0.66/1.00 vMB 48
430,009 430,009 0000000000000000016a094f51dea6e51470c98bf009fdb356dca170aaebc9d5 1,947 0.99/1.00 vMB 57
430,008 430,008 000000000000000004d64141865e2f45aadd280149ec29df659b80488c7088aa 1,157 0.52/1.00 vMB 52
430,007 430,007 0000000000000000001edf32dcad359398a2e25797c374f18fe2938cbe825e0e 28 0.02/1.00 vMB 68
430,006 430,006 00000000000000000233b02d4150a03e7455dd732a5c7108a46b8df8d5605c5f 356 1.00/1.00 vMB 6
430,005 430,005 00000000000000000093da2413f07c63029f7cc5be49128edf9e07ed165b32f8 394 0.27/1.00 vMB 36
430,004 430,004 000000000000000001afbe06eb73a5d9d0035b1f5f763c17073579dc1f9ee030 1,384 0.79/1.00 vMB 56
430,003 430,003 000000000000000003b09539f79c75f56148c6804b772971661fc302395b2ee1 693 0.96/1.00 vMB 20
430,002 430,002 0000000000000000026f4804abcd292eecc1c45de144e01a10772cd0eb106ec1 1,927 1.00/1.00 vMB 39
430,001 430,001 0000000000000000037c1d70645686f7a93da354e03b635f28f56f39ce99d8ba 1,856 0.75/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.