Loading Tool

Explorer IconExplorer

Memory Pool

17,806 transactions
9.31 vMB
0.03156971 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.19/200 MB

Candidate Block

Mining Attempt 8a3fb35d307116b8f68de69682c923c2edfc72b062c705c84532b11e4fe6d3aa
Version 20000000
Previous Block 0000000000000000000197941bad20b897c775350b6fa0570ccf58719d66a8c5
Merkle Root cb434a0e43059bc6b603a8a5fb423888a7da5c308b84a1b61c2777c39e5d49c8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,337
Size: 1.00 vMB
Total Fees: 0.01702670 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,566 (769,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
144,144 144,144 0000000000000070b8ba9cf9038638792ac4ae9aad2bb0ad8b15bcdea833eb6c 98 0.05/1.00 vMB 39
144,143 144,143 0000000000000610fe3bd40055a86b2696cc0bd61110c588b64f95eb324f681f 11 0.00/1.00 vMB 953
144,142 144,142 000000000000074f3290ef0416c88720a16cdaa6ed21f4334fedc53ccd4e7a66 60 0.02/1.00 vMB 219
144,141 144,141 000000000000067ad81fad1806c41ddf1b4647eb603774ab51b12a7f32d3cddf 17 0.00/1.00 vMB 44
144,140 144,140 00000000000003e4ea357fdcb21f8b7ffa8f60bc4a88f62d3d262abd29f5f964 1 0.00/1.00 vMB 0
144,139 144,139 00000000000009427c39ab1c43c28740a1319f28098c3dea177e2fbe1feff622 36 0.02/1.00 vMB 59
144,138 144,138 00000000000003e1ca307a831f81c6d81c7df1ef0ba625917331af32062ac207 29 0.02/1.00 vMB 493
144,137 144,137 00000000000006634b63eea3db0234316ef36d951075339c38aa1ff124ee5fd3 69 0.03/1.00 vMB 323
144,136 144,136 00000000000001b3ba9f37a4301f3bc60abfb8ee51ef5f277196b06e55922540 14 0.00/1.00 vMB 105
144,135 144,135 00000000000002f9085a0b19969eabd57617dc71410b523a78de40c3440bb5c5 31 0.02/1.00 vMB 19
144,134 144,134 000000000000057ba2fdafb2423d0ee54a23f35005aa187e64d917adba5aa6e0 46 0.04/1.00 vMB 83
144,133 144,133 00000000000006dc3f20e06a44613f71ff659fc1d7f4c20e031e5260e8b5a8fa 45 0.02/1.00 vMB 43
144,132 144,132 000000000000054e0689146224ef690ccd734c36d9a6bd99eb0b407417f2b672 26 0.02/1.00 vMB 113
144,131 144,131 0000000000000255b8f5143eddf4a0976f021b7112b2bb2c89249a8cb1048f02 41 0.01/1.00 vMB 97
144,130 144,130 00000000000000923c2a6a7ab28f738641f8243ea4ae412645e69ad44c1fffbb 10 0.00/1.00 vMB 17
144,129 144,129 0000000000000809c403e1c7ceedeb7a8b68a847739854400d8fd67b54be2892 129 0.05/1.00 vMB 166
144,128 144,128 000000000000050904b9dde3c5961613f998699ef4764c4f45d8f5c551310c9a 3 0.00/1.00 vMB 94
144,127 144,127 000000000000024cd562aca2856db4f77d98d4598d8b3974a3589cb4f76b68cb 52 0.02/1.00 vMB 77
144,126 144,126 00000000000006cfe3a5a634341663a63ef9fcd46ee9b3fbf313358a211cf85c 9 0.00/1.00 vMB 771
144,125 144,125 00000000000002b12ac40646c92f9d4a43f5c425af3dcd0c5c664e51c65a22cd 30 0.01/1.00 vMB 170
144,124 144,124 00000000000005453e613734b291736dcc29c4077ffbb9ca4ca6d5ff0f952eef 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.84 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: 429.67 GB
    • Received: 2.34 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.