Loading Tool

Explorer IconExplorer

Memory Pool

42,478 transactions
29.05 vMB
0.07516697 BTC
Random Selection Loading Transactions
Max Size: 149.25/200 MB

Candidate Block

Mining Attempt 78a31e638573b43a949fcbfd183cd287362e80c94a4c3ba6f15c19d2092e0070
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root ce2f8092465ab23072e8afca65da43383ce594eada34ae6f27ecfc4315408fd7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,835
Size: 1.00 vMB
Total Fees: 0.01847531 BTC
Feerates: 150.75 > 1.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (367,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,001 547,001 00000000000000000003b34811fef82f5062ba6cec6acf8890cd0a0cd6f8c77a 1,546 1.00/1.00 vMB 4
547,000 547,000 0000000000000000001f7939657239508fc5c008ddfdb133eb797a14d663b0eb 2,165 1.00/1.00 vMB 7
546,999 546,999 00000000000000000013db8dc96c25b99c4aa0e27c24130e0c7ae3afb60fd390 2,308 1.00/1.00 vMB 17
546,998 546,998 00000000000000000005d46718442acbbee4f7316ddb4e12670fb9f40616b82d 2,568 1.00/1.00 vMB 5
546,997 546,997 0000000000000000001e73cc7fb6c1e03198163360efb184295aa2ba0af02f3c 2,437 1.00/1.00 vMB 22
546,996 546,996 0000000000000000001fe932bd31937eb50c1c7239e455eadb89392f5d792638 2,242 1.00/1.00 vMB 11
546,995 546,995 00000000000000000012a22038c6dc5bba5511f536980e7e4ca56033c4a8aa54 2,446 1.00/1.00 vMB 7
546,994 546,994 0000000000000000000020635839f3320a7cddf083db8b536e4b99c26ce51986 2,422 1.00/1.00 vMB 16
546,993 546,993 000000000000000000016071dfdcbfc2eea1a1dd3ec4369c4cc6266681f65121 2,516 1.00/1.00 vMB 18
546,992 546,992 00000000000000000011fe27096302bf7d2ef7d222f810ddbbc4d57eb32e9b68 2,229 1.00/1.00 vMB 12
546,991 546,991 0000000000000000000e04e54eee7ca4465087c1228263061aae265159056efd 2,362 1.00/1.00 vMB 28
546,990 546,990 0000000000000000001443c1fe6f9e0be07c46949b7cfe0fd8e055fc65fabb0b 2,371 1.00/1.00 vMB 29
546,989 546,989 0000000000000000000a95f840dd17cd6fdf94c11d7f8b23c03a294845875bf9 2,338 1.00/1.00 vMB 18
546,988 546,988 00000000000000000001786baa44405d6055f38a5f4f97e5f29c779a7fbfaf84 1,567 1.00/1.00 vMB 13
546,987 546,987 000000000000000000054c3fa0037fc183e50a6ce80b85e28639dd73e1704322 1,115 0.52/1.00 vMB 12
546,986 546,986 0000000000000000000f210b574f196a27ce6b7e88d1fe1103f5d7a2a796d347 1,049 0.51/1.00 vMB 11
546,985 546,985 0000000000000000000a6e73edd8401db452b287196d0c3bca2f42630abe2fba 1,340 0.82/1.00 vMB 10
546,984 546,984 0000000000000000001542a342e8bdb4fb3e3a773c1f9cdd1f6573dd041098ae 518 0.25/1.00 vMB 9
546,983 546,983 0000000000000000001bce60d86da856a5c0ae21fa882f92d3036d7a1cd9dcba 667 0.34/1.00 vMB 11
546,982 546,982 00000000000000000026ed01e76166e15ab554794ccb800a2c65f2eb8d05a9a9 891 0.66/1.00 vMB 8
546,981 546,981 00000000000000000018519106d1448ea6e7f8b18b98cd760e3bd88bcf3cad84 1,766 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.