Loading Tool

Explorer IconExplorer

Memory Pool

17,393 transactions
9.10 vMB
0.02348744 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.97/200 MB

Candidate Block

Mining Attempt 02bd903d21e27772dcc91dd986d003b02b2bb35c1184c3ab09e86acc13d82448
Version 20000000
Previous Block 00000000000000000000d3f4e5195ad8c9a7be58eafd281273ee95f83be78592
Merkle Root b42b5865ecedcd1eb3fe4fa54014703e62cb3df2281a9d4ad0c898628e10cdd3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,419
Size: 1.00 vMB
Total Fees: 0.00964527 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,567 (764,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
149,471 149,471 0000000000000a58462974c56e0638e66731d93e7f6655f9eaa9afc8a8b084d4 36 0.02/1.00 vMB 197
149,470 149,470 000000000000086cd3a80478c737629e08f41370b1bae0fb5a14745aa5ce9761 20 0.01/1.00 vMB 21
149,469 149,469 0000000000000add67696b97e6b15f93621ba1e4b68a9be532851f8dab010566 19 0.02/1.00 vMB 48
149,468 149,468 00000000000004939f2f7fad6764f05ffb9e221c77329945501c9a3c083a0a64 7 0.00/1.00 vMB 913
149,467 149,467 000000000000015fa7f8b3939b13dd1b461a8ae07ab83030ef4a852a55d2f793 78 0.02/1.00 vMB 21
149,466 149,466 000000000000060b6614a4eebe92e6a1502cd76793532fe05af7ee7c250eac9b 90 0.04/1.00 vMB 204
149,465 149,465 00000000000000d856b44fbc4d7365aea2ce1de21d9474401508e8639c1fd835 48 0.02/1.00 vMB 174
149,464 149,464 00000000000005495b6cc695d9e8f8a3d00b00df8e1599e2654ae9a18f765ec3 17 0.01/1.00 vMB 53
149,463 149,463 0000000000000a50288b26eb16bf3e8fafbf9085ef3ebd4b33545a7977bccfef 78 0.02/1.00 vMB 19
149,462 149,462 000000000000052f3cf0a13efd158b658a055d98b471eeba052a8daf74fd841f 85 0.03/1.00 vMB 102
149,461 149,461 000000000000029e01c8dfd3c58663cbfe75caa5d6426cb47ddf41c6d0ecd869 6 0.00/1.00 vMB 0
149,460 149,460 0000000000000b54f2d81cd83a8fd31295f01e99aefd9c47913c151c4803d79e 28 0.01/1.00 vMB 58
149,459 149,459 00000000000007eb3ea61e1468ac9401b59ac3e8007e2964bca86622d57077df 14 0.01/1.00 vMB 49
149,458 149,458 0000000000000ad8c4e4a25041fa064ec1bbc8e0062c6823aa8bfb0f2d029335 71 0.02/1.00 vMB 16
149,457 149,457 00000000000003433217f2d6f0c91ed5e91922dc1a3faeffc3c53aa7fa7c05d1 9 0.00/1.00 vMB 0
149,456 149,456 00000000000009568f846c3434bbaedae5196d6934602a054949d83b9684242e 52 0.02/1.00 vMB 345
149,455 149,455 00000000000002fe176ca49069becaeb5870845f04dfcd6cec1dadcaa0a8703c 9 0.00/1.00 vMB 329
149,454 149,454 000000000000050f1d57ac2d8ecca32bae72017a98896fe1e8fd1a7ed2d9d027 64 0.03/1.00 vMB 161
149,453 149,453 0000000000000a092d867d0a524e67eb08e51d0bdfbc9c0f531768487c3b93da 9 0.01/1.00 vMB 66
149,452 149,452 000000000000042171d4ade9e494c8f6879a44dbce8c77924c8e14611b36e6b7 90 0.02/1.00 vMB 12
149,451 149,451 000000000000065f6cce2af502afc4e4cee64d9f8f4edb97dfe952c99199bfd1 23 0.01/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 779.85 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: 430.45 GB
    • Received: 2.35 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.