Loading Tool

Explorer IconExplorer

Memory Pool

82,296 transactions
31.13 vMB
0.12183669 BTC
Random Selection Loading Transactions
Max Size: 188.91/200 MB

Candidate Block

Mining Attempt f20be1cb58b85ae51529424fa8c0842c771906ef0349ae6a41b550aaf9b0cf49
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root bb4c5941d8dae63742e4d1aee430a5e67042de18b0913424304cfaf85026a671
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,200
Size: 1.00 vMB
Total Fees: 0.04197611 BTC
Feerates: 318.30 > 4.21 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (320,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,539 594,539 00000000000000000003dae62590d0f9f2498699c004aadcd3229bcb9cd21fa0 2,243 1.00/1.00 vMB 8
594,538 594,538 000000000000000000055b70d9234dd204acf968f25a0c2c9ebbc3fc54882ab1 2,766 1.00/1.00 vMB 23
594,537 594,537 0000000000000000000d4869f5dc6b2a8770f90bdd3badb5f318190dca05e5f2 2,788 1.00/1.00 vMB 37
594,536 594,536 0000000000000000000f9bfc7ec115783520aeb969a29bc057a3cedc6ec7d3e3 2,669 1.00/1.00 vMB 17
594,535 594,535 000000000000000000100334c00928c23902b7b85c67b06996f769a746ef1e70 2,655 1.00/1.00 vMB 19
594,534 594,534 0000000000000000000bf93083c7b57fdae767b179deec3f9e5a2e7d34f1a846 3,236 1.00/1.00 vMB 40
594,533 594,533 000000000000000000150422a144d033b127a351cf0ca0f0045408089cfa73f9 2,618 1.00/1.00 vMB 16
594,532 594,532 00000000000000000002d254a302e53efe69406607f09b22a418ad962709e88a 2,949 1.00/1.00 vMB 28
594,531 594,531 000000000000000000035a6256c638fe50e08cc90c3f5b6d9503340406eb28dd 2,426 1.00/1.00 vMB 33
594,530 594,530 00000000000000000000914e644f9508a1d0e3b8aaeffc06ea16eaafb39f0b26 2,772 1.00/1.00 vMB 23
594,529 594,529 00000000000000000019a70f883a9e53cafbc1e4662cdcbb01de0450b5de11cc 2,659 1.00/1.00 vMB 49
594,528 594,528 00000000000000000005883b17624dd882a45e60647cf5502d08b5ccb169a6b1 2,920 1.00/1.00 vMB 33
594,527 594,527 00000000000000000019388d42f5621fb9fa0f721398659d537cf077bc5fa8f4 2,269 1.00/1.00 vMB 25
594,526 594,526 0000000000000000000bf8c2292837bf901eef0f1de6a48917c6d2056b5be85f 2,073 1.00/1.00 vMB 28
594,525 594,525 0000000000000000000576612e1e9e0d5c682acb542eea5429e7c1061322f4ca 1,985 1.00/1.00 vMB 35
594,524 594,524 0000000000000000000b75448e2d3f3e42b2f45e7f71dcd93256ca48e0cce1e1 1,120 1.00/1.00 vMB 75
594,523 594,523 00000000000000000019d34d024adab9f8f66246e0cddf06b56e973c3e79464d 2,870 1.00/1.00 vMB 21
594,522 594,522 000000000000000000005b34f5e810b32e34c6836defccc80f140d3a2f87089f 691 0.26/1.00 vMB 19
594,521 594,521 00000000000000000008ca970a8273f663c8e24f7c0358463f428538640a0cfd 1,166 0.45/1.00 vMB 16
594,520 594,520 00000000000000000015b64a70745a9a82390faa2032ea597771e947ee4919fa 1,908 0.68/1.00 vMB 10
594,519 594,519 0000000000000000000e73fec4eaf6f210493fd2f66659c15af57d61b71ad883 2,885 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 783.08 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: 722.05 GB
    • Received: 18.39 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.