Loading Tool

Explorer IconExplorer

Memory Pool

79,848 transactions
29.53 vMB
0.06439941 BTC
Random Selection Loading Transactions
Max Size: 178.25/200 MB

Candidate Block

Mining Attempt 11d39ebdcc1b599f50f0613eefd4b43d840ff38614a67eb1691654f3e2a6928d
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root eb5aa8a80c3bee188b99928e11a208d053a228d48db182b1d50fbf23e7e614ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,669
Size: 1.00 vMB
Total Fees: 0.00441462 BTC
Feerates: 90.30 > 0.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (255,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,231 659,231 000000000000000000046f183ba323cfceb2d11660376c59fb55e8521c4d32a5 2,776 1.00/1.00 vMB 45
659,230 659,230 000000000000000000069cd8ab5f31f3c6236ffadc870339574b202b40f6e3c2 79 0.02/1.00 vMB 36
659,229 659,229 0000000000000000000b04b47400a288c8dfafc6f2cc5d2c71d1c03ddd1eaf0b 1,142 0.44/1.00 vMB 34
659,228 659,228 0000000000000000000101d15106166cd2052056b3505a757ef1a4116eb95fdb 2,115 0.95/1.00 vMB 29
659,227 659,227 0000000000000000000d07ab2cb716221795a5c8859bff1c19b5944595e094fc 875 0.66/1.00 vMB 10
659,226 659,226 0000000000000000000d0fbc89383e32510c45a4f1278a37bd5b2a2343d1e080 922 1.00/1.00 vMB 49
659,225 659,225 0000000000000000000e5bc7dd1ae50bfdf787017f4dd826b631cd51b2168eda 1,109 0.49/1.00 vMB 22
659,224 659,224 00000000000000000008f8b9d2b3e5b449e75a9a5bc67d3ce291be3d90965c3b 1,319 1.00/1.00 vMB 6
659,223 659,223 000000000000000000064ab9f36accc5e5c01bae022a51a9e7c3b4205f6212d2 1,945 1.00/1.00 vMB 24
659,222 659,222 0000000000000000000d863e18bda72e2d2e09c6676308bfaa9a0001f888ff2d 1,501 1.00/1.00 vMB 7
659,221 659,221 00000000000000000003dc786ed0f677c08193adb226dfb86105b32052cfc692 1,554 1.00/1.00 vMB 12
659,220 659,220 0000000000000000000a264aef8a79fc8aae61a8033327063487ed3adf43c284 2,520 1.00/1.00 vMB 50
659,219 659,219 00000000000000000003cf4c47ef1d4dacc819b9aeb66df9ae02a717ec7bbc14 2,174 1.00/1.00 vMB 14
659,218 659,218 000000000000000000000cbd105ee6143afebc54423dddc6b631f10dd577edaa 1,737 1.00/1.00 vMB 64
659,217 659,217 000000000000000000041da68d1c6e899daba98d870cac923335b299c00562d2 2,761 1.00/1.00 vMB 51
659,216 659,216 00000000000000000004fb958f4a08403be44f9cc3bab0e236bd087dab1dd21b 2,219 1.00/1.00 vMB 33
659,215 659,215 0000000000000000000384601a3a486af2802298549a6ac40bdf10994fe4a2c7 2,596 0.97/1.00 vMB 29
659,214 659,214 000000000000000000020ffd3ca6a0925e050ea6644365a8dde8742444d9c99d 42 0.03/1.00 vMB 16
659,213 659,213 0000000000000000000d22d5ed6d9aa4ecd28ea3dec574ef88658e75d6665bb2 812 0.33/1.00 vMB 28
659,212 659,212 00000000000000000000e81d89632e67ba52865b665e69118d0ec8d98268e64b 1,784 0.66/1.00 vMB 31
659,211 659,211 0000000000000000000cd4f8c7c81c254d71a87bfd06f46d9d5ea53e9f2ecb13 1,382 0.58/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.35 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: 662.21 GB
    • Received: 14.84 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.