Loading Tool

Explorer IconExplorer

Memory Pool

40,511 transactions
31.35 vMB
0.07516902 BTC
Random Selection Loading Transactions
Max Size: 157.27/200 MB

Candidate Block

Mining Attempt ee74f52f3768063e8b5152dbe9278a249d7f6fccc3c43d16db99a06cf5644b5f
Version 20000000
Previous Block 00000000000000000000c5bbf78fad58a0defd07aa48c76ca5263908f5d3b02f
Merkle Root 40215ddcd9636dc4970917e35b45f33c2c78d7396c3bcaed091fd40574e5a6bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,093
Size: 1.00 vMB
Total Fees: 0.01081860 BTC
Feerates: 98.93 > 1.08 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,569 (826,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,354 88,354 0000000000001d9f332183e75bf7443320513ab136119b0677305c9189d031ab 1 0.00/1.00 vMB 0
88,353 88,353 00000000000702d2de93ff3ac8c204cb6dc959a2ea25a41f078f81dcc5035087 2 0.00/1.00 vMB 0
88,352 88,352 00000000001294b21ebba29dfaedda562ee8c8ac86ca9324ebfa01328e0f3e4d 1 0.00/1.00 vMB 0
88,351 88,351 000000000010f8c17d4943ac57a266b44b2437b8059e1fc7a90134150317c608 3 0.00/1.00 vMB 0
88,350 88,350 0000000000032b65eb48c6dfdd196492c3382379fd43dd9869e3a3fd72a785a0 5 0.00/1.00 vMB 0
88,349 88,349 0000000000184a928638ea9d89976e55ad2fa1f0a1b95c7ca4d8bf3681ad0113 2 0.00/1.00 vMB 0
88,348 88,348 000000000017efdad8104087cb594003d3b4e0a2ddad7009a80db801903fb36b 1 0.00/1.00 vMB 0
88,347 88,347 00000000001472ea9dd5021efbfe832d2182384ed719c1ce9c7dd69ec9829da2 2 0.00/1.00 vMB 0
88,346 88,346 00000000000d005111863dda41f36d4d4534bf3599124d3df50f70fc861a8d69 1 0.00/1.00 vMB 0
88,345 88,345 000000000008bc425ffd8413d6db1dd1ddc80e5de69f36e5362a010fd4027e74 4 0.00/1.00 vMB 0
88,344 88,344 0000000000123efbf25b05faaf66a34da57e2b1398a80a3804cf0b27eec6cb31 3 0.00/1.00 vMB 0
88,343 88,343 000000000012016e4e9652244e5d80c5e1ccc824f0268a5d70f326d89e869535 1 0.00/1.00 vMB 0
88,342 88,342 0000000000090cba12d02e07cc7c3c48e2d1be8bf09601917dc8ce9dd7b9c6c3 2 0.00/1.00 vMB 0
88,341 88,341 000000000019c9cb314db8af55deb7e95132f7be535dbb5932147e2ac964a67c 1 0.00/1.00 vMB 0
88,340 88,340 00000000000d415c510e5f456522e282b5016f6d8fcbde0328666fe8be9463b3 1 0.00/1.00 vMB 0
88,339 88,339 00000000001cd15367b0af7dc6ccebe9f6ce8f7b92833273d407139ce80d0332 2 0.00/1.00 vMB 0
88,338 88,338 0000000000195263c6775cda976420dad7d35de4121abd0501cfc7cb9a8e667b 1 0.00/1.00 vMB 0
88,337 88,337 00000000000df6a2769556eed2ba2797820c508df355549277bd957efa710cb6 2 0.00/1.00 vMB 0
88,336 88,336 0000000000096fcbb948cc4c6c59968210da76d2b64dcabbeed5d37a57624394 2 0.00/1.00 vMB 0
88,335 88,335 000000000003f2257b8d4403d78e6f46af5df166e3eca5ac156edc6ba58499a9 1 0.00/1.00 vMB 0
88,334 88,334 0000000000166475f9139b9ff3fb0932dd4137e8e9c78d43003249d12b3f0965 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

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