Loading Tool

Explorer IconExplorer

Memory Pool

41,899 transactions
33.07 vMB
0.10240317 BTC
Random Selection Loading Transactions
Max Size: 164.74/200 MB

Candidate Block

Mining Attempt 5a8d423004d921753fefa4c2b919f7a88d4f48056e32c3f5eb26f36432d7fd1b
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root b9f0cd4a219e694d0d92120aba1144bde95675cea6125d652c39ec5af0665379
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,988
Size: 1.00 vMB
Total Fees: 0.03135366 BTC
Feerates: 501.64 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (215,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
698,867 698,867 000000000000000000003cc7f2ba1e00b377ad955d1fbadfa7c9843c9ca90903 3,137 1.00/1.00 vMB 32
698,866 698,866 00000000000000000008482dd1b6fad08ace9c7eb9bec4dbc7ca66d0124eaca1 2,214 1.00/1.00 vMB 10
698,865 698,865 0000000000000000000854a81c986dc02391c3ee808548229da79add7bfed925 1,742 1.00/1.00 vMB 15
698,864 698,864 00000000000000000005081b88f3faf447f5def56a6b2d3b850946c85fb9d42f 1,173 1.00/1.00 vMB 9
698,863 698,863 0000000000000000000dc658a4412af995a1dd12b789ca0d9769bd5b5f20240a 2,919 1.00/1.00 vMB 10
698,862 698,862 0000000000000000000c3f594c0ac29706e1a5421303df9f6022640361b7074d 3,114 1.00/1.00 vMB 26
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
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.54 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.