Loading Tool

Explorer IconExplorer

Memory Pool

80,642 transactions
29.99 vMB
0.07880332 BTC
Random Selection Loading Transactions
Max Size: 180.53/200 MB

Candidate Block

Mining Attempt a669dabba017d10b1068c3ddee2ccbd6ab9f7f47e286df9cedbf0c425eb4a7b4
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 3537b58469449be6810bc8a0c08f4e18b14fc4db7f439b20b3efb197e1ff194e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,527
Size: 1.00 vMB
Total Fees: 0.01757929 BTC
Feerates: 197.70 > 1.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (358,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,641 556,641 0000000000000000001f1bbc6f4bc8232bf53e9d33b3e208a2be19536f0ec4b0 2,759 1.00/1.00 vMB 14
556,640 556,640 0000000000000000002932fc220296f280c479f06d748ba6d02f0e2cceacd91e 866 0.47/1.00 vMB 9
556,639 556,639 0000000000000000002a1605fe6b74f069860cf6a24f07b4883475ce45343a19 435 0.18/1.00 vMB 13
556,638 556,638 00000000000000000025adaada3f2efc17dab2f4b97fd2c310622a59e38f7a13 524 0.17/1.00 vMB 12
556,637 556,637 0000000000000000001b839205deb7c0d7e0740a48bf0df10f95a0fa99ff5b89 214 0.06/1.00 vMB 17
556,636 556,636 0000000000000000002dd2e2e0f7553aa50bf2343346100c6cef8bf7d716ebcd 1,534 0.85/1.00 vMB 2
556,635 556,635 0000000000000000000b7cfdc2baa9bd5f2d3f4196f377bfae2bbde1a9b5ff80 3,202 1.00/1.00 vMB 18
556,634 556,634 0000000000000000000497b215ef79b0297e2eb7f8f282cebd63b4abd75e62cf 2,783 1.00/1.00 vMB 11
556,633 556,633 0000000000000000002acba3c498a8a2e6706d9a8d2ccd32d860212f79279747 935 0.69/1.00 vMB 2
556,632 556,632 000000000000000000116953ac328c5e602546c5e57c37ce8525876e715151e3 3,282 1.00/1.00 vMB 18
556,631 556,631 000000000000000000140c9ae54361b530f200c150f14fb639497430fd63f525 567 0.23/1.00 vMB 8
556,630 556,630 0000000000000000000600248a0b56accfa3f44cb91763726686ecbbd9d61dc5 1,778 0.74/1.00 vMB 11
556,629 556,629 0000000000000000002a7510c3b88ef77b67d245775ab6c0512ad26fcdad6689 135 0.04/1.00 vMB 11
556,628 556,628 0000000000000000000d4d1800c513bc4fed53d8a3d118489a81fc6d6fad5213 983 0.71/1.00 vMB 3
556,627 556,627 0000000000000000000df66efa630b815cfe3317193e5e41d55d13e714d02e8f 2,907 1.00/1.00 vMB 23
556,626 556,626 0000000000000000001a732b22dfdbbecaa4ddf9ed3753019772c96aa6485b05 2,110 0.92/1.00 vMB 10
556,625 556,625 0000000000000000000bd5326cd36c24e4fcb60f86728617f59876cc00fce2f5 1,478 0.71/1.00 vMB 10
556,624 556,624 00000000000000000022995b74caebee598f4f04c74e2af9aa8c1830095bacf7 1,423 0.60/1.00 vMB 9
556,623 556,623 000000000000000000011dd3300562c41887698900d3936a31cd42c235a0a056 923 0.38/1.00 vMB 7
556,622 556,622 0000000000000000001df51c76d8558bffb1561e365471116a2b9e22a3c896e3 1,920 1.00/1.00 vMB 7
556,621 556,621 00000000000000000009093d1721f39b1d3eb87c73fdae637247143612edfdea 3,169 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.37 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: 663.77 GB
    • Received: 14.93 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.