Loading Tool

Explorer IconExplorer

Memory Pool

49,407 transactions
30.67 vMB
0.09958563 BTC
Random Selection Loading Transactions
Max Size: 164.16/200 MB

Candidate Block

Mining Attempt 5da154bbe5b2a035db31f5e58665f51cbf784f833f9605f608a18e28ce4a2596
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 7595fb91db0667eb1641a4d31171541d4b8cd382f6fcdd41259ac19c2337a9ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,297
Size: 1.00 vMB
Total Fees: 0.03505045 BTC
Feerates: 101.56 > 3.51 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (462,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,313 452,313 000000000000000000169a1ef2721188b457ace1c0a490a6de1e5fc63ea09378 1,522 1.00/1.00 vMB 124
452,312 452,312 0000000000000000003cf225bba1404ce74e27050dd37f7faa32fa5b83d27cc5 1,618 1.00/1.00 vMB 126
452,311 452,311 000000000000000001918cc1745369d6ad9b871a72edc69e737add2ab435234e 2,918 1.00/1.00 vMB 178
452,310 452,310 00000000000000000264bc8e7f94cab5f856634f8f7743f37d32bb72e1c0bd13 2,519 1.00/1.00 vMB 93
452,309 452,309 0000000000000000015a31abfb1ca61e5a8863312dce8d3f2ebcced6b61f3d74 2,846 1.00/1.00 vMB 132
452,308 452,308 0000000000000000005867634c363284caf01ce5dd2d6e2a6c2ab26030f33493 2,291 1.00/1.00 vMB 118
452,307 452,307 0000000000000000006c0660e4e983336d6ea1921b0dcc40a7f6932d591d0aa3 2,201 1.00/1.00 vMB 141
452,306 452,306 0000000000000000021e132d37f42048c9bd34c1c77f9a3f4ca660425fee5023 1,899 1.00/1.00 vMB 110
452,305 452,305 00000000000000000020b397f9c60206d75c7c0660b701642637ce29d02e6d22 2,098 1.00/1.00 vMB 114
452,304 452,304 0000000000000000023de4af4c75d245f5bcc4ff463e90354ab7d84b0806fd6f 2,795 1.00/1.00 vMB 109
452,303 452,303 000000000000000001f0c0e6a0816b57d53772720ab718c70406d2cd89dc4830 2,960 1.00/1.00 vMB 73
452,302 452,302 00000000000000000059205480dd0674ad11cd967d563d50be7d3fa032c8ae2a 2,271 1.00/1.00 vMB 82
452,301 452,301 00000000000000000255f3265753f2347320a95b92e0c0c08149d838105f3729 2,452 1.00/1.00 vMB 138
452,300 452,300 000000000000000000844edb3c2449253d5fdc05a7f536dfdfa5871b84323dc4 2,277 1.00/1.00 vMB 176
452,299 452,299 00000000000000000190173276e5f7793a2c1479e60257cb5b5ad4e5175c6c0a 2,480 1.00/1.00 vMB 154
452,298 452,298 000000000000000001e1d613c5d718d741cb8310e2603fb3e6b84d1525e9b98b 1,623 1.00/1.00 vMB 68
452,297 452,297 0000000000000000018357241c626e9dd0565f022d8d5d9b88ea9c845a55ac13 2,160 1.00/1.00 vMB 86
452,296 452,296 000000000000000000159f8091a65ed3b0c828d3859d9662e9c52564c9b4ba01 2,173 1.00/1.00 vMB 127
452,295 452,295 00000000000000000255f22148c5f1feef54c9ee665c66141e9180938ddf42e7 1,090 1.00/1.00 vMB 107
452,294 452,294 000000000000000000b6776621e9c623a450eb63047efb1eb258b6be3fc33035 2,683 1.00/1.00 vMB 182
452,293 452,293 000000000000000001a3098128b707531e46667915115ec9ff304792a0a92357 2,241 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.