Loading Tool

Explorer IconExplorer

Memory Pool

40,609 transactions
32.65 vMB
0.09115377 BTC
Random Selection Loading Transactions
Max Size: 162.56/200 MB

Candidate Block

Mining Attempt 3381b5a49a6c086e9de7c50b9b0dc04fa519eefb95acab1078c9a2046fc610fe
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root 262f530135610ced86c08928e8136ae6cbcbfa81eb08ebc533e46a004ad1cbd3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,896
Size: 1.00 vMB
Total Fees: 0.02225671 BTC
Feerates: 501.64 > 2.23 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (215,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
698,861 698,861 00000000000000000009ad4c1452c7d28caec111aa817f3d308db0b27f0dcd26 3,079 1.00/1.00 vMB 34
698,860 698,860 00000000000000000006d0e5449c601d6814885689514575c6d921fd2a58f0ff 3,032 1.00/1.00 vMB 5
698,859 698,859 0000000000000000000499d1034080d154ab0dfa4f9923535382d5342748c6e5 2,939 1.00/1.00 vMB 20
698,858 698,858 0000000000000000000f70434155185799e6e743bd29a1812f4023b9ee761252 3,271 1.00/1.00 vMB 14
698,857 698,857 0000000000000000000713e6c6cf1c4bc1bc7cc081a804c68b254787101cc0ad 705 1.00/1.00 vMB 11
698,856 698,856 00000000000000000005fdc9b86c0c695d7a58d3ffeb742a0301b6fcbdc9a493 2,753 1.00/1.00 vMB 13
698,855 698,855 0000000000000000000a955d41100ada7aa0d2783c3b644d62faee41f3d890e4 3,113 1.00/1.00 vMB 21
698,854 698,854 0000000000000000000b479c5839b8c52e4b9bd99801a77ffda39ea7f180dd47 3,647 1.00/1.00 vMB 18
698,853 698,853 0000000000000000000264db66748b05f52056f76be536bf8ea15847d4d139e7 3,078 1.00/1.00 vMB 30
698,852 698,852 000000000000000000013ea4f003c27d636b383455c0fef4dd23adb0e7e8db5c 973 1.00/1.00 vMB 23
698,851 698,851 00000000000000000007f23dd09fba49e56f4004b919483e2261259d5f65401f 816 1.00/1.00 vMB 30
698,850 698,850 0000000000000000000957d874a773f77a632cd79e0c2b359f91649dd9e7a9ed 2,263 1.00/1.00 vMB 17
698,849 698,849 000000000000000000085fbf26dd06b1c0dac7ab85657a91ec3389f96f3a4cfa 1,757 0.91/1.00 vMB 6
698,848 698,848 00000000000000000002de18f30be76501636003c64ff7f1401c3a309956fc99 2,591 1.00/1.00 vMB 16
698,847 698,847 0000000000000000000542b19cd4363db32bb4301c75d07c42939ae22e18d6ab 645 0.21/1.00 vMB 12
698,846 698,846 0000000000000000000e7d5a218b8f2bc0fcdaabc09daffeb35ea3fb09324b97 2,304 0.91/1.00 vMB 13
698,845 698,845 0000000000000000000d49373e1c844ddbd2bb61e042f5c06589e2731b1694dc 2,213 0.77/1.00 vMB 12
698,844 698,844 0000000000000000000088b9aa75b363f8b15f6283a2e3db6a3b588a604e756a 2,120 1.00/1.00 vMB 7
698,843 698,843 000000000000000000073f9c87dbf9b8a67445ea4530269477016b9a63a21db2 2,468 1.00/1.00 vMB 32
698,842 698,842 00000000000000000009a89085941ba4352b85f771327de6bd96fc719716f223 1,775 0.82/1.00 vMB 5
698,841 698,841 00000000000000000000f76f8a6802e918fd7751debeab5f2cab3e7ac1613bc3 1,305 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.61 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: 624.09 GB
    • Received: 11.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.