Loading Tool

Explorer IconExplorer

Memory Pool

37,858 transactions
26.20 vMB
0.05962104 BTC
Random Selection Loading Transactions
Max Size: 134.83/200 MB

Candidate Block

Mining Attempt a20a4f1d9eb80da462735658c45b04b840db1bc8836546c64405afb797043a56
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root ac45cbba30c458254173a47b877d26122fd1c65da72b773fe05c625022f6472b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,669
Size: 1.00 vMB
Total Fees: 0.01115794 BTC
Feerates: 160.85 > 1.12 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (636,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
278,329 278,329 000000000000000002c5e8a81451739b180da1ec471eb44d92d6b0a7d6883924 375 0.17/1.00 vMB 47
278,328 278,328 00000000000000011bff42a3e95fc6e7a363d87d83c5e3b25d0f0ba303ca0824 65 0.03/1.00 vMB 60
278,327 278,327 00000000000000013b39b74b73499f14ada1741a1777d17be421fc2d858ed8af 320 0.18/1.00 vMB 38
278,326 278,326 0000000000000001825aeae3c9d96c39b3cfe3e6fb79b9abc9ec38c5767a60f8 410 0.20/1.00 vMB 53
278,325 278,325 0000000000000001caf103d7a01eb3e7ea3144ebb3419f848dedfcef3c38e2c8 172 0.07/1.00 vMB 80
278,324 278,324 0000000000000000923f125b8c23915278fe06d7ac22b25e67e86c9082591c50 1,146 0.86/1.00 vMB 27
278,323 278,323 0000000000000001e3c58a8de0a2d9a3a93cc0a03a96d950462f10be2c6ae727 59 0.03/1.00 vMB 64
278,322 278,322 0000000000000002f97cc960e791755c09d94e3d5256334b74fd81799bba8082 635 0.25/1.00 vMB 49
278,321 278,321 00000000000000025ec42e46dd23ae02807e3c8496fee6680489f1a0ceb45faf 529 0.25/1.00 vMB 73
278,320 278,320 0000000000000000234c7067915c9519f9d7e9e700391b5abb3a03d3e01ad565 269 0.25/1.00 vMB 23
278,319 278,319 0000000000000001ac153d5b1e6c93e3d132428c5fcd39805a268cacce24baad 1,443 0.90/1.00 vMB 26
278,318 278,318 0000000000000001233c7a200fcd89f5e7cab4b5b4b0c96e447ce25e0bd3ddb9 775 0.25/1.00 vMB 84
278,317 278,317 0000000000000000b434da599d8ceff3dca9b5ed20b9cbf71b8248b32a4754da 667 0.25/1.00 vMB 45
278,316 278,316 00000000000000001a99e7911c205261f1c91c0fec105734b3fb52d11670cd9e 788 0.25/1.00 vMB 88
278,315 278,315 000000000000000073ee3cb43d796224c861511c1a93fd5adaf7831f9ab3d097 559 0.25/1.00 vMB 89
278,314 278,314 000000000000000235cca1e45b01c73f1a92ae368dea910cf9ee96dcfc42c955 624 0.25/1.00 vMB 50
278,313 278,313 000000000000000142089a2644f3b01315b885b3472b410bab7b9fe7cbc20ecd 651 0.25/1.00 vMB 54
278,312 278,312 0000000000000002f473ae92c6c07a87dc28b2db929203a44b61d4f50d1caa5a 791 0.25/1.00 vMB 96
278,311 278,311 000000000000000119291c36db5e63d8d3537c0b0aead39114013e9f0cf47b2f 157 0.23/1.00 vMB 17
278,310 278,310 000000000000000213b8294216851f45b2aa0c0599724c30b6c45a6c999757fc 418 0.20/1.00 vMB 45
278,309 278,309 0000000000000000f8c1c761e25eebba2984898c8e13506fe90b866f4821cf11 625 0.25/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 781.81 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: 635.28 GB
    • Received: 12.30 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.