Loading Tool

Explorer IconExplorer

Memory Pool

42,053 transactions
28.83 vMB
0.12092408 BTC
Random Selection Loading Transactions
Max Size: 148.39/200 MB

Candidate Block

Mining Attempt 81c5f609d2e4a8fab30295c168e3103b5fe68eb981e6fa52c041b4df99a9174c
Version 20000000
Previous Block 00000000000000000000a2833e25ff8072c95c49998417fbb6c6e04df9e293aa
Merkle Root d3b3f80ace212f63564880565b81e97521d0bbd1a23cc56db93b893f112e27fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,496
Size: 1.00 vMB
Total Fees: 0.05120540 BTC
Feerates: 402.11 > 5.13 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,272 (840,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,687 73,687 000000000065407e59097c1694dc639e54fa078f8ddc7db2c2de45fb72b3d64d 2 0.00/1.00 vMB 0
73,686 73,686 000000000040703fc803da87276b42c793878fa0278930d5f2ea250f0ef2fca9 1 0.00/1.00 vMB 0
73,685 73,685 00000000009c69c6ddf616441d073157f194b5363f22be531c0963e974c35098 4 0.00/1.00 vMB 0
73,684 73,684 000000000036a1d1c45d58d64810fd0b37687bee3fbf402decc81e590e76a2cc 13 0.00/1.00 vMB 0
73,683 73,683 0000000000328969c5e8706f5a678d20758bb5be91f892debbf2623687b4c9af 2 0.00/1.00 vMB 0
73,682 73,682 00000000003fc26a84ec43e2d724d5eabc3e2eef86edf861dedb693a6823fe6d 1 0.00/1.00 vMB 0
73,681 73,681 000000000021e2a5d0d41cc6696aae092d322b08895c5d50609443efdfbed3a0 1 0.00/1.00 vMB 0
73,680 73,680 0000000000ac2a73a48781ba1bfaaa71679d13dba0c068a7b9cc788fb4b814c5 1 0.00/1.00 vMB 0
73,679 73,679 000000000032eaadbbbb2e5b7292d20c555a3b72d69b93ed17e9f10ec3aaf1fc 2 0.00/1.00 vMB 0
73,678 73,678 0000000000b896ed912eaaf3fb0b8267fe337051025f43685be9e9986df89cb1 3 0.00/1.00 vMB 0
73,677 73,677 00000000006ec9e76ed34676359d5e6f52174898165c8178d8faacf8c31c2e73 1 0.00/1.00 vMB 0
73,676 73,676 000000000060cff1e8baaaaa5b2d39a02a9be43c39f6a163ee2bbc5d10941337 1 0.00/1.00 vMB 0
73,675 73,675 0000000000163c3515b071cd6a3ce0e1e3ae80cb414184d85fb1fc1788cdce19 2 0.00/1.00 vMB 0
73,674 73,674 0000000000167cf3b6a9ba6499334015db75ffcd05691ca66b308e29745153ef 1 0.00/1.00 vMB 0
73,673 73,673 00000000000720338645b2c8f10546b2991734dcfc1f19f8ce4b964a31904b66 2 0.00/1.00 vMB 0
73,672 73,672 00000000008545de83a8020cf15283f62d3aa757d6686b9e2e0ecf1f216bc5cb 2 0.00/1.00 vMB 0
73,671 73,671 00000000001bb66636f1cc0cdbda7ea34fad7194dd2513e4c40348755f480f00 1 0.00/1.00 vMB 0
73,670 73,670 0000000000a9cf17e6eb41f685cd7ef9094c409ed46f7f812fe3707c42cff858 1 0.00/1.00 vMB 0
73,669 73,669 00000000007f64f4790e503e7d14b8c311d12393823b620a0af08500d51f368e 1 0.00/1.00 vMB 0
73,668 73,668 0000000000930680d51c21e73ce03711ea9032b3b80a5ce387c3cd9a31c9cf1c 5 0.00/1.00 vMB 0
73,667 73,667 0000000000a93fb6caa3e06c431da56166833a9ab724fc78a2b30335345d2f14 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 578.39 GB
    • Received: 8.77 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.