Loading Tool

Explorer IconExplorer

Memory Pool

85,579 transactions
31.92 vMB
0.20817465 BTC
Random Selection Loading Transactions
Max Size: 190.91/200 MB

Candidate Block

Mining Attempt aeed338e2896e092d25156c58de4ff36ee8d1825f6068e7435273b636f477729
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root bfb4b34f376b22d8dd59c5e0cde56725068ed0f23ea9b08b3173cebfdbd27fbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,926
Size: 1.00 vMB
Total Fees: 0.09418149 BTC
Feerates: 529.10 > 9.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (119,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,797 795,797 0000000000000000000557ecc04deb7c4130020e5e5ea731444d08179574ee51 792 1.00/1.00 vMB 20
795,796 795,796 00000000000000000003a5e2ba5b1f6d5ef085f0ca30bca5b7131d70af9a4550 1,905 1.00/1.00 vMB 11
795,795 795,795 00000000000000000001d3b1e846b2c5b415a4089e93e9c222286a7c93fcc134 1,299 1.00/1.00 vMB 13
795,794 795,794 000000000000000000026e6e2c08441b878c3d13179f3014b80cecc9ed067c44 2,667 1.00/1.00 vMB 17
795,793 795,793 00000000000000000002818874f657058ab03de91aa1ac95f76c13473ca5bcf7 2,186 1.00/1.00 vMB 26
795,792 795,792 000000000000000000031f35c90df65f927bb5f9d4fed7cab792b1eb00568501 1,556 1.00/1.00 vMB 16
795,791 795,791 00000000000000000000866c6f7109c4dd4d9981de09d001be271d015edea720 695 1.00/1.00 vMB 13
795,790 795,790 000000000000000000031f70da3fb699d2e68cf9d68cf17de109a44563a9de2e 1,888 1.00/1.00 vMB 17
795,789 795,789 00000000000000000001c1e8ed8fcf7c4514bf058c08f4ba9c4eece81aeba86d 450 1.00/1.00 vMB 13
795,788 795,788 000000000000000000038ddcd901fe6b3749ac5325d14afcba3ba92b1886c958 2,679 1.00/1.00 vMB 19
795,787 795,787 00000000000000000002d5c643ddd68b74663262994b52f7ce161a3f1054dca8 1,777 1.00/1.00 vMB 19
795,786 795,786 0000000000000000000315cd27445678406ed2f0dd9f530ef9d289551695e34e 1,974 1.00/1.00 vMB 26
795,785 795,785 000000000000000000023fce751b86deb7ca477d37a892fb5e8c309051b615fe 1,419 1.00/1.00 vMB 16
795,784 795,784 000000000000000000045e803fd0d796cd6d6e620a76d2f3d3e4d2d580ba98f2 3,051 1.00/1.00 vMB 28
795,783 795,783 00000000000000000001e4fc06d42d866addd8048b17bbf983dac7474a86921c 1,793 1.00/1.00 vMB 20
795,782 795,782 00000000000000000003b6cf1d0af4e712cef89a89712fe1d1d434ab93158453 2,074 1.00/1.00 vMB 19
795,781 795,781 00000000000000000000399556a789a5d80acc38ec9684fbd90ff05b408da567 1,842 1.00/1.00 vMB 13
795,780 795,780 00000000000000000000a1e03ae56b05429a9cab46ffc3c4c82eb7e5790258d0 3,025 1.00/1.00 vMB 31
795,779 795,779 000000000000000000015ec9d6f372d3339613b4c276bfd3e77ebb24b69fccc0 1,791 1.00/1.00 vMB 26
795,778 795,778 000000000000000000026eec99032ecf0bcb6a84c9ccdb9eec7c2cae6fa318b5 1,428 1.00/1.00 vMB 14
795,777 795,777 00000000000000000003391b7f0d22bac59e3b16679c3e905f1c78badb4fa37a 3,153 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.