Loading Tool

Explorer IconExplorer

Memory Pool

66,857 transactions
21.78 vMB
0.13489302 BTC
Random Selection Loading Transactions
Max Size: 133.57/200 MB

Candidate Block

Mining Attempt 401960597d04c7a506bd7e3a2f2964ecd2b01cef39de18968e057bb0ba210351
Version 20000000
Previous Block 000000000000000000007b635c8d20a19e7deaa32de9c499b8d2d1b3589209f2
Merkle Root 93494d3ed41d978249e7bd42d532073fdccce51fc5bfbc9f7e5ebbd21dae8b25
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,408
Size: 1.00 vMB
Total Fees: 0.05397685 BTC
Feerates: 795.20 > 5.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,824 (894,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
21,380 21,380 00000000d85f2e814b555bafaf774a15da7df781f5ca9a1dc9e24c80009551bc 1 0.00/1.00 vMB 0
21,379 21,379 00000000a8389cc6eeafb076599fabd8d2d7fa29c29e8f44661f95ab04c3396d 1 0.00/1.00 vMB 0
21,378 21,378 0000000070eec16a255ca0f52eaa1e030ebd5da10608e01ef0595b0131e71424 1 0.00/1.00 vMB 0
21,377 21,377 00000000bb0ec7f6de840d43261e9753ef9c870b0e9001ad480d55fa57107b7f 1 0.00/1.00 vMB 0
21,376 21,376 0000000041a83b18f8f3cf1df306f681098b708f2df2b4b76df09f1562a37284 1 0.00/1.00 vMB 0
21,375 21,375 000000002218a47fc3cd49f16a2526e2a4c5949055efda451d3af46cf72d1958 1 0.00/1.00 vMB 0
21,374 21,374 00000000a2bed8eb774caed69b9c37e9a725cec85ed8de73f430d3e296a72983 1 0.00/1.00 vMB 0
21,373 21,373 00000000e0a3a48835992a12f785a786b21c33d179121ff0cdcc6d8a6f679bec 1 0.00/1.00 vMB 0
21,372 21,372 000000007ed784d5eb0158fd7db92ceac6a7c2a34d57352d3ee142f1e6e9ea67 1 0.00/1.00 vMB 0
21,371 21,371 000000008a26d936593f869c816c38cd822c6c23d7ddb0032c623d6c14362c3f 1 0.00/1.00 vMB 0
21,370 21,370 00000000aa94368d991fe72f7cae089e566974d1f38a990178ab831b8e6fde13 1 0.00/1.00 vMB 0
21,369 21,369 0000000092cb986b788943c854632242c98c95cf2e61e970d9aceafd6de089f7 1 0.00/1.00 vMB 0
21,368 21,368 000000008c5bae20dad3ce4d4ee58f8568815c7f1a2e4245aabea8799e619441 1 0.00/1.00 vMB 0
21,367 21,367 00000000ebb78eda2a4c549cdd2ad0e977f8e64b3683fbba41c80eb140c6d524 1 0.00/1.00 vMB 0
21,366 21,366 00000000c51cd3be22eed481a40836f64b9bb98ffb8fbf8389b606c587506fb6 1 0.00/1.00 vMB 0
21,365 21,365 000000007354ea1bb9f420350144ef7c4eb7e4f9a08ae9d45308cb82115b5429 1 0.00/1.00 vMB 0
21,364 21,364 00000000b3c7b56139d36c76f606729150c99c83cd3e18363f69ec2d616d3401 1 0.00/1.00 vMB 0
21,363 21,363 00000000fef3761394a8626b57c21ebfce33db09cd73bafb809ddc69bee8e77f 1 0.00/1.00 vMB 0
21,362 21,362 00000000c370667eb779baff81707716efc2742928faf1706a69dc03e08e46b1 1 0.00/1.00 vMB 0
21,361 21,361 0000000011b8654b41136e6314c70b770460a590437239fc170ff8b53d2e4181 1 0.00/1.00 vMB 0
21,360 21,360 00000000294beac80a50b8faea71bb79612f7a3cf75f3e40b8606262b7c04309 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.80 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: 787.89 GB
    • Received: 21.73 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.