Loading Tool

Explorer IconExplorer

Memory Pool

87,532 transactions
32.86 vMB
0.13757547 BTC
Random Selection Loading Transactions
Max Size: 199.79/200 MB

Candidate Block

Mining Attempt 7b05adb5bb376e20ccd9cbb796845a4e844f4f1200c21009c3eaf1e2c0850b8e
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 6ebe830eae13f823c3b6072cf9b2ea09159d2b94c07f60f6c4bc1a9d2dd858e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,977
Size: 1.00 vMB
Total Fees: 0.05012351 BTC
Feerates: 300.16 > 5.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (202,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,686 712,686 00000000000000000009b678230ffc3b52d99c6c8ac2a6577021d67c9e5646b2 892 0.49/1.00 vMB 11
712,685 712,685 000000000000000000054c3d71efd5705e3f010096b86f7a04e3d2474bf421f6 202 0.15/1.00 vMB 8
712,684 712,684 0000000000000000000b8353e4a76eed104398a40272a3944d83860b789b8442 1,053 0.86/1.00 vMB 8
712,683 712,683 0000000000000000000ab7368fce331286e55314567e51640d134a44978ce001 1,001 0.53/1.00 vMB 13
712,682 712,682 00000000000000000000c292678f899911f549e78b4ab4b9e142a70f8c128cf5 373 0.11/1.00 vMB 23
712,681 712,681 00000000000000000005f74726cc3239f68c7359aad3cdc1c5219d8f22e0b01b 371 0.17/1.00 vMB 14
712,680 712,680 00000000000000000005f8e8e07534dfec40ceec2875ebcff8a3defd1894169e 487 0.16/1.00 vMB 22
712,679 712,679 00000000000000000006cb0ec15337b070b5b647c546929ca740cd59f3f9894a 727 0.61/1.00 vMB 4
712,678 712,678 00000000000000000003100ad2b3d0d936489a17c6dfba700b59b3031fd6f1fb 1,457 1.00/1.00 vMB 3
712,677 712,677 0000000000000000000085f3e629f3e82191cc44dd391757e74829a16d9ee6b7 1,080 1.00/1.00 vMB 4
712,676 712,676 00000000000000000009802c75a92ac4e5f5efee96ab83700176f37b138d4b9f 2,210 1.00/1.00 vMB 17
712,675 712,675 0000000000000000000c67a7df8a5a295244479c84ae50d2b6b037dee883ecb2 1,750 1.00/1.00 vMB 14
712,674 712,674 00000000000000000008c8d27c4e237c5bb8968074b2a4f04adc32c05f549060 1,622 1.00/1.00 vMB 6
712,673 712,673 00000000000000000001ce751b604f93e8003a3764091efe95b0911189bf5ad1 2,685 1.00/1.00 vMB 5
712,672 712,672 000000000000000000008c90c083f3e33e9677a71b8f582bdc21db09bfb5a31a 2,092 1.00/1.00 vMB 7
712,671 712,671 000000000000000000025417aab47c367ed085cbd0efd81bed6c96f81f56139b 2,253 1.00/1.00 vMB 7
712,670 712,670 00000000000000000005b5152b32625bf4e1b43230416450aba52c13f1688e23 2,226 1.00/1.00 vMB 12
712,669 712,669 00000000000000000009a2f2c6371af783bb1b2bd7aabcbffbd8e666c6e1fdf0 2,875 1.00/1.00 vMB 15
712,668 712,668 0000000000000000000b84d18ae6ba40dd49e14c46cc0edac74fbf4378bc861b 3,312 1.00/1.00 vMB 17
712,667 712,667 00000000000000000006a3f79121e740979f57763c9afade8d0bb071a1230c36 2,411 1.00/1.00 vMB 26
712,666 712,666 0000000000000000000bf8eaaaf46f01506ad0632807bf479848b35e01846332 897 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.76 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: 709.03 GB
    • Received: 16.84 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.