Loading Tool

Explorer IconExplorer

Memory Pool

52,210 transactions
28.94 vMB
0.08922240 BTC
Random Selection Loading Transactions
Max Size: 155.93/200 MB

Candidate Block

Mining Attempt 29bc16fd43526f011fd36a6a10a3d6286bd88780b0eee36cc21f76fb3e2bfe7d
Version 20000000
Previous Block 000000000000000000006aeda7cc004234c1ab671c5672364bc6b11d12bb94b3
Merkle Root dd8ef1d41fcec72063f6e12039ef6becd8ad07fc6cd34610cb3aa27594be3201
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,653
Size: 1.00 vMB
Total Fees: 0.03185084 BTC
Feerates: 507.72 > 3.19 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,772 (332,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,205 582,205 0000000000000000002115ed9119ab9021e2d8c05e98cffcd7912fe81b6be97b 2,633 1.00/1.00 vMB 112
582,204 582,204 0000000000000000001c77c9d7a16a077a8a50b567a589046a1e3a49c66ebcc3 1,302 1.00/1.00 vMB 26
582,203 582,203 00000000000000000005984566cd3029e29591cb3aa313719999fb452abff05f 1,551 1.00/1.00 vMB 17
582,202 582,202 00000000000000000000fbf56eba987d45a1a8951cffab53b23f5fb81f090b12 2,574 1.00/1.00 vMB 39
582,201 582,201 0000000000000000001804284e1ab59dd5680fa0228e50c31670395b549dd20c 2,364 1.00/1.00 vMB 108
582,200 582,200 00000000000000000016e61b2d2566ee447826741d06bc8a6def0583cae8c2fa 2,714 1.00/1.00 vMB 18
582,199 582,199 0000000000000000000b69ffadbe58273381860beb7c62d61dc53f8714c295bc 2,251 1.00/1.00 vMB 51
582,198 582,198 00000000000000000003d464c78e9481371ee0b7ab5b92fed3b878e7a75394ac 2,511 1.00/1.00 vMB 95
582,197 582,197 0000000000000000001b0c59cb8e476f1d4b96ab8119e3a1f28acbb4293d7d89 2,229 1.00/1.00 vMB 76
582,196 582,196 0000000000000000001e3231ee19cde739a5bad4a9fd1fa14502494b094b29eb 1,666 0.96/1.00 vMB 12
582,195 582,195 000000000000000000122cc6a66a05890de9709f294e2c9c453b82eb6687df57 2,801 1.00/1.00 vMB 77
582,194 582,194 00000000000000000011aec494eea09e23cdbddd7ca62fe05262713c7bf5a01f 1,751 1.00/1.00 vMB 9
582,193 582,193 0000000000000000002469d235d3451ab72075af9ea5d4104a701782bf7748f1 2,697 1.00/1.00 vMB 54
582,192 582,192 0000000000000000000bda0e35f2aef74cf5f802e554e05572430978cb248e6f 2,336 1.00/1.00 vMB 10
582,191 582,191 0000000000000000002226869d9b6371282c96efa372e18f0b5fe729d94f2b8c 2,903 1.00/1.00 vMB 97
582,190 582,190 000000000000000000067bf6ba90121570e94296176a2057e7018f28f85eca77 2,676 1.00/1.00 vMB 42
582,189 582,189 00000000000000000019b022bcb41b1b4012e7bfc9ee72a35efb352d61b44562 2,707 1.00/1.00 vMB 90
582,188 582,188 0000000000000000000dda9b6741188e6ea655b1bbbec07d051e8b258bcbffee 2,573 1.00/1.00 vMB 54
582,187 582,187 00000000000000000019a62490d3b873c60ebdde262e5bb694a51fe8e7ed6829 2,437 1.00/1.00 vMB 110
582,186 582,186 000000000000000000109d102b3fd86692f896acbcbef9a36c8dd5df2d457f80 2,619 1.00/1.00 vMB 75
582,185 582,185 00000000000000000022727ee0553c87133f319c67601ffb07e3af2c6d7c915d 1,514 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.98 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: 648.36 GB
    • Received: 13.04 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.