Loading Tool

Explorer IconExplorer

Memory Pool

82,342 transactions
31.00 vMB
0.10504284 BTC
Random Selection Loading Transactions
Max Size: 188.50/200 MB

Candidate Block

Mining Attempt 041ffb0d3b33832d2945adf412f4f7cad33ace91d96f3e1e0e8e0161690bad3d
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 25c0f8167bbe8018d7cc8e916760c50478f8c0057a117d67e4f23297bf54b219
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,150
Size: 1.00 vMB
Total Fees: 0.03180602 BTC
Feerates: 200.89 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (878,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,218 37,218 000000008e53db4aa040797b1c90512d08f0a1d67598c015dfd1f580cf47359d 1 0.00/1.00 vMB 0
37,217 37,217 000000003ac2105b1b8b94c7e0ec7ba5901c68e3264a4455e6ca7d6a18d9fbfe 1 0.00/1.00 vMB 0
37,216 37,216 00000000a7a799cde2ab6052a5f80dfa511fa72e8c3ed5240c1ed480e57c35b1 2 0.00/1.00 vMB 0
37,215 37,215 000000002114a0d4f05dad886025be38768668540716a8f6aadf2599c42f85bf 1 0.00/1.00 vMB 0
37,214 37,214 00000000b96085dbfd9941851b6067cc816053caa72da5625fabde5420a9621b 1 0.00/1.00 vMB 0
37,213 37,213 000000007803351b6f6c04b0f8f1fcfa50d5e986ea4f03020c31f38f4c54cbae 1 0.00/1.00 vMB 0
37,212 37,212 00000000ba3114cfc090a1cad7543978b616c7fbf714bd773190db006e356ae1 1 0.00/1.00 vMB 0
37,211 37,211 000000003d3c177f9290f68cb7eff4cf8369ce43b1138ab15ac80eb939ced02c 1 0.00/1.00 vMB 0
37,210 37,210 000000005e4a4c5c907fc9b2c294b8cb2ef18ad2b0cbf406dc78be8d12197aab 1 0.00/1.00 vMB 0
37,209 37,209 000000009474d388a2ad6ac47a2e00bcca77da15ffba3b5bc48532586247d0e6 1 0.00/1.00 vMB 0
37,208 37,208 0000000041fb592fb124dd14b70590597a5cac161377682f9940c88258199146 1 0.00/1.00 vMB 0
37,207 37,207 0000000041ffc419df5fc47a1fddaf93991fadfd637c08525ff5ed8529d5a1ff 1 0.00/1.00 vMB 0
37,206 37,206 00000000378232f7bbf0326b6dccda6a7dfb06d39ba0c928662c3c09c174425e 1 0.00/1.00 vMB 0
37,205 37,205 000000004e4904b3924d0dabaea9879e5624f063cfd77fad00b76887986ee443 1 0.00/1.00 vMB 0
37,204 37,204 000000000a8890493341017a70d16783d5912212cb2ad5384baf560021c23c8b 1 0.00/1.00 vMB 0
37,203 37,203 000000002beedff7494a7dde3708e89d00620f0e4f45fa4443eb2cd60c35d5cb 1 0.00/1.00 vMB 0
37,202 37,202 0000000028b7f56ec70d531e881c1c5ef3c234e566d961b71030b55f2d2d3ecd 1 0.00/1.00 vMB 0
37,201 37,201 0000000037f4f02d6df0aab29503ce97b143a5c2bdf3c773001fb427178cdfaa 1 0.00/1.00 vMB 0
37,200 37,200 000000000719eca768dec6d6d57b7953ee5696f3e193a185d000617a8773858a 1 0.00/1.00 vMB 0
37,199 37,199 0000000021ca29a2eae620c95996a3ab31c75ca2b4c99d829ed93fd963be463a 1 0.00/1.00 vMB 0
37,198 37,198 00000000037788d1051cb8a4e19747e722944da40dba347143b88af563c598b3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.05 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: 720.60 GB
    • Received: 18.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.