Loading Tool

Explorer IconExplorer

Memory Pool

82,541 transactions
31.25 vMB
0.11270225 BTC
Random Selection Loading Transactions
Max Size: 189.51/200 MB

Candidate Block

Mining Attempt fec32cce4876451a3093f74d945910204b2e7be54cf63c32bf897c36eac920cc
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root f6c35515eaee23ccb77b3865146302e24a561b347eafa4f72409b05dc16f5e46
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,705
Size: 1.00 vMB
Total Fees: 0.03642681 BTC
Feerates: 803.65 > 3.65 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (394,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
521,060 521,060 0000000000000000000e2a5b5b2c7ae150c158c8f483d1d9a300d9b0c9a64f0a 1,351 1.00/1.00 vMB 27
521,059 521,059 00000000000000000016176a88c6ab51d2a6cd6c1b9eb0074ffefa2b50dca007 2,277 1.00/1.00 vMB 46
521,058 521,058 0000000000000000002070d220b55be75ee313e13103051ea0c25ddd2966a7c1 2,510 1.00/1.00 vMB 34
521,057 521,057 0000000000000000001ee57df63ddd6f4a0178eacf2a9d5346c3e3dc373c1028 1,974 1.00/1.00 vMB 31
521,056 521,056 0000000000000000000fd37f787f428ee551e2f8a7e2a00e9d87144b0967e565 2,242 1.00/1.00 vMB 31
521,055 521,055 0000000000000000002c064b11e733698cb98cd672eeaaeaeb2a3438a909e1f7 2,378 1.00/1.00 vMB 46
521,054 521,054 0000000000000000000fa51dc1b4374fc1bf13679c5af326e1966dd1e212db43 3,552 1.00/1.00 vMB 21
521,053 521,053 0000000000000000000fd1a1930e44a30388447de55f6766f73c1a8142b156f0 1,879 1.00/1.00 vMB 61
521,052 521,052 0000000000000000000b44d90ff89aee6b6c504f29284b4f7e1a139985bd82d2 1,768 1.00/1.00 vMB 94
521,051 521,051 00000000000000000026627f35bf0ef8c062a51a3ae7eb95765d8be57ccc36f7 2,256 1.00/1.00 vMB 11
521,050 521,050 00000000000000000035adb9cfafed20eb26deb85028089c290d12bc30a0f670 3,206 1.00/1.00 vMB 35
521,049 521,049 0000000000000000003232f7df072a34220d3617899f7dccdc8dc5492eea139a 1,719 1.00/1.00 vMB 81
521,048 521,048 0000000000000000004484584239d66a66c22c4391c35f1b2e671808f8756e9b 299 1.00/1.00 vMB 10
521,047 521,047 0000000000000000002284eb5e5678db639053705ab23121398980e98821f505 1,888 1.00/1.00 vMB 4
521,046 521,046 00000000000000000027f3f19f2380ae2e5c8ab6a866298f9c80409207d1a173 882 1.00/1.00 vMB 11
521,045 521,045 00000000000000000015b339c30bd1fc998eef14e8e636e8e1259ab499a2e0a3 2,164 1.00/1.00 vMB 35
521,044 521,044 000000000000000000295d640cd9609d22847a87d4fed129afffd4450534b19a 2,227 1.00/1.00 vMB 44
521,043 521,043 0000000000000000002fb40ec0c9457e14f9de329dac810dfb21600f6729b239 2,709 1.00/1.00 vMB 38
521,042 521,042 000000000000000000236fe1a5261e737089cdf62a33304fb4700574dc7e0145 1,237 0.72/1.00 vMB 49
521,041 521,041 000000000000000000166083fc82630c9afc8676219762fe19ac225456509b4c 1,956 1.00/1.00 vMB 27
521,040 521,040 0000000000000000001c0394e82b049bf2c676d09b1563e4e663de152336d294 1,603 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.