Loading Tool

Explorer IconExplorer

Memory Pool

85,951 transactions
31.40 vMB
0.09231859 BTC
Random Selection Loading Transactions
Max Size: 190.84/200 MB

Candidate Block

Mining Attempt 823954443b23ee2222be38d2b6b240517c92a5e442dc1e3b21e91c6f0ea9dd07
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root b2fb8e5fa9f8e9ebd5f9f3a98a29a6cbf56dd356aeb195acb44d4b9247ea14bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,079
Size: 1.00 vMB
Total Fees: 0.01810927 BTC
Feerates: 60.05 > 1.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (126,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,153 788,153 000000000000000000037ffa87a221ae464e3b4837c8c20174b8d851728c526c 4,450 1.00/1.00 vMB 39
788,152 788,152 00000000000000000000a47fe6a8613df781e3f24675848cb538dbfca236d4a0 2,763 1.00/1.00 vMB 21
788,151 788,151 000000000000000000035afb62292c48c96d1552cd09201aeb8f52428facd1ce 2,877 1.00/1.00 vMB 89
788,150 788,150 00000000000000000000ecfeae69485985138e004115b8d7d111ad5e5f7311b6 3,148 1.00/1.00 vMB 141
788,149 788,149 00000000000000000003f87d4420db898fc3f59525bca83f493f095ca8732977 3,495 1.00/1.00 vMB 73
788,148 788,148 000000000000000000043f32c2472a63a7c6bbec4aa10e5d107538b5524578c9 4,217 1.00/1.00 vMB 48
788,147 788,147 00000000000000000004c3f08949c67a0ab6e76e4320f41c62d057385fb673af 3,158 1.00/1.00 vMB 63
788,146 788,146 00000000000000000003b6963bb1d1f3deb1b6e23abba57306fd58d3a9abe4ba 2,462 1.00/1.00 vMB 118
788,145 788,145 00000000000000000003a379e5cc747bb2c8c82e0eb5aa54aecf955bced9a21e 3,769 1.00/1.00 vMB 92
788,144 788,144 00000000000000000000f29d11afec03f5bb4b865d3f34a04a446b64c3b75186 3,536 1.00/1.00 vMB 131
788,143 788,143 00000000000000000004805d0b2d82e44ea753a5a4c8eeefc57f1342398adf73 4,250 1.00/1.00 vMB 41
788,142 788,142 00000000000000000005940ea0127256c5248e3cf44a674ed0d4df03d76accba 2,650 1.00/1.00 vMB 39
788,141 788,141 0000000000000000000388f6b5c0f51c24445537af39d7b21daa6afb0dd247b8 4,349 1.00/1.00 vMB 50
788,140 788,140 000000000000000000050f8a75e322f4086c20856cb2bf80d5efbcb377e74d63 4,202 1.00/1.00 vMB 25
788,139 788,139 000000000000000000007eddea9d59b65e06f67b68b03af18815140120a4f2ed 3,323 1.00/1.00 vMB 68
788,138 788,138 000000000000000000010ed2e719320bb8bdea58868cf0bee4897b33b7c20c14 3,802 1.00/1.00 vMB 40
788,137 788,137 00000000000000000000715aee7a3f476d930b129e62509f39d7e2095095a408 3,391 1.00/1.00 vMB 52
788,136 788,136 000000000000000000039da7f933ce12dadf9c967ec13b6f704e139e7912f133 3,615 1.00/1.00 vMB 40
788,135 788,135 0000000000000000000280c7869f79ba0693737dd9e82df6ac4409685e1d49cd 3,763 1.00/1.00 vMB 46
788,134 788,134 00000000000000000002c6ba6a7045c19c0643d7ad55a28c11346befa6ee7849 3,618 1.00/1.00 vMB 94
788,133 788,133 000000000000000000024ecb67e60c8d651907f53a6ba9e6bbe51507c3114eec 3,060 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.52 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: 668.92 GB
    • Received: 15.64 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.