Loading Tool

Explorer IconExplorer

Memory Pool

77,290 transactions
29.54 vMB
0.07182495 BTC
Random Selection Loading Transactions
Max Size: 180.09/200 MB

Candidate Block

Mining Attempt 6e40ae20081ba4d43c0f12bd5c328725e7cf3c1c47f56976b7ba350f92eb90c8
Version 20000000
Previous Block 00000000000000000000dfa530c4ab31d931e5d06823520654db1c3208c709d2
Merkle Root e02b5470e71de913e9b5350939f1d0f9d871663f12aa038ba03c62ecafbcf77e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,038
Size: 1.00 vMB
Total Fees: 0.00547967 BTC
Feerates: 50.27 > 0.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,398 (886,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
28,870 28,870 000000003627e62b0a95c751686ca14e0894c288cf1108d8868ae76d66ba6977 1 0.00/1.00 vMB 0
28,869 28,869 000000000035c250e9e60b4677e78a94363acc95753d51265fd8631d17b36888 1 0.00/1.00 vMB 0
28,868 28,868 00000000d92750e3f2ca6c3305a6a215a9f6338a987578ccd213019be5ba7df0 1 0.00/1.00 vMB 0
28,867 28,867 000000004b151a455205a159f76409d205b5344c4b3b3be7cf8ad1b3c3925939 1 0.00/1.00 vMB 0
28,866 28,866 0000000097cabbed99ce8c6cd12c8c5e301b958f55a3f9996e754143fc581468 1 0.00/1.00 vMB 0
28,865 28,865 0000000049c64a814ed74de03fdde388701b175f20502cb68cbc5fde656543ba 1 0.00/1.00 vMB 0
28,864 28,864 00000000c67e9b851596d603b1fa94a9b17845b27453111e3e038b270be19c07 1 0.00/1.00 vMB 0
28,863 28,863 00000000ab8068b88042fd6afb5c43fcfd2cff663d138ad3c77dab79ee3ec712 1 0.00/1.00 vMB 0
28,862 28,862 00000000dce0e5708583e89a5d3a95a53a7c866f14ac99633bc2556c1f08ac6a 1 0.00/1.00 vMB 0
28,861 28,861 00000000c1bee2460819529b3f8a3d4f4b27cfef4aa1bcf47e88ca95db8bb9c7 1 0.00/1.00 vMB 0
28,860 28,860 0000000013529fc1921ad4c05c62f1205484df63087be953bfee40ac1f4c9f9c 1 0.00/1.00 vMB 0
28,859 28,859 000000007f8dc2f52629e0eb07c677d081e66c82af3876d63512c211355ae468 1 0.00/1.00 vMB 0
28,858 28,858 000000007705ecc5c4d4ead973c3f93475b2f88f448ad43bd285db36c7bedb8a 1 0.00/1.00 vMB 0
28,857 28,857 00000000d44d6bfe26112aa919eff3e1e224e48db114f1d5545c443b90d88f07 1 0.00/1.00 vMB 0
28,856 28,856 00000000cbf066f63f5dbcfe2038b670613ac3c3a35d3f0fd79fe2a795c99ef4 1 0.00/1.00 vMB 0
28,855 28,855 00000000aaeeee71b867c07a4c787fa30c3ce4d7569bdb5cca664ac1c944b1b8 1 0.00/1.00 vMB 0
28,854 28,854 0000000000ce0117af4bb40f089458c0da61cc679462623a95c5b1eefe268af5 1 0.00/1.00 vMB 0
28,853 28,853 00000000b93ee6b162fd17037ed92d969afa1c9c37966a7e5a034c5cb9f98ff5 1 0.00/1.00 vMB 0
28,852 28,852 00000000897f77f6fdc11609396198019bbf252f30b675ad9b37c75e75dfbb6b 1 0.00/1.00 vMB 0
28,851 28,851 00000000e884fa9c0824c8755dfa9c663a4ae5044f7ea7a77c6cd9550f521842 1 0.00/1.00 vMB 0
28,850 28,850 000000007ce3923a0a9523bc7dcb08f623e4595480557feec6372de988dc1896 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.08 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: 721.13 GB
    • Received: 18.35 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.