Loading Tool

Explorer IconExplorer

Memory Pool

85,344 transactions
33.06 vMB
0.16016969 BTC
Random Selection Loading Transactions
Max Size: 196.86/200 MB

Candidate Block

Mining Attempt a07fb2182dc89989c801d0a504f2c7fe098322db2f726978ea53fa62b4e3ed5c
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d1fe6d9c9bb464677d9d1939ecb29c0971f0242dff75b3f9d5dc93c7f4e15f78
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,640
Size: 1.00 vMB
Total Fees: 0.04942211 BTC
Feerates: 318.30 > 4.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (112,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,877 802,877 0000000000000000000459f40018d30be07ab18e5ce355d590a9419bfb06ed09 3,937 1.00/1.00 vMB 8
802,876 802,876 00000000000000000005541fd2d4a1851a23b92c93690a0b2bf56de06c6fcdac 1,860 1.00/1.00 vMB 9
802,875 802,875 00000000000000000001b865fa58a4bc5c2886a8f8b46663789589e64c652eef 3,393 1.00/1.00 vMB 18
802,874 802,874 0000000000000000000225c3aeb50099708ef2d05e244d54cf67e28192746bc4 2,208 1.00/1.00 vMB 10
802,873 802,873 000000000000000000039d26f99d515865e5e1c6c193ed0949cee1c3b74a7fa3 2,385 1.00/1.00 vMB 15
802,872 802,872 000000000000000000039d60edec4e5981c3261dd2de7cf6c7bdc7dac508fb95 3,241 1.00/1.00 vMB 19
802,871 802,871 000000000000000000036107e927f339daf3e3bf7d7489c48dfce617caa191d6 1,876 1.00/1.00 vMB 13
802,870 802,870 0000000000000000000253efdb1e8fa3744752d5daf0e9e1e1ef83b67b1346a1 2,588 1.00/1.00 vMB 17
802,869 802,869 00000000000000000000ad787bbf6c94c50b7c4075732c6b17ef38a91556a023 3,368 1.00/1.00 vMB 11
802,868 802,868 0000000000000000000136f33e3ba4a6fdeb1aef9df99275b70ed678cbd25d5b 2,164 1.00/1.00 vMB 9
802,867 802,867 00000000000000000001812eae80f8e4ab443d6b98fae8d9356a9217492ea986 2,684 1.00/1.00 vMB 10
802,866 802,866 0000000000000000000512df4ec148973d5180c556af510af07ca7619301f57f 3,405 1.00/1.00 vMB 19
802,865 802,865 00000000000000000001a6cf364a4ce43a48661e42751b200bf7c3909910a2dd 3,174 1.00/1.00 vMB 21
802,864 802,864 0000000000000000000362540c9d75ab2e0dd7a77b37c8107a55fcfbba94a014 2,750 1.00/1.00 vMB 17
802,863 802,863 000000000000000000026780f6f8027e20c0923c799ba81dfad52778fcb1a490 2,272 1.00/1.00 vMB 11
802,862 802,862 00000000000000000003d11d7a11ddb8fdfd1e727e54661b3042d06836291752 3,415 1.00/1.00 vMB 15
802,861 802,861 000000000000000000039529f692a1592bfc1da41a5dcc00a4ac832c97f243a5 2,236 1.00/1.00 vMB 14
802,860 802,860 00000000000000000003237c8ebba8df4a972c61f5ce5258e0423bcce2b0fc90 6,284 1.00/1.00 vMB 8
802,859 802,859 0000000000000000000404b7954f61c347517a08de83b4d3acae2ca7b82b4706 3,560 1.00/1.00 vMB 6
802,858 802,858 00000000000000000005268735929aaad948eb4d5c4015f0eb62ca05e2cc6562 2,795 1.00/1.00 vMB 8
802,857 802,857 000000000000000000024c38702c75af6d00ada01e58469393a3f3e3529a3071 2,825 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.