Loading Tool

Explorer IconExplorer

Memory Pool

84,215 transactions
30.92 vMB
0.09254715 BTC
Random Selection Loading Transactions
Max Size: 189.58/200 MB

Candidate Block

Mining Attempt 24a167433ab43b66a164d84aa3a43de491c1cdbed224f112f6a2f082ceba60af
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root 66c860ed06ff3ecb27207c0d22c3e9d6698de04951951d3dd31cade6e67d8bde
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,570
Size: 1.00 vMB
Total Fees: 0.02237855 BTC
Feerates: 402.60 > 2.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (276,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,149 639,149 00000000000000000008aa8f6f09e105579d3039af1f9f807807cdef996d8f7a 2,668 1.00/1.00 vMB 33
639,148 639,148 0000000000000000000ad79bd633222d49f6b13c86bb770720b3c9b3bd29875b 1,205 1.00/1.00 vMB 33
639,147 639,147 00000000000000000005d16f5bd62b3c13b8b742859027ee16354a4b98ad81cd 2,660 1.00/1.00 vMB 39
639,146 639,146 000000000000000000045f00b73bc42760ad283950bd2834a96f0987e8e3966f 2,908 1.00/1.00 vMB 42
639,145 639,145 0000000000000000000b41299252b74427049c4bf62c10e83cf7e81f3339900a 2,423 1.00/1.00 vMB 38
639,144 639,144 00000000000000000002c8f4b970d0c51d0005d736b68be6aeda336a6a54f2e0 2,998 1.00/1.00 vMB 47
639,143 639,143 00000000000000000009431b79ddff0a09df91ed426fed8dff45d943bfbebff4 2,981 1.00/1.00 vMB 59
639,142 639,142 000000000000000000036145aa2c1b0dc534fec8a2cb5b74ef6334ae4ba6d6a9 2,725 1.00/1.00 vMB 36
639,141 639,141 000000000000000000084f6bcdea9f419f624b9898491e4518145517ab047918 1,983 1.00/1.00 vMB 28
639,140 639,140 00000000000000000001751d194592ca91bb203a240d07794489f36ffa5a2b7e 2,659 1.00/1.00 vMB 24
639,139 639,139 0000000000000000000ce7cb9ff1419167a90a549f3b5bd7374b871e490fab8f 2,666 1.00/1.00 vMB 32
639,138 639,138 0000000000000000000ae4437d8632f37a7582e384d7558519e8c3ada47339ff 2,326 1.00/1.00 vMB 31
639,137 639,137 0000000000000000000c2da847615d36fd7f862fc0f0f93b5092064293bca335 2,878 1.00/1.00 vMB 40
639,136 639,136 0000000000000000000a64ce0a50e6366ca3837b1033e55a802968ca39c4367b 2,524 1.00/1.00 vMB 41
639,135 639,135 0000000000000000000ca08a03a5b711b0c9a6cde94173eea0041b1c8fefa149 2,441 1.00/1.00 vMB 43
639,134 639,134 0000000000000000000861ea84801593c0cc80dd59d6e2efec0463505062c80c 2,520 1.00/1.00 vMB 41
639,133 639,133 00000000000000000006bfef02318e9547f94a6c85f00a3e7c6d73d88c376138 2,825 1.00/1.00 vMB 36
639,132 639,132 0000000000000000000f1a2b29cb7c86b9737e78d0afc4c1c6cf85b2dbf209e7 2,942 1.00/1.00 vMB 52
639,131 639,131 00000000000000000000bf4c17d1796eba1b8d53e4aad9a5791aa5ce58b03c5a 1,995 1.00/1.00 vMB 27
639,130 639,130 0000000000000000000688933a7fc636ac9616e4876bfff927a237f67e7b4ec4 2,644 1.00/1.00 vMB 32
639,129 639,129 000000000000000000058b9e50633c9855b31a8f38554c59dea3e6fd8db94dca 2,807 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.96 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: 715.29 GB
    • Received: 17.70 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.