Loading Tool

Explorer IconExplorer

Memory Pool

80,139 transactions
30.17 vMB
0.11669025 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt 22ca6caa5a815b2dca3bfde1a556487a53c0a315581c860254ffe3a54a358fbe
Version 20000000
Previous Block 000000000000000000002eabceb06a9084ae7362b60d023c0338d08728b0d723
Merkle Root 76b101c1a020ba0c74ac7334bddf168b4e23bf693f9c8e5f2836f7a5d203095f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,709
Size: 1.00 vMB
Total Fees: 0.04617686 BTC
Feerates: 574.11 > 4.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,105 (310,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,314 604,314 000000000000000000071b3ede6a60a38eb451a1ee9be6b2d65f672b63a9f32f 2,968 1.00/1.00 vMB 4
604,313 604,313 0000000000000000000698cbc15d2aa9d24da7a453ec0428a67ce81d9fe1c6ec 2,653 1.00/1.00 vMB 37
604,312 604,312 0000000000000000000a1a3f3f221cdb622c241d384896f3129ce43a1e90bce6 2,532 1.00/1.00 vMB 15
604,311 604,311 00000000000000000004fb7d2728c2ba842be3951b63a69f640c4ee74d36ed25 2,516 1.00/1.00 vMB 11
604,310 604,310 00000000000000000002e3c1ca746aeb4df09907669448e2b52c2f68e8b1f2f4 3,297 1.00/1.00 vMB 47
604,309 604,309 0000000000000000001180c9ba930c4a630ffed554270d996bc3a02c8a5a3cd7 1,379 0.47/1.00 vMB 21
604,308 604,308 0000000000000000000c707f50007e3b0b4141dce0975c4d76b6b1e701c94d2d 537 0.19/1.00 vMB 23
604,307 604,307 0000000000000000000831c34018e9edf1bc8eef52abd6274c0994c1d283b361 190 0.07/1.00 vMB 17
604,306 604,306 0000000000000000000f7ca598e46bee3316546ac878c5cde01b69f314a5aff2 79 0.02/1.00 vMB 22
604,305 604,305 00000000000000000014e6909c62d76b1b4985dd5ac4f773aa49e762a58ad30a 183 0.04/1.00 vMB 13
604,304 604,304 0000000000000000000ea82db650699fe25c3585a3bd517367166359d794c63c 2,617 0.86/1.00 vMB 19
604,303 604,303 000000000000000000089a9f28ed7414f3b0f33f7aa3522c49d4ad175cd6e583 227 0.06/1.00 vMB 26
604,302 604,302 000000000000000000136808d8172a611e4134d9353e4727ca7345fb613e9b59 968 0.30/1.00 vMB 21
604,301 604,301 00000000000000000006bf4d4f669f8ef680fc413b902eff5da67c9e740e8a0f 1,147 0.35/1.00 vMB 22
604,300 604,300 000000000000000000003e64296bf4df4d6ebefe8e3dde4effb401c8dd1ab667 140 0.04/1.00 vMB 23
604,299 604,299 00000000000000000014dad609b3fe00f57ceecfcc23e0bfab863397e5ab1130 601 0.20/1.00 vMB 24
604,298 604,298 00000000000000000015a5c4e87e20e21302d088a88e37e8b079456e4e271449 487 0.14/1.00 vMB 20
604,297 604,297 0000000000000000000922fc2f3fb2227bdca13e96c2031514aaa57d595697d7 89 0.03/1.00 vMB 44
604,296 604,296 0000000000000000000e998ce69d1ba0248c85ab7cde555dd1abeb0beb7562f1 93 0.02/1.00 vMB 14
604,295 604,295 0000000000000000000d8e37836858fcc0765dc62c7235f51f4a216f2698b7fa 961 0.35/1.00 vMB 11
604,294 604,294 00000000000000000010e5dfb3d9e6acfcfc4cdc7b42e9e491ba3d8c2b55e1df 1,903 0.63/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.19 GB
    • Received: 15.87 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.