Loading Tool

Explorer IconExplorer

Memory Pool

79,005 transactions
29.59 vMB
0.07356487 BTC
Random Selection Loading Transactions
Max Size: 177.60/200 MB

Candidate Block

Mining Attempt 3911aa127130cceb4850d3294571d1580cea9368335237ad509ec5f4180ed18c
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root da1f9ee3bdb96ff31f781dffe3d0e510d8f7e16d59de612c01c6bcca70b06d35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,272
Size: 1.00 vMB
Total Fees: 0.01306403 BTC
Feerates: 150.98 > 1.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (343,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,168 571,168 00000000000000000010c1a4a515876a660e8565d3228fe8fc06ab3180ac93e8 1,596 1.00/1.00 vMB 29
571,167 571,167 0000000000000000002247ec847d7d6ba64f4689facde99fe03c71cf69d77283 2,306 1.00/1.00 vMB 35
571,166 571,166 0000000000000000001b64a493851451f0b5914e70151b8e09edd2ce6a5ec88e 2,808 1.00/1.00 vMB 22
571,165 571,165 000000000000000000281510636a7140c6fad98e7b128406b67c6af9025d8856 2,274 1.00/1.00 vMB 76
571,164 571,164 0000000000000000001d1d02e2ad8fce03137e28b925e52b520b5291e9f8da3f 2,229 1.00/1.00 vMB 22
571,163 571,163 0000000000000000002a4986009d2b3a3ab908f385f2ba6f432515b7ae8bf9f9 3,240 1.00/1.00 vMB 7
571,162 571,162 00000000000000000029d577aa33622a93404653357a9b7ff7c59b8dbbe016d4 2,226 1.00/1.00 vMB 68
571,161 571,161 00000000000000000002cbea3ab1acf355014f14b6241b1c182190553e0cb96c 2,294 1.00/1.00 vMB 55
571,160 571,160 00000000000000000007c1bcb72de6fb127da3a7514f99c622be167ee530fa36 1,936 1.00/1.00 vMB 32
571,159 571,159 00000000000000000018648ad7b45b6fcdba68a73a390d779b83f3fc965e2d83 1,510 1.00/1.00 vMB 10
571,158 571,158 0000000000000000001b913e4bf0fa4303563b094a8319c95fadc4a9e0a87336 2,620 1.00/1.00 vMB 32
571,157 571,157 0000000000000000002c03f51fedd1829fd8e2560ea9a90f19996184bdb0babc 2,898 1.00/1.00 vMB 17
571,156 571,156 000000000000000000241938e11fa8a93ea7a8ba6e851a379e81230173c27832 2,520 1.00/1.00 vMB 41
571,155 571,155 0000000000000000000c81c673d3647e8d4bfb5a868712d8369972ed22093640 2,331 1.00/1.00 vMB 76
571,154 571,154 0000000000000000001c731b78e4377c4a7b4269728af2ff2f2b043ae0da77cb 2,224 1.00/1.00 vMB 52
571,153 571,153 0000000000000000002985f034e5e97da1ef14735f0af6f1df71ab99c7aac349 2,420 1.00/1.00 vMB 32
571,152 571,152 00000000000000000008b14f9f0bf074ec166110b099bc5b465e929ce0db0947 2,910 1.00/1.00 vMB 13
571,151 571,151 0000000000000000002bc2157de87edcc794ebbcea2a0474df7eb9e564661469 3,095 1.00/1.00 vMB 7
571,150 571,150 00000000000000000026b620cfebe23d0646e50addeacb5d85b06f56e310c8fc 2,062 1.00/1.00 vMB 54
571,149 571,149 00000000000000000010c34c0b7a4635d541d00b496de995bf45646523a314c7 2,142 1.00/1.00 vMB 68
571,148 571,148 000000000000000000029de5d13408792d956685cd146be9358dacc66727a1d4 2,913 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.