Loading Tool

Explorer IconExplorer

Memory Pool

81,353 transactions
29.90 vMB
0.07769067 BTC
Random Selection Loading Transactions
Max Size: 180.52/200 MB

Candidate Block

Mining Attempt 7c9c5f58eefe5d3aa8dd95b0475ce51d98bbb2853e7a064f9e7b78f27eb535bc
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 322f9423b07ad20893dc54ac0b77b9d316ef7f2131bc9cdc6bd8c792d7b4bd87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,870
Size: 1.00 vMB
Total Fees: 0.01673109 BTC
Feerates: 151.12 > 1.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (323,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,013 591,013 0000000000000000001470f96f5c81fc743d1b6add26024fd963340a65e62d34 1,838 1.00/1.00 vMB 31
591,012 591,012 00000000000000000000cce32efc9ad19cbe1b31ec8bcf65358385046ed4e431 2,231 1.00/1.00 vMB 38
591,011 591,011 00000000000000000003b893bdcbb17d628743a2c76ecc05d78a01ea816f3a81 2,216 1.00/1.00 vMB 47
591,010 591,010 000000000000000000148abf305e0156f317d68ff90de905cf54766b66f2b9d6 2,152 1.00/1.00 vMB 27
591,009 591,009 0000000000000000001af3fef3ad32f8d0c62541412204c208d6a4c935e6fd6b 2,547 1.00/1.00 vMB 31
591,008 591,008 0000000000000000000b9e236e6142d32eba5f88928ff7e1a77e531f5e0f0ee0 1,782 1.00/1.00 vMB 40
591,007 591,007 00000000000000000017a2698f888d507d0bb993a178364dbcc9df345032ba4d 2,461 1.00/1.00 vMB 51
591,006 591,006 0000000000000000000b6723069beb83ede302e9988fec4cd083a4893b065902 2,217 1.00/1.00 vMB 57
591,005 591,005 00000000000000000004ec7169067441e2255c8397d6fa2524cacb8427628f03 2,932 1.00/1.00 vMB 56
591,004 591,004 0000000000000000000c13afe22ec1cc890d05fda22c0888889e5e8d11482791 2,175 1.00/1.00 vMB 32
591,003 591,003 000000000000000000101a6d9aa63b5b6647ea17556220983b0c93b4c17c8d8e 2,308 1.00/1.00 vMB 20
591,002 591,002 0000000000000000000a067a275272b5eeb094474acccc3bf3846119d6a7125c 2,972 1.00/1.00 vMB 54
591,001 591,001 0000000000000000001393a638ccee14fe77d120736622266856134fff92573a 2,894 1.00/1.00 vMB 36
591,000 591,000 0000000000000000000ccedd5f216ce25ab91f34eabd4ed9ae7593f9254b3272 3,105 1.00/1.00 vMB 42
590,999 590,999 0000000000000000001088a911f098147cd5ff054d1b4cf24c8bc0d94532e4cb 2,649 1.00/1.00 vMB 43
590,998 590,998 0000000000000000000fd8ab8bd360ad6fb64e8861ab800df505bba5c653a2fa 2,926 1.00/1.00 vMB 37
590,997 590,997 00000000000000000018e166f062a1e36a8fb6a2e339f00a84655607b606d191 1,979 1.00/1.00 vMB 40
590,996 590,996 000000000000000000178fd2566ad58bfd07429bdf02f7926f7b0d06f306c31b 3,451 1.00/1.00 vMB 50
590,995 590,995 00000000000000000019072bb7df618c847585ada40f8e1c62cc57573dd8703e 3,132 1.00/1.00 vMB 48
590,994 590,994 000000000000000000182ce55e9208463a86ae20b5b0d9b3860ee9cb4677973f 3,361 1.00/1.00 vMB 45
590,993 590,993 0000000000000000001a8b51483f436d4d71c91954a8bac45967f1045273bbf3 888 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.