Loading Tool

Explorer IconExplorer

Memory Pool

80,396 transactions
30.09 vMB
0.13897410 BTC
Random Selection Loading Transactions
Max Size: 181.72/200 MB

Candidate Block

Mining Attempt f9bf335887e23b14995f2b39cc5f0f25e274fbd88ed57f1811933859654e0657
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 498d2aebd7765f3ee69f28c19f3e7eff5d0ff83c9e702b420d43d27caf548e7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,842
Size: 1.00 vMB
Total Fees: 0.06815715 BTC
Feerates: 101.64 > 6.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (750,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,282 164,282 00000000000001fbea1c5f15e006ddf22323b8f757778aacd127adfa69714e05 42 0.02/1.00 vMB 323
164,281 164,281 000000000000022f755429e6c4168c46a256c84ca0240e54a67e6cd921f07bb6 1 0.00/1.00 vMB 0
164,280 164,280 0000000000000bf33258d39afe3918c03246b44277d693a43afe4f3ce95c2566 37 0.02/1.00 vMB 45
164,279 164,279 000000000000027c0dabcac5dce3f74a0d3c4bc0b1ab0597ade310e751bd32b3 100 0.04/1.00 vMB 132
164,278 164,278 00000000000001243599bd8fe548d9a5e3cdc10ed79338e102bc9393c37df465 99 0.06/1.00 vMB 875
164,277 164,277 00000000000000438e154ec517f3f400b1c489361fa52e99fcf3b73fbdfc9bc3 13 0.00/1.00 vMB 75
164,276 164,276 000000000000032a0d8d13082b1d49afa12ebda143ae6bec9a28617e674c35e6 8 0.00/1.00 vMB 63
164,275 164,275 0000000000000bf69d89ad9a806f569494364f76ad27001dc91dd4abf9eee4a0 82 0.02/1.00 vMB 6
164,274 164,274 000000000000070bd7ea37202d3fe5b24766e7289217971f7a391e0043bed6d9 39 0.03/1.00 vMB 42
164,273 164,273 00000000000001386bdb433d5b8d75d5b9a5fba9d4e7594f3a51f977664bbd89 98 0.05/1.00 vMB 3,703
164,272 164,272 000000000000038d947a274ac8d6fc13a7e2c756589dd631bc4f3f586a7e5cb5 18 0.01/1.00 vMB 0
164,271 164,271 0000000000000ca58e88dae7d41c2e0f3c5a3095324c879c1df9a0e9a777263c 1 0.00/1.00 vMB 0
164,270 164,270 00000000000007675f66f6ed1f14eef72c338b2cf581669c040da4f3ad290239 46 0.04/1.00 vMB 93
164,269 164,269 00000000000007cab495e68d14bf209e9a089d4bd8239750b0e150ac09493c65 49 0.02/1.00 vMB 167
164,268 164,268 0000000000000638e9534032c469b37012e3613a912e562b5214f44231f50487 140 0.04/1.00 vMB 7
164,267 164,267 00000000000005f6e3967e1304e049849787a3e0ff72c57b727b07ec54446c47 125 0.06/1.00 vMB 231
164,266 164,266 00000000000001df38f9ecdf5483f9e29dc00ef939fa31b4592e8423f5239fcb 7 0.00/1.00 vMB 23
164,265 164,265 00000000000006b5f0fe928d1e7bb5737637df94cad62233299a5cee79897f8e 12 0.00/1.00 vMB 327
164,264 164,264 00000000000000c819a133d1bd877370795299751e59aeac7abf6a2891461930 7 0.01/1.00 vMB 6
164,263 164,263 000000000000000af0e6cdc002a0c4666352d95ed0dc9ba2b6cd19e287fc1666 4 0.00/1.00 vMB 65
164,262 164,262 00000000000006b61321c9ade29394b35c291d6b25e9409527e3ee042e6a4414 113 0.04/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.64 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: 672.38 GB
    • Received: 16.21 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.