Loading Tool

Explorer IconExplorer

Memory Pool

41,934 transactions
28.98 vMB
0.07089093 BTC
Random Selection Loading Transactions
Max Size: 148.57/200 MB

Candidate Block

Mining Attempt 00d94d9a2fef1adb9a2ec4d2b685584398b0631f038b7c6c9902e6ada7ec2a9b
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root fe375e325411c4f37778a5854fbad9c22d0a071cb7f5e9db860ebfbdc8ac8e8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,711
Size: 1.00 vMB
Total Fees: 0.01442598 BTC
Feerates: 100.36 > 1.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (737,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,670 176,670 0000000000000209f4b9501782d5255527f3cbb92dfd0bda42764107e11cbe91 1 0.00/1.00 vMB 0
176,669 176,669 00000000000005a0705bc54658226b03e4c1d4b10fa70e6163716cbb101932d8 8 0.00/1.00 vMB 18
176,668 176,668 000000000000087786f4236cdd16148004b3baefa1da0a9329e213ccfab428b7 13 0.01/1.00 vMB 29
176,667 176,667 000000000000077219facc01600ef56ca43ba30935e8d7617f0e12fe97f49b63 47 0.02/1.00 vMB 92
176,666 176,666 000000000000067fcc62a4f5f97846480d491192e23dd4f1dec3b96e54e2a5eb 128 0.04/1.00 vMB 222
176,665 176,665 000000000000087d684d52f8835c68312f1817c3c6d6b2c12b25e8582e90461f 19 0.01/1.00 vMB 21
176,664 176,664 000000000000022d651a13985f77a599e3d9ef2c5b6d4615bb3ec8fff77c7f74 46 0.02/1.00 vMB 267
176,663 176,663 00000000000000d0ab5438fa5003911752d3fc375210cfe3fb01f5c9e7c8b4c6 9 0.00/1.00 vMB 17
176,662 176,662 00000000000005652c8cb8d1d7873b6071a4f369f57c3d2383db70a45166b581 49 0.02/1.00 vMB 80
176,661 176,661 0000000000000338804f73460f081ce836e11baad521b71a186c6bcc468191d6 12 0.01/1.00 vMB 65
176,660 176,660 0000000000000141ff78d6ec1a867dc08a9e22659d2f560020db4ac1154b7f9f 6 0.00/1.00 vMB 45
176,659 176,659 0000000000000322cf0f76f4326860099369e449c2f9e7227cfcf17f5398d967 48 0.01/1.00 vMB 135
176,658 176,658 000000000000025c1bd709287b90606a3eac4a3dae21ae4394761d02be2fb35d 76 0.02/1.00 vMB 32
176,657 176,657 0000000000000133ea6acde5468bc0cac28a85bcb0b8067711745913d7042bdf 91 0.03/1.00 vMB 100
176,656 176,656 0000000000000141ead9ffacfa7c72727709c676e864e957aa84a1d804deadf8 17 0.01/1.00 vMB 122
176,655 176,655 00000000000001c68fe70932246d81dccc6d58c15a6a7e0f5dd9b642fd4ab77f 26 0.01/1.00 vMB 56
176,654 176,654 000000000000066535ed926bb30a886880fd3ff22910970e0c9f80127cf8d3d6 27 0.01/1.00 vMB 632
176,653 176,653 00000000000001fac1b670e4a261ccbcb464d72958963f7b05734f873ef3a555 18 0.01/1.00 vMB 20
176,652 176,652 00000000000007cf8225092e6366dccbee8ed761aad2efbf28b973dde28bfdac 22 0.01/1.00 vMB 149
176,651 176,651 000000000000059dc3f6405d5b95d2035c140bc300bc7b9d3fce12c3ba5822f7 30 0.02/1.00 vMB 312
176,650 176,650 000000000000000f660a20ecf560e9793b2ea5a01ec2d7a7114bd8b03597d431 30 0.01/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.