Loading Tool

Explorer IconExplorer

Memory Pool

80,963 transactions
31.39 vMB
0.08611647 BTC
Random Selection Loading Transactions
Max Size: 189.78/200 MB

Candidate Block

Mining Attempt b6564915400ba893bf057ff0e2f25a72ca72b47bef06d9a1c1205f4d91257ecb
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root fdafc2a4d2983ffc34ea12e7e4955ca539c9d75cf3b47b608f6cc834267fce8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,049
Size: 1.00 vMB
Total Fees: 0.01815395 BTC
Feerates: 150.65 > 1.82 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (570,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
345,005 345,005 000000000000000015417e7a2be26defe616e718b4a7bb289ece889fe2e529c3 405 0.25/1.00 vMB 22
345,004 345,004 0000000000000000157447d034eefb05b08e8feb71297787cb67c990bbb13e0d 958 0.49/1.00 vMB 25
345,003 345,003 00000000000000000593b60d8b4f40fd1ec080bdb0817d475dae47b5f5b1f735 182 0.12/1.00 vMB 19
345,002 345,002 00000000000000001740d075ec3f211986e0d03033df1d9e50c9bdcb5e1ac325 534 0.30/1.00 vMB 22
345,001 345,001 000000000000000014898f63487f5bfdd9d0d38fc4fb164e45e4096ab6375cab 519 0.26/1.00 vMB 23
345,000 345,000 0000000000000000172bde54cad0b002c35c89a2a67d82c02bb86ea08c6b54cc 960 0.49/1.00 vMB 28
344,999 344,999 0000000000000000093e0a7eeab145cdcbb4ba5a21f05f465d291b9c78814653 1,017 0.58/1.00 vMB 27
344,998 344,998 0000000000000000115a209f090bf1d5e774f20cf518791388379ff31f44bd2b 1,389 0.68/1.00 vMB 28
344,997 344,997 00000000000000000ff182e7fac66f3d18110c8c7080712d94898a52e1b72a50 528 0.43/1.00 vMB 15
344,996 344,996 000000000000000000bcd55b5ee370d7486dfe68581ce6ef2df12d2f4a721a15 1,977 0.75/1.00 vMB 33
344,995 344,995 00000000000000001723eb8cccc3a31bf241dbcc91fe5c0298c73190db7c7488 575 0.29/1.00 vMB 24
344,994 344,994 0000000000000000011eaaf73c176e9d580adb2c54246dc40c9814b3ee1ef00b 1,096 0.49/1.00 vMB 28
344,993 344,993 000000000000000007f3aabe32be69b6c7d92d704cd7ada8ecf1da446defce3c 1,382 0.72/1.00 vMB 25
344,992 344,992 0000000000000000131409d613d0afe41dd5cbb52611d49963f345ebfceedf5f 1,051 0.45/1.00 vMB 27
344,991 344,991 00000000000000000c35b852ef154f31a64485b7f1d05a57460c313bf36c830f 1,930 0.97/1.00 vMB 25
344,990 344,990 00000000000000000ba8420e08cb7aa2da9664b8f9613ed84c6b5b54e446c731 117 0.04/1.00 vMB 33
344,989 344,989 0000000000000000151d9311d49a8ca320ef524eb788d25c5d27c1bf9c2ebd82 803 0.37/1.00 vMB 25
344,988 344,988 0000000000000000068fff8d63f5e0cdd56772ad69e8e0a3c64c7dc1334f272b 1 0.00/1.00 vMB 0
344,987 344,987 000000000000000015c8d6654f5291ac01558c3756aabfcf3c8affc05e3fbf0b 337 0.17/1.00 vMB 25
344,986 344,986 00000000000000000efce85a17a9a924a895fcfb6154b1d30f0f0f72c7769e2e 753 0.61/1.00 vMB 14
344,985 344,985 000000000000000006c5df30f4343938c6b6aeb6216fcc710541e176867d62ed 852 0.75/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.74 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: 708.14 GB
    • Received: 16.72 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.