Loading Tool

Explorer IconExplorer

Memory Pool

80,005 transactions
30.79 vMB
0.08756345 BTC
Random Selection Loading Transactions
Max Size: 186.19/200 MB

Candidate Block

Mining Attempt b0080e627ca51401df8030c534eb41383139d79639f322f9739f02a94cbc2f31
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root 542b17b04e488c7d1d1c027570a0b074cd93e9d8db5a86d02dcc0d920896fc8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,339
Size: 1.00 vMB
Total Fees: 0.02149992 BTC
Feerates: 110.56 > 2.15 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (531,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,662 383,662 000000000000000003d2f3dd259def83f9026f049eb2b751878d96855528c5e2 366 0.25/1.00 vMB 19
383,661 383,661 00000000000000000317a484a0b85d6a8f471db4926bba8d3de8be81f7b14896 377 0.22/1.00 vMB 19
383,660 383,660 000000000000000005375c2ab92cc72a63b438a0c15509ef4b3e7aeeb8d77523 884 0.48/1.00 vMB 25
383,659 383,659 00000000000000000432288acd3f1adc5598161034a27b8c46639d1a7ce0023f 1,757 1.00/1.00 vMB 33
383,658 383,658 0000000000000000040e57cf2e1aa0061a608641bf4d7bf5bfa3f5cc17b6feef 2,024 0.75/1.00 vMB 38
383,657 383,657 0000000000000000063fa7c4eff4e24a4e483e50447343856dafb3b4ad57e460 61 0.07/1.00 vMB 7
383,656 383,656 0000000000000000053da4b3909201b3528c0708a9746b05d43440fad6a8d63f 956 0.44/1.00 vMB 31
383,655 383,655 00000000000000000899a9b4da9d55a6ceb4cd855806b6b3def92d75f4e59d0c 391 0.16/1.00 vMB 35
383,654 383,654 00000000000000000be5bb5e89405c6ad2118663769314b61f6f3ebe374b0175 567 0.31/1.00 vMB 26
383,653 383,653 00000000000000000c3a89615c317462d86c386ef2b1d0bb1f5def4a9851febd 567 0.27/1.00 vMB 29
383,652 383,652 00000000000000000125a1a22264d06625b596e2a5daa094a7529c77c94e93a7 813 0.36/1.00 vMB 33
383,651 383,651 00000000000000000ee7c0e441e8d5d1e482da61aa6351fc8d6ba6e5e00d3905 1,631 0.69/1.00 vMB 35
383,650 383,650 0000000000000000067a4422d031697a957b010a95699b6874fa4849f56d6a4e 845 0.39/1.00 vMB 33
383,649 383,649 00000000000000000ee2135df6e47dccff98761c358b412f051234187c36fd2f 323 0.25/1.00 vMB 24
383,648 383,648 0000000000000000028a6d6d26f49fad2ca93770e434422bfb72f4318f0e3878 310 0.13/1.00 vMB 32
383,647 383,647 000000000000000001ccb551e384dce1f9deb9f5c14137086d05b9ba7bcdadb2 330 0.25/1.00 vMB 20
383,646 383,646 0000000000000000090880746172ac20d285370fad581d715a3e4d577ca81ecd 693 0.33/1.00 vMB 29
383,645 383,645 00000000000000000f046c11b5de4c3a22dfa3d53499ef78eb463d23a532f8b1 945 0.59/1.00 vMB 21
383,644 383,644 00000000000000000406bf3845b391e8e3b8af65bb010204f87193cfaaf193e0 1,549 0.75/1.00 vMB 45
383,643 383,643 000000000000000002694a4a6f1f66b8cb30434acab547363fdb2f6c79bb75dd 1,713 0.97/1.00 vMB 24
383,642 383,642 00000000000000000623fb71aa3e71e0e3e9b0c0b4bd51ca8595ba85e5281561 2,483 0.93/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.71 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: 698.94 GB
    • Received: 16.59 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.