Loading Tool

Explorer IconExplorer

Memory Pool

41,735 transactions
27.58 vMB
0.06989206 BTC
Random Selection Loading Transactions
Max Size: 142.66/200 MB

Candidate Block

Mining Attempt 52bef4178ff1577872b51c95017f3eb1f3e1e1a95f41895146fd5a0c78c02c06
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 6832d34ad0f332c813e8076b5c617e1996c9d9d0cf3f319877156739e594af05
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,618
Size: 1.00 vMB
Total Fees: 0.01554498 BTC
Feerates: 100.53 > 1.56 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (266,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,885 647,885 000000000000000000055bf855d873d6cff0ed153be3e6f144a6d6edc9ec3110 2,496 1.00/1.00 vMB 52
647,884 647,884 00000000000000000003721260ffa5aa1f4a397adea70fb9ee7daa63be6b5e0d 2,302 1.00/1.00 vMB 101
647,883 647,883 0000000000000000000cfe4d5b3a8087db2cf60bd6ec5a02116aa2e37346cc20 440 0.14/1.00 vMB 39
647,882 647,882 00000000000000000003254191fb95b6cdbf37994f89205edfb8eb0fc13d19c1 303 0.23/1.00 vMB 48
647,881 647,881 00000000000000000004ef3d0f32059eed4194b0ca09533c13de1d0e1577d0a1 524 0.21/1.00 vMB 39
647,880 647,880 00000000000000000007b057e47840a6c8fd54b77f8a307d2ce028df0abcb1a1 959 0.38/1.00 vMB 38
647,879 647,879 000000000000000000037fb5e60a24472d4f4c4e60836778430f226d2fdcacfb 2,462 0.87/1.00 vMB 37
647,878 647,878 00000000000000000005e7d73d20054e982890f381bef0cf4c6796490f09bf06 168 0.05/1.00 vMB 38
647,877 647,877 0000000000000000000981749d2b7061c04f1081e71fe0332f8f8d18c22dc1c6 761 0.29/1.00 vMB 38
647,876 647,876 0000000000000000000ce316ad457ba6f606aea51068e5e2abe6a5f753447103 145 0.10/1.00 vMB 25
647,875 647,875 0000000000000000000d958a30ced26ed1ff512e98fae879a44e5cf6db3364f3 1,370 0.55/1.00 vMB 23
647,874 647,874 0000000000000000000eddfba7b0af01f56c2981eac4f336866f0dd0cf4ea1ea 2,186 1.00/1.00 vMB 32
647,873 647,873 000000000000000000048e60b543ac0805280d7e5f819835352628f786862601 2,336 1.00/1.00 vMB 48
647,872 647,872 0000000000000000000f947704d0b84c12b652d61a9b8ea6755485e5eeca49df 2,571 1.00/1.00 vMB 54
647,871 647,871 00000000000000000009fa3a2508a07a3b60254f027d9497cd15c80d055d828b 1,188 0.52/1.00 vMB 35
647,870 647,870 0000000000000000000551e5fe53b5780f6671554e066f19bf4b19c0601713f4 2,895 1.00/1.00 vMB 34
647,869 647,869 0000000000000000000693f17bca625f7f58fdbfe8caec98bbc93593eb0efc92 2,435 1.00/1.00 vMB 41
647,868 647,868 0000000000000000000d39daaadf688cc828a5cbe3b01ea290f0f27230df893a 2,144 1.00/1.00 vMB 3
647,867 647,867 0000000000000000000758e227c8306d3067ba6abc9eeb9ebd6b3ee508bf101a 1,641 1.00/1.00 vMB 60
647,866 647,866 0000000000000000000069118ec71ca021388325683e9dc4caee88b5f545055e 2,013 1.00/1.00 vMB 35
647,865 647,865 00000000000000000006bbe3080ee6213a7a6162f817da564ab83dbc57069a20 2,929 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.23 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.