Loading Tool

Explorer IconExplorer

Memory Pool

32,327 transactions
25.39 vMB
0.05055504 BTC
Random Selection Loading Transactions
Max Size: 127.37/200 MB

Candidate Block

Mining Attempt 20ba4914766aaa7eda9f0ef09c5f570f826301ea6eee4b7e87c49c5def2eab26
Version 20000000
Previous Block 00000000000000000001faef095747522e6e39b83b4f276b6c552d3f2d0925a1
Merkle Root c6a5247c09dcc816a2368326d3edc58903fdd579fdbbaf37c8460c47b4758df0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 955
Size: 1.00 vMB
Total Fees: 0.00435571 BTC
Feerates: 532.98 > 0.44 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,657 (415,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,280 499,280 000000000000000000241362d3f145a90570b72ed52297e6001322157c9a73a2 3,209 1.00/1.00 vMB 413
499,279 499,279 00000000000000000022afbdeea4e351132ebaac0e2a28f8b9ed04a2045b7873 2,914 1.00/1.00 vMB 333
499,278 499,278 0000000000000000000364fce2bb34ff77d68dd8ec1962001f82c4c106e22871 2,998 1.00/1.00 vMB 367
499,277 499,277 0000000000000000006095f36a209f20c8dd4eeec5df1ca47789e9f94fcfad90 1,888 1.00/1.00 vMB 383
499,276 499,276 00000000000000000080d29fe8137cd6e93abecdccb42940b9b7b0093aaa3a0d 2,563 1.00/1.00 vMB 406
499,275 499,275 000000000000000000926fd2f9d8ef4c4c7a7874ba6cd84cbf82fa89a9880388 2,383 1.00/1.00 vMB 418
499,274 499,274 000000000000000000126601bbec357244945a575e4345e1dd9b01a6d302de11 2,998 1.00/1.00 vMB 455
499,273 499,273 00000000000000000014754db8c247ff10e38a34b00f041a1f79db8430bde863 2,953 1.00/1.00 vMB 383
499,272 499,272 0000000000000000000fe39c7ddbd19632a96769c0e92ad991e075df942d146b 2,352 1.00/1.00 vMB 379
499,271 499,271 0000000000000000006aa9a66159ffbb77b58afe1caa1c303b98cd2daa9e2109 1,985 1.00/1.00 vMB 438
499,270 499,270 000000000000000000818d7400ed6af73c19a0bf23e9d5ba93ce274db42c0e59 2,361 1.00/1.00 vMB 427
499,269 499,269 0000000000000000000cca65797cc5220e8d239ed47b714763c3539a434003f5 1,341 1.00/1.00 vMB 166
499,268 499,268 000000000000000000658ba130053043c870e8c926f85cef902accebcb92a89d 1,521 1.00/1.00 vMB 187
499,267 499,267 00000000000000000071a1b5fdb5e960ea8734dc53fb55b2c8d6252b05312798 2,880 1.00/1.00 vMB 313
499,266 499,266 0000000000000000006070aba140fdf303ee92fee2bd6062733a1054bee347a5 1,345 1.00/1.00 vMB 201
499,265 499,265 0000000000000000000164059ee8b7c8c187178598fd664721bf69a751c7aca9 3,025 1.00/1.00 vMB 293
499,264 499,264 0000000000000000000218b1b4d27f3c142b38167e083309b0837114a052a372 2,345 1.00/1.00 vMB 338
499,263 499,263 0000000000000000001c921b3e169414ce32f8eb9454da8586401eff8d8fd69f 2,711 1.00/1.00 vMB 323
499,262 499,262 0000000000000000005fcb5ffcf6454a89484c94a5ac3278dfcc2db4a8320b6a 3,165 1.00/1.00 vMB 328
499,261 499,261 0000000000000000007321b4500eb071059f2a85a549eff81f194f62730ea2be 3,061 1.00/1.00 vMB 371
499,260 499,260 00000000000000000089c928f11045472d8d64aaae300c3bc1f6a5fea56a2c0b 3,019 1.00/1.00 vMB 410
Previous 10 blocks ↓
Total Size: 781.79 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: 633.30 GB
    • Received: 12.19 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.