Loading Tool

Explorer IconExplorer

Memory Pool

24,342 transactions
5.69 vMB
0.02857686 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.19/200 MB

Candidate Block

Mining Attempt e547f84537f90cf82e1cac876c66a5d4d5fb213d960d1e01b32c5b9aff32e9d8
Version 20000000
Previous Block 000000000000000000016cbb047fea21369dcc5471d305238a88ca18763fcb9a
Merkle Root c96b7970032a5dfb61eab6e49e9e0a9e19b3996548384b756dc1115cfc747938
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,804
Size: 0.65 vMB
Total Fees: 0.01540948 BTC
Avg Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,112 (697,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,165 215,165 000000000000016ac94a201f898af88b13bb376e2048ab531784c4579fcbd134 0.01 MB 29 96
215,164 215,164 0000000000000537774f15f8275889fa5cf9a0d6ee63baf9d8d0e0ffef495ec8 0.05 MB 128 166
215,163 215,163 00000000000002ae69364ae6251fc4bc0e01dd673d849ce600f48a2b226343ac 0.04 MB 85 136
215,162 215,162 00000000000003c98b8c46875f10756780aa5e476b426cb37b95bea80dcbff9b 0.05 MB 121 143
215,161 215,161 00000000000003b3271449a4a116f27381ea79fde7364bb29a3f292f346b4dbb 0.07 MB 166 160
215,160 215,160 000000000000015035fe2ffb2fa177b7c7685fbb4d557d56ba76a6aeb0c50fcf 0.04 MB 124 43
215,159 215,159 000000000000022c299fef1629447f114fc44b700b312c12098f3a4fef437fd0 0.00 MB 9 50
215,158 215,158 000000000000057887d6e11093afaf27609d2968e37a1af62ff1b021a68f3f3e 0.08 MB 161 167
215,157 215,157 00000000000000b7f2296b7af19aa53a977601df874d2c125ec8863a64c4c95f 0.11 MB 270 187
215,156 215,156 00000000000005220b7cf0a6830bd74f8d1ada1952af3b6205f9c35bfc19e89e 0.10 MB 260 204
215,155 215,155 0000000000000536a2b26c5ca62285d6fb5a0a0527fef09797c1edd68eaa0e92 0.00 MB 6 56
215,154 215,154 00000000000003178185c8eaa30372d52d582fed82e6167e404a18b13422c3d3 0.05 MB 133 128
215,153 215,153 000000000000004c58664769f18045748fd3b00419223d9350c0c0b2d5118436 0.02 MB 55 176
215,152 215,152 00000000000002615a8f5abb54bc5aec705a6b210adcc0f0b34a6af75e518e33 0.10 MB 266 240
215,151 215,151 00000000000004f27a4284824057753ed6984dfe6980288bb099441eb093b5c3 0.04 MB 99 141
215,150 215,150 00000000000002713335436ee31b6d529bc6d758264cd608396672efa3d56b48 0.10 MB 238 158
215,149 215,149 00000000000003d0aa7154b0a712ea501c8ef7ee2e128066fb96fb1dda6bbecc 0.01 MB 13 19
215,148 215,148 000000000000001eac2c2d2fb3edf6d2c4e00acf592465fc2309fdbd0938694a 0.18 MB 388 146
215,147 215,147 00000000000001917f5e983d0e69e3ffe6794110a30c9f88b668ac9140bf80b5 0.03 MB 50 100
215,146 215,146 00000000000002e518fd3a1215e4b676f8705a7b4e2ff4c8af6d0e38d3d12cec 0.21 MB 475 161
215,145 215,145 0000000000000377fc380c25e8824f3b8f56cd281da08debb5ec9d6c17335725 0.04 MB 155 76
Previous 10 blocks ↓
Total Size: 779.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 70
    • Outgoing: 10
  • Data Transfer:
    • Sent: 116.01 GB
    • Received: 0.45 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.