Loading Tool

Explorer IconExplorer

Memory Pool

82,669 transactions
30.46 vMB
0.09876909 BTC
Random Selection Loading Transactions
Max Size: 183.43/200 MB

Candidate Block

Mining Attempt b860a400763c4a68ada8e35c1af841e2bc1ebe5a1cbb125d1b2128829025068f
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 414f4af42d3e62fcaa93bf11b8f267ab67fe0a7516ec17c2e63a1feb8c1a5b03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.03509005 BTC
Feerates: 454.44 > 3.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (678,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
236,701 236,701 0000000000000120c4328987e0999b95ffbedbd50f9d1482ff1f006a38c6750a 573 0.25/1.00 vMB 174
236,700 236,700 00000000000000e92e587fb649fee6e3b6139fd8aba390ab36c533d58f79feea 327 0.10/1.00 vMB 9
236,699 236,699 00000000000000107bd4d69b404d84d6f5ee0737f81e59966b7580590f5ae387 301 0.22/1.00 vMB 110
236,698 236,698 000000000000004a0e2b634f2f9bc3129b36534494fe95bceb5a80ec6627b43c 630 0.25/1.00 vMB 202
236,697 236,697 0000000000000108c24363c36e8c506f0afa9bfdc1f69a3c6dc6a3081067c190 123 0.06/1.00 vMB 142
236,696 236,696 0000000000000078ae9c7cdbbdb21d0331122b80436a578f766183a3567a782a 532 0.29/1.00 vMB 157
236,695 236,695 0000000000000053cdb3ad4127e4525d2f73d3c3923fcbe6315f3d4945bb246d 256 0.08/1.00 vMB 265
236,694 236,694 000000000000008d9ebd51fd2e8d05e4f0b3431c3cdbf5cb82bb58943a07fcbf 897 0.36/1.00 vMB 210
236,693 236,693 00000000000000301a3a5a819706f48f4c4c7186c6215f66217d47d85295926c 186 0.13/1.00 vMB 100
236,692 236,692 00000000000000e45ab3f7ee607958ddc87aea1e70d2563543c64c08b5d8d965 508 0.25/1.00 vMB 162
236,691 236,691 000000000000009ca3fb6169c7e91a1ef1dafbb8bd2b94f309db51390c0cc241 601 0.25/1.00 vMB 207
236,690 236,690 000000000000012c1b423bc001b2fd5a9c0d144b0e0837c5ea40d58cca0f7f93 1,068 0.47/1.00 vMB 190
236,689 236,689 00000000000000a264608d20e9f2014f342464698e3b6f14ef81a99dc3282163 481 0.20/1.00 vMB 151
236,688 236,688 000000000000015bd4a3232dd08b90a0677f434b407f2ee2287216bbd56e5819 194 0.09/1.00 vMB 139
236,687 236,687 0000000000000174c8a5e9f5de02f34405dbd779eb2df77c01a9ed4918b17f2b 580 0.27/1.00 vMB 152
236,686 236,686 0000000000000166fd3ccd432b9ff94c84625fbd6be2bde04752fefab3ab76b8 625 0.24/1.00 vMB 146
236,685 236,685 00000000000001539fce1a6587c66dffca64f6c3d6ae4503ce69cfd9cebad366 1,050 0.47/1.00 vMB 177
236,684 236,684 00000000000000a90cd37e8904c6f515dd2ce9bcc979010544107e45623f99c6 6 0.00/1.00 vMB 66
236,683 236,683 0000000000000031738258e53f8f95a71f212c7f539bd2cb42c7936cdae16ca3 3 0.00/1.00 vMB 49
236,682 236,682 00000000000000274ecd01bf47274c6da0897517a5674c097d1e271ce789eaad 260 0.17/1.00 vMB 107
236,681 236,681 000000000000015526eb9400604e5ecf057ed71e784b21dffa65cd96758c763f 512 0.17/1.00 vMB 280
Previous 10 blocks ↓
Total Size: 782.37 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: 663.36 GB
    • Received: 14.90 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.