Loading Tool

Explorer IconExplorer

Memory Pool

21,968 transactions
5.15 vMB
0.03032108 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.18/200 MB

Candidate Block

Mining Attempt 39de335541a9697fe7f047c21593ec057e2c0c822f2d431ca572aca8ff225745
Version 20000000
Previous Block 00000000000000000000e95dc9b7debc8998f45c4859683896288d3059df60a6
Merkle Root 789a3f459ea0f5fae89e5f27d97ea7a491a0ee55b4623d9ef2cd004a5a8db321
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,843
Size: 0.73 vMB
Total Fees: 0.01875688 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,986 (647,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
265,670 265,670 000000000000000f101af970586963aadf934dfd043fd8f19cc23ce7478618d4 0.06 MB 97 20
265,669 265,669 0000000000000004bed61203007b92c4d07e8066ef3feaa4ac67a38cd29cf04b 0.16 MB 257 123
265,668 265,668 000000000000000433d7645b726bb6f734643e9a7883c40459d903bd9fe76779 0.15 MB 168 39
265,667 265,667 0000000000000002187246b45974f1feacbb3cdc57335b3b8f311181b5606aee 0.15 MB 154 27
265,666 265,666 000000000000000f733d4d33d9d0b31acec6e4131795d41bc5bf5d8d70e99de2 0.11 MB 187 59
265,665 265,665 000000000000000ff93013d7dc55fc14921bed7f6f2adad60a0ff7f2e4daf2d8 0.06 MB 128 71
265,664 265,664 0000000000000007cbc692c2c94ee37f52f9db95a4031a5f2766f58d34b187a4 0.03 MB 67 11
265,663 265,663 0000000000000001cb12a05756583781d11da1ce45bb0b146d84bb13d8e936f9 0.18 MB 310 90
265,662 265,662 000000000000000e813118931f18ab5f5e3a0185fcadc21412fd4c11857a904c 0.04 MB 62 30
265,661 265,661 00000000000000023657a97a03cf3b4a3bf94b7fde79298f472058d9fa4f7026 0.19 MB 293 69
265,660 265,660 0000000000000004def8fd7adbdcf93275b680085cfb2f2815eba83ee61b1f79 0.15 MB 145 38
265,659 265,659 000000000000000272fa0759c258d829609f00f0faef0d9ddd85dde3cbbada79 0.16 MB 225 54
265,658 265,658 0000000000000009c648ac052436653e4d558cd68e2058864ea4710fbd66506b 0.14 MB 328 76
265,657 265,657 00000000000000077991d77cd38b5d71301899cd0d5148617813d85735c08832 0.22 MB 448 89
265,656 265,656 0000000000000006334ac73c7c3675c97d35ccab93ef194be278ed37f47ac856 0.08 MB 188 41
265,655 265,655 000000000000000b2e2451786fe40f569713d3d168b6c89991f619271938c359 0.19 MB 135 33
265,654 265,654 0000000000000008eb24e8bb627b6c7bdaa329666ff3a359bb264ec758a97e36 0.25 MB 610 106
265,653 265,653 00000000000000068d591f136d6de88a7eac2def1fc968c4750d73c7aafd3cb2 0.13 MB 183 44
265,652 265,652 0000000000000003adaa25c1c161aa8ded40766da3bf54de5683c229567c17ed 0.25 MB 533 94
265,651 265,651 000000000000000b97075b9dd392dbf4e5aedf5e774a4dcc6844eced60f1ef87 0.23 MB 438 90
265,650 265,650 00000000000000052a85373da7033846f4f9be47e4642dae93565bb763d4dfd3 0.37 MB 272 47
Previous 10 blocks ↓
Total Size: 778.82 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: 363.28 GB
    • Received: 3.28 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.