Loading Tool

Explorer IconExplorer

Memory Pool

74,825 transactions
27.61 vMB
0.07396411 BTC
Random Selection Loading Transactions
Max Size: 168.41/200 MB

Candidate Block

Mining Attempt 6ef3cb15e577db7b8abf9e0d37d4857d87f2dfbb3e0dfd6a3f5cca174125cf00
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root e5069094db7058a8cdee0aacefb0a78b36a1fbbc022ad197caeaae7372edbfb4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,324
Size: 1.00 vMB
Total Fees: 0.01506475 BTC
Feerates: 100.35 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (192,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
722,628 722,628 00000000000000000004f6895547860bf81a7cf5a86e56ff054b19bcba9ce687 708 1.00/1.00 vMB 14
722,627 722,627 00000000000000000005eb2fe56f24fd686d58997fac95528279793bafad4b73 2,947 1.00/1.00 vMB 25
722,626 722,626 00000000000000000008755334b1e3f15c29e37d810cfaf4d599ed88b6c6f79b 1,461 1.00/1.00 vMB 17
722,625 722,625 00000000000000000001e184811663e1ff8f4048b92f957b69d4bbee9e75f14d 1,932 1.00/1.00 vMB 26
722,624 722,624 0000000000000000000611faf68feed2e7451ab07a2cd47b411c466c9a9b880d 1,572 1.00/1.00 vMB 15
722,623 722,623 00000000000000000005ad8cd1cb9cae70045f47739924c74c76ff147093d3f9 2,680 1.00/1.00 vMB 26
722,622 722,622 00000000000000000000c9a1b7b8579f9c89f9a599cc96ec53580569c07b0eb3 2,572 1.00/1.00 vMB 23
722,621 722,621 000000000000000000048be1cdc6a243aa2e18c6c2e6616669c4fe79edf0d1e7 1,883 1.00/1.00 vMB 42
722,620 722,620 000000000000000000032b638766a8d6f57c5e1ea2f9aa63593393a34cbaa618 3,385 1.00/1.00 vMB 19
722,619 722,619 00000000000000000003b9c880da55baebe0e52f897037e3848382e8ef57b44c 1,806 1.00/1.00 vMB 57
722,618 722,618 000000000000000000063aad0636e6340cccaf824c3a9bcfe7da2d9ccb46ba5e 2,629 1.00/1.00 vMB 19
722,617 722,617 0000000000000000000a41e1270dbe42e22ca6ec6aef4c4269ffce4454707d57 3,315 1.00/1.00 vMB 14
722,616 722,616 000000000000000000043dde7c608ef5e1a793a1e55f83318097d0d283249295 3,122 1.00/1.00 vMB 32
722,615 722,615 000000000000000000037e035e3989b8b468aeaeffc75514775755ab508dd8c0 1,683 1.00/1.00 vMB 7
722,614 722,614 00000000000000000002976dc9f30a0d1eb2fb8287d4d6683135072391bf6356 2,700 1.00/1.00 vMB 14
722,613 722,613 000000000000000000070d6a57be7b59ca9c049fb909ad6848bfcb55acd4d436 3,078 1.00/1.00 vMB 9
722,612 722,612 00000000000000000001e3a3a8f31a6c69cad378b12e253c968dd9f0f86f79ac 2,943 1.00/1.00 vMB 11
722,611 722,611 000000000000000000078ce740512a3b0cf6d415110d5ed3dc1f961ce27dd7af 1,950 1.00/1.00 vMB 13
722,610 722,610 0000000000000000000578558da4924f20174cf80678ebbb8427a2671cecf978 2,530 1.00/1.00 vMB 24
722,609 722,609 000000000000000000099ba02ae6675a29add3dc46d8b9fc2c715c1d0b5ddedd 3,455 1.00/1.00 vMB 18
722,608 722,608 0000000000000000000469b059e56d6f7bfc117df3cfaebc107c6a8a3c5a224f 2,066 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.89 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: 713.51 GB
    • Received: 17.38 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.