Loading Tool

Explorer IconExplorer

Memory Pool

42,333 transactions
26.19 vMB
0.05241015 BTC
Random Selection Loading Transactions
Max Size: 137.68/200 MB

Candidate Block

Mining Attempt 4dbbae417a5a331bb3edcfb77ba4d0fd9e5d8f48a4ff691947baea7ffed42b8c
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root b952c1c5dadb0371864037d720e7a1e2f395f7bb0da080de233f8ab9aa8539db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,426
Size: 1.00 vMB
Total Fees: 0.00449034 BTC
Feerates: 32.12 > 0.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (693,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
221,662 221,662 0000000000000341afe3c808c87355b48f94cdf00a1c7d7fc88fd2d7ff00e7b2 64 0.05/1.00 vMB 78
221,661 221,661 0000000000000451667f49bd14e2153aaf62cd27bfdd8bf85190390eef2117b3 35 0.02/1.00 vMB 183
221,660 221,660 000000000000041a7414f9a3fac0dfc74a95b1718a84c801a370bc408657e261 229 0.09/1.00 vMB 200
221,659 221,659 00000000000003f4ffaadd3302f74eac14ffea7dfae82bc074c4e1c9bf018ad7 263 0.09/1.00 vMB 103
221,658 221,658 00000000000000dd791b9536a015e0a034340f8367a9ba9bb4623c1f9d62bcaa 365 0.18/1.00 vMB 188
221,657 221,657 0000000000000143c4fa68fa00129ec9be0f5b828c8e568874c7c75cf2648266 131 0.05/1.00 vMB 143
221,656 221,656 00000000000000ca2f1a59919d70105417588c60db0acb1d17af214ec4951f8c 513 0.24/1.00 vMB 180
221,655 221,655 0000000000000227f8e0dab43368487c55a1c01e6b5d97dbb4ea61fd3232cd18 496 0.25/1.00 vMB 213
221,654 221,654 00000000000000bde23161e7276a55ec3932f2168a000578c75e42c9af08a56b 573 0.25/1.00 vMB 211
221,653 221,653 00000000000003def9b379628fe5993254308477d83c9fccaa6d6fbfc0d55996 186 0.12/1.00 vMB 114
221,652 221,652 0000000000000104990b70bd0b1ad7291ed10d4eb652bb085a4827eb636ad573 599 0.25/1.00 vMB 193
221,651 221,651 00000000000001d25b638e05daf77a71b9f40aa4069bd335676cba35e92c9865 554 0.25/1.00 vMB 205
221,650 221,650 000000000000018cc477c89da6afd0ecf11ee9c9b431555680e3446b728313cd 676 0.33/1.00 vMB 190
221,649 221,649 000000000000037c2383c2b2f0c84053a7b9ab248f52f18d64fb5b59f2bdfa6f 130 0.05/1.00 vMB 213
221,648 221,648 0000000000000236c210d0c71b9e3fcd2e8cc3aa591826300cb1087a2e6aae22 369 0.13/1.00 vMB 256
221,647 221,647 0000000000000441d50c2e0dd6dac43a326dff5995c6f09da13010376e3f7ecf 393 0.21/1.00 vMB 178
221,646 221,646 000000000000044bade554b49ee755abf455d478a9a4fde4411c6c501f7d3a2a 463 0.19/1.00 vMB 244
221,645 221,645 000000000000009f00f4959b1f9c5e34a572c6ce9b34b50c046bfe221672da47 273 0.16/1.00 vMB 131
221,644 221,644 00000000000000c1c70134b31e5231ebe624e42226009e282585c2a85e9fe3ca 658 0.25/1.00 vMB 208
221,643 221,643 00000000000004f7c662a29b209de96ab8d8cef3e71a2f8f2d6b30df2d1929f4 54 0.02/1.00 vMB 163
221,642 221,642 0000000000000501c352ad18733e63b68efb0697c1f96f0656ed448b3220a4b0 9 0.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.01 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: 649.33 GB
    • Received: 13.16 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.