Loading Tool

Explorer IconExplorer

Memory Pool

76,765 transactions
28.71 vMB
0.09376367 BTC
Random Selection Loading Transactions
Max Size: 174.25/200 MB

Candidate Block

Mining Attempt edf19608498b20bd52e6b4892551721607ba026200bfee5db6235def78a21e67
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 24385a7a3d4b67d4ee7f29532ad56de49c8d21f5223ae7dd633174f65c6b0d02
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,001
Size: 1.00 vMB
Total Fees: 0.02712406 BTC
Feerates: 180.82 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (66,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,603 848,603 00000000000000000000234807fc7fbce628476072748c94cde5d1ac8fb0d174 6,220 1.00/1.00 vMB 20
848,602 848,602 000000000000000000024151980e032f221445f2d132c065c866c73725922483 6,069 1.00/1.00 vMB 25
848,601 848,601 00000000000000000002aaa18f124dd215262a9e4007e0ea194666eeec9d1762 4,892 1.00/1.00 vMB 28
848,600 848,600 00000000000000000000c64a2871b55139507d728293768fce6d5a8bd1dbbbe5 5,601 1.00/1.00 vMB 16
848,599 848,599 00000000000000000002a230406a4213b299346c7cdcba265332c74ac5c2b56b 5,780 1.00/1.00 vMB 19
848,598 848,598 0000000000000000000186f83ad70cc1aee86addaf3000f2bc8da5dd0f409eba 5,126 1.00/1.00 vMB 24
848,597 848,597 000000000000000000033b33c7c12ab8dc7ba04151f4a032194af8acb01b2e40 6,592 1.00/1.00 vMB 29
848,596 848,596 00000000000000000002883b1d2e6609a71864050d5ad4e54e0bbe5e5ac5bb66 5,641 1.00/1.00 vMB 31
848,595 848,595 0000000000000000000123efdbcb75adeaa03cb6daab3e40a41ca36430f4ddbc 6,992 1.00/1.00 vMB 28
848,594 848,594 00000000000000000000fac039d91fc61db532f3879ec24415a2bff9cd1d4efb 5,704 1.00/1.00 vMB 31
848,593 848,593 0000000000000000000122fb88fa4f3bb1d39e1bd98c56aa7ab272eadf236e86 5,798 1.00/1.00 vMB 30
848,592 848,592 000000000000000000002cd7fd44345be527205e85ee6694fffcb4b86e5f820a 5,520 1.00/1.00 vMB 29
848,591 848,591 000000000000000000021d2d22ff8ba960d5d0c3275829633439ab80f1ebbd53 6,175 1.00/1.00 vMB 35
848,590 848,590 000000000000000000021aefeb3b35f5503828608ddbaf6ad0693185cfbcab0a 5,915 1.00/1.00 vMB 36
848,589 848,589 000000000000000000019f61a2d94b35b6f5edc0b42a510a894af185f25daf89 6,850 1.00/1.00 vMB 33
848,588 848,588 000000000000000000019b9acfdd3aed65c28b5003c5080db31ee4d68aadf970 6,527 1.00/1.00 vMB 33
848,587 848,587 0000000000000000000300fc200a25ecb657fa7dce105c981ae3a1ad267065c0 6,303 1.00/1.00 vMB 29
848,586 848,586 000000000000000000012e7f95b26178f7837c6948863872c1bc5d75c808ee2b 6,802 1.00/1.00 vMB 26
848,585 848,585 00000000000000000000e17bec4ce76e57a380a0274927a8f3dbc44b4ebc54d2 6,115 1.00/1.00 vMB 16
848,584 848,584 000000000000000000024bbc2b9b70d19f538377688c1e25fb0e7c2c873e2179 4,876 1.00/1.00 vMB 10
848,583 848,583 00000000000000000000bfb6d0a34fed7de9d0c3759b26c9e58493b14265e9f6 5,504 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.89 GB
    • Received: 17.24 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.