Loading Tool

Explorer IconExplorer

Memory Pool

78,554 transactions
28.85 vMB
0.10962483 BTC
Random Selection Loading Transactions
Max Size: 175.18/200 MB

Candidate Block

Mining Attempt 3adcccc6fd0908808633646a3e745f3280e4bdf0aaa82843519883dc9f4805b4
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 8d45df0a5f6ac64a71d72a3c10cfaf1964b7214766d462e85a9eb321c496b8d8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,099
Size: 1.00 vMB
Total Fees: 0.03893074 BTC
Feerates: 602.26 > 3.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (469,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,689 445,689 000000000000000003061a17fffa81d12b223f5d7cf8195313ff5bd057cf6904 2,659 1.00/1.00 vMB 97
445,688 445,688 0000000000000000035446cb7321a9e3a2b49daa94c52a20b2014154cb61e3d4 3,406 1.00/1.00 vMB 74
445,687 445,687 00000000000000000365f35275a13c8c0668fb445c9f3dd30a86696613a83d89 3,000 1.00/1.00 vMB 77
445,686 445,686 000000000000000002e399d68382d33d99b6ae1a926fe28fc84481021c5cf2fa 2,997 1.00/1.00 vMB 67
445,685 445,685 000000000000000000599d4a73b99f66b6b88b058fb13ced9b88a32538099132 2,248 1.00/1.00 vMB 77
445,684 445,684 0000000000000000011db5393183c10ec4e0e6d9348644dea9a4575910da5eeb 2,791 1.00/1.00 vMB 78
445,683 445,683 000000000000000001a822c6dced3f0ef92d43053a287a9a4d88ef76e2955701 2,477 1.00/1.00 vMB 99
445,682 445,682 000000000000000000edbc7d4dad9a37dedd41d89c50db620aa4c1d4afadee73 2,179 1.00/1.00 vMB 88
445,681 445,681 0000000000000000020c8fbc35b4552df6ce70fd493f359b37683776afe99062 2,344 1.00/1.00 vMB 91
445,680 445,680 000000000000000001a8c25aa07fa2aa375db978d176ebcaa1be2ef1230a64fc 1,987 1.00/1.00 vMB 102
445,679 445,679 0000000000000000013494851d3e32c9c5db16a88b153b55459c581679995afa 2,518 1.00/1.00 vMB 127
445,678 445,678 000000000000000000244c1b9c9e555b4f86485bb81497ef07674b64f5537ec1 1,649 1.00/1.00 vMB 67
445,677 445,677 000000000000000000af886bf19e046d7516de6cb807dab3848b09c66c000328 2,859 1.00/1.00 vMB 97
445,676 445,676 0000000000000000014a6d5a8cadfcda093a6598d029b51a6881a107577df70c 2,488 1.00/1.00 vMB 91
445,675 445,675 00000000000000000009f58d47dc0143ae6b9c2709960a94cc2b7e100d9789a8 2,378 1.00/1.00 vMB 112
445,674 445,674 000000000000000001f5dd0bd7a52ab08c51017a173bfec3099f24daaa3af78f 2,754 1.00/1.00 vMB 73
445,673 445,673 0000000000000000031f64de89f07da220ef523a5973989897291cf0c21d7828 2,399 1.00/1.00 vMB 104
445,672 445,672 00000000000000000109fe2b78eaf2ad1ff54cd60df9ed6aebc46c9f313163fa 2,463 1.00/1.00 vMB 109
445,671 445,671 000000000000000002e002976e890a68365ce02804db8d972108ca9bb955314a 2,368 1.00/1.00 vMB 77
445,670 445,670 000000000000000000626350e238038f26d1bc7b4c8df61acc05a8f2509a8bc2 2,606 1.00/1.00 vMB 102
445,669 445,669 000000000000000001719b9eee6e9bc4a28fc259aeeedb0f257f975647a038f2 1,480 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.