Loading Tool

Explorer IconExplorer

Memory Pool

83,161 transactions
32.03 vMB
0.11800183 BTC
Random Selection Loading Transactions
Max Size: 192.07/200 MB

Candidate Block

Mining Attempt 2b3b0bc7b4ee36d5a87fe0f29b6f5c2fa8956c007123e227efb631c752a76e75
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 13a26cd67c49d6761650d322996a7fb44e9aaf4eb32778c1dd19e50dce945a1f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,929
Size: 1.00 vMB
Total Fees: 0.02953607 BTC
Feerates: 100.36 > 2.96 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (507,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
407,490 407,490 0000000000000000051078f383ebcdcf3ce923caa255e3307c2a0685dad9c2fe 190 0.07/1.00 vMB 38
407,489 407,489 000000000000000004d3c3f428349399fc86df1c9dafaad296eb45b37a768b9d 1,172 0.40/1.00 vMB 44
407,488 407,488 000000000000000005c0937d3646aff5de8b372d6b90823dd86520bff2e8a4d0 2,185 1.00/1.00 vMB 32
407,487 407,487 0000000000000000026f6a92518163c60e282810a5656f0850f4dca7c8a91652 403 0.15/1.00 vMB 38
407,486 407,486 000000000000000002216102c3749fae1b23d92da762eb7e982ab8dd2af1272f 1,519 0.62/1.00 vMB 41
407,485 407,485 00000000000000000260e0413246ca86ee81cfe0a19ed7e0ca84eda835f2b64f 370 0.15/1.00 vMB 35
407,484 407,484 000000000000000005a5a3734d7d163f1a8f81a9e2e9de6a98b214ae51f53b09 1,804 0.67/1.00 vMB 47
407,483 407,483 0000000000000000058eeb3084aae8405210639843e6dc0ff482761add53436f 135 0.08/1.00 vMB 38
407,482 407,482 0000000000000000055f592557a2a342a7e0a90e74f402aa6a5baa2b4bc07403 1,291 0.54/1.00 vMB 52
407,481 407,481 0000000000000000003f8999ad3576d392530df9ef994179b19f8d93acbdff8b 144 0.08/1.00 vMB 37
407,480 407,480 000000000000000004f0cc322f551e39676f781186441614da3281bbc7d373e0 2,109 0.99/1.00 vMB 39
407,479 407,479 0000000000000000038a95f743308b0cb25dd383084e0fa7e5e0f4d61b947e99 977 1.00/1.00 vMB 17
407,478 407,478 0000000000000000026e5eef2b77b310bd484912e4df5fb6b0e8fc2c087af3d4 2,225 1.00/1.00 vMB 39
407,477 407,477 0000000000000000013b1599b1eb12ec5de7d28c4eec7d3287616c973774ba89 2,950 0.99/1.00 vMB 49
407,476 407,476 0000000000000000038aab4fbf7536a382fd233727f6f1f531793b5ea01fd61d 55 0.15/1.00 vMB 15
407,475 407,475 0000000000000000025d00bb2b604161d6318d65a41bf3b31e085d5afaee2de2 2,422 1.00/1.00 vMB 44
407,474 407,474 0000000000000000046e1aee25af1b855f723971b759363ed356ef58d30004bc 1,783 0.76/1.00 vMB 37
407,473 407,473 000000000000000000e1def6938f9978dd0e57d58515f6f7ef0f3a7216242913 568 0.23/1.00 vMB 44
407,472 407,472 0000000000000000021012fdeabb9ddd29c92ae7ed7a0aafb1abfa9a20c02d63 776 0.34/1.00 vMB 41
407,471 407,471 000000000000000003021c6dc277803d09601412eddc86f4f6aff1345646ca5f 1,296 0.52/1.00 vMB 45
407,470 407,470 000000000000000004889b608a0ed2c72eab55f3b1fc5b279cf95d0bfce28301 1,140 0.44/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 783.04 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.44 GB
    • Received: 18.16 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.