Loading Tool

Explorer IconExplorer

Memory Pool

37,062 transactions
26.33 vMB
0.06121525 BTC
Random Selection Loading Transactions
Max Size: 134.13/200 MB

Candidate Block

Mining Attempt 11945156dad4514dab947e3af94209c0904eeaa4cfbd77549a100e0243fba403
Version 20000000
Previous Block 000000000000000000014f51cdb922adcbfbf8306ee11aa840c0f99483a0eb43
Merkle Root b85186d067571abbfc1700b6351f7b86683c64478409b4d9bb6702d66703c114
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,726
Size: 1.00 vMB
Total Fees: 0.01240657 BTC
Feerates: 226.23 > 1.24 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,656 (332,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,345 582,345 00000000000000000007f012355320628c21b290eb299cc4bd20724c2ff9f02e 2,742 1.00/1.00 vMB 21
582,344 582,344 00000000000000000018f83408f6d754fb32f903102fbcbfe69178eaa8154eaa 2,471 1.00/1.00 vMB 85
582,343 582,343 00000000000000000004eace78a1a1228ab849232947529337f84068e54c30a7 2,543 1.00/1.00 vMB 93
582,342 582,342 00000000000000000014dde679a55edc0e96f97d1e5cc4aa1ffccd0de4aca0e0 2,444 1.00/1.00 vMB 33
582,341 582,341 000000000000000000100938623749b3c15040188a039ccd6f5fce6dde311570 2,781 1.00/1.00 vMB 97
582,340 582,340 00000000000000000014fd80e9fb3b5c1076baea0a6084e857698ef0c5f64fef 2,273 1.00/1.00 vMB 29
582,339 582,339 0000000000000000001d2ae01d68be985badb0502f5eaca44e9c8021e9d7abd6 2,289 1.00/1.00 vMB 16
582,338 582,338 00000000000000000011dc29deaac08789c7711908460862563fe83725c14ac8 2,677 1.00/1.00 vMB 45
582,337 582,337 00000000000000000021cb1c686d0dfdfa1658e22f27562cee28014bb1f9a17c 2,584 1.00/1.00 vMB 101
582,336 582,336 0000000000000000001acf57874f2adb236e511d2096e6120050fd8a1243726d 2,107 1.00/1.00 vMB 32
582,335 582,335 0000000000000000001faff3deabf407db1b4fb91dde95794aefdb33e2339f6a 2,732 1.00/1.00 vMB 58
582,334 582,334 000000000000000000136e7992d5e9866ebf38f8c8056f83567c820ad2ec1ed9 2,991 1.00/1.00 vMB 63
582,333 582,333 0000000000000000001e756b7a8d4e2292602a2688cd379ec212d9f80cc22af9 2,998 1.00/1.00 vMB 98
582,332 582,332 00000000000000000010f2f33dd5d26c9ca16192c0cac6911adce00c81307e0d 2,317 1.00/1.00 vMB 84
582,331 582,331 00000000000000000019aa0c8df0a999117ab6fcc4e6e79706669ba87d880a57 2,709 1.00/1.00 vMB 50
582,330 582,330 0000000000000000000d8852e6314a3a1b490f49a40c427a811e04ff19f83a00 2,376 1.00/1.00 vMB 48
582,329 582,329 0000000000000000002595dba43b3c4f0e708b8ded252c3c3db4ed05e04b19d0 2,842 1.00/1.00 vMB 91
582,328 582,328 00000000000000000020454b03146b84d8aa1a392e15e6fa6fdc4c1f0f34d509 2,571 1.00/1.00 vMB 75
582,327 582,327 00000000000000000003bb6ffea70c17450fd20862a331adc0ffcfd84c67e005 3,392 1.00/1.00 vMB 84
582,326 582,326 00000000000000000018ebb3b28458311dbdeba1067d41e59f08ab1cb03a9d7a 2,040 1.00/1.00 vMB 71
582,325 582,325 00000000000000000011f1c665b494d423a5dc8c1af56b7d3ecfb3eafcd67aae 1,435 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 781.78 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: 633.23 GB
    • Received: 12.19 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.