Loading Tool

Explorer IconExplorer

Memory Pool

15,005 transactions
6.72 vMB
0.04303367 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.93/200 MB

Candidate Block

Mining Attempt d07b8c14237913b29f2ba4730605d331d2de9dda0301011da6ae2746d0e6a9d9
Version 20000000
Previous Block 0000000000000000000090cb53194bf414beae3a95367503e1f29bc054a37150
Merkle Root 54a80e3aede33764681a532747742761eebe0d905eb04d3ccb3a843723bb6d79
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,277
Size: 1.00 vMB
Total Fees: 0.02664359 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,458 (660,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,792 252,792 000000000000004bb2f079d6f1a50ac374c88fa9f03fe03051a07e8d13011299 33 0.01 vMB 95
252,791 252,791 0000000000000000dd02618b14b1df88452bcd9476e57a4f30e62e6324ee64e4 189 0.07 vMB 128
252,790 252,790 0000000000000004050d6df3a3b36f978b3b900b14e6b95ae79d004efbfcdd46 442 0.18 vMB 135
252,789 252,789 00000000000000234fd854e01b09c500a740ed43549f03709a61de773b0d563c 155 0.09 vMB 98
252,788 252,788 000000000000002f1291ebfb90722cd295ef736c961eeaaeebe174da68716c45 252 0.11 vMB 117
252,787 252,787 000000000000001ed72606fe0c520b4773ef3338660099b61753b8843505a4d6 37 0.01 vMB 122
252,786 252,786 0000000000000035eebfb62d7488a8bb01e035efdb376d36a4536735671e6b54 174 0.09 vMB 103
252,785 252,785 000000000000004eb1beae1d7075cbfa8081b2c37a85ba632f78cf4eaa527402 201 0.09 vMB 122
252,784 252,784 000000000000001898512059b240b61282630f072de6d6efce6254e073766450 93 0.04 vMB 120
252,783 252,783 000000000000004f5b553bccb75fe1fb0987d8904fc3ac1bbfbe3e6b7f0dc76f 227 0.09 vMB 129
252,782 252,782 0000000000000001c285fbb13bffa10ffde7ab1212fa339ab6e6bef14ccfa315 203 0.08 vMB 133
252,781 252,781 00000000000000463349be55b6b0cff41d430c787acbac6faf9c6b729c7f1330 42 0.02 vMB 67
252,780 252,780 0000000000000029752dc34c6a4fdb02d47f5c50991aca9c2daa96a474032961 363 0.16 vMB 126
252,779 252,779 000000000000000d913556f62216f19036d2b1fadabfe6507c1dfeab1bbe650d 53 0.03 vMB 117
252,778 252,778 000000000000002823a3ddf9f69e88ea96f5c380a7e013f15c609734ca6ec968 38 0.01 vMB 177
252,777 252,777 000000000000002170bee547b067cd13d89fb7f1dc90f2a2647d958bb888fc6c 487 0.21 vMB 133
252,776 252,776 0000000000000027fa0e7785471aec1bca808078de21af30a5d675d89cb54440 256 0.11 vMB 57
252,775 252,775 000000000000000df64ff33cb40f376e794372a1f30633315b24a2dc9fe830f9 31 0.01 vMB 100
252,774 252,774 0000000000000018f7a9b79e766af7e00ef075f4b56aa996472c7bc0455c768f 40 0.02 vMB 84
252,773 252,773 00000000000000259362ee96e73c93bcb13bf2ac89705472591db6f4604538e9 200 0.07 vMB 140
252,772 252,772 000000000000000650a2b47cda9a5f5fa5594e121e5222dd330e156d9995b776 140 0.05 vMB 162
Previous 10 blocks ↓
Total Size: 779.66 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: 317.30 GB
    • Received: 1.52 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.