Loading Tool

Explorer IconExplorer

Memory Pool

38,034 transactions
26.81 vMB
0.05351664 BTC
Random Selection Loading Transactions
Max Size: 139.36/200 MB

Candidate Block

Mining Attempt d01a6f38d7115fd81342807b192c9f6e49af2d5e680ba98af43db1f4d53bae05
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root efffa95222e922a06d698ae213491f1619ef5da3d9b312d9edc3e9f7a9782d09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 539
Size: 1.00 vMB
Total Fees: 0.00397468 BTC
Feerates: 44.54 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (119,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,699 795,699 00000000000000000004c4a514ba91bdd68c8c783c2239626e13a1e42dfc2573 2,138 1.00/1.00 vMB 24
795,698 795,698 0000000000000000000013275bd03c9b8ed17d1c95b065c41c3cc7b679699732 3,642 1.00/1.00 vMB 27
795,697 795,697 000000000000000000051b83b9478da79f6419bccd45e3e6e2c7c4a241eb0a8c 2,963 1.00/1.00 vMB 13
795,696 795,696 0000000000000000000222eb2dc56493328a08b0c4072159fbdb2dfdbf6b2ff5 2,828 1.00/1.00 vMB 17
795,695 795,695 000000000000000000035c84cf7ede87ae3b849417b1aee1a0b29bcb550b90a1 3,743 1.00/1.00 vMB 30
795,694 795,694 0000000000000000000436d5343f19960df2ad3cf57559347ef78196051c7bdf 4,047 1.00/1.00 vMB 23
795,693 795,693 00000000000000000003d674ffe13542bc9fb6609f1d3614c696160ee7d86290 3,255 1.00/1.00 vMB 36
795,692 795,692 0000000000000000000183ed0c2b0445b57a1220e906b50753ca8b52ac573603 2,962 1.00/1.00 vMB 21
795,691 795,691 00000000000000000000099de0292c3e0c63ce4d352462d655feb2c5c6fba121 2,920 1.00/1.00 vMB 24
795,690 795,690 00000000000000000001a3b548b23c42201f25621ad4f8414bd010c8ed62e4c9 2,301 1.00/1.00 vMB 20
795,689 795,689 00000000000000000003f1a144137fc7ad79fd31c2104d93e5117e4d39d06bce 3,030 1.00/1.00 vMB 41
795,688 795,688 0000000000000000000170f49cab3937008c484296f18d36e19a72524d358675 2,924 1.00/1.00 vMB 20
795,687 795,687 00000000000000000002ace1460145dda91b55e6e93b6c7af9ef6438ea4c14ae 1,006 1.00/1.00 vMB 15
795,686 795,686 000000000000000000046841a4395b0ad56a9ee57159a56c9711b8f4d14b77d0 2,418 1.00/1.00 vMB 18
795,685 795,685 0000000000000000000424cb759611a16c413b33970e3422d8c1ab2f9b2d9e19 3,894 1.00/1.00 vMB 28
795,684 795,684 000000000000000000007c3271bfcbb5a60c0da3658b8bc7815faf3c6da6638c 3,543 1.00/1.00 vMB 30
795,683 795,683 0000000000000000000131c748b657d3665d5fa2236ec80b916c6bbd49209fa4 1,736 1.00/1.00 vMB 23
795,682 795,682 000000000000000000046ff470091e421e8ce18f3e6789f60ae45169ba388c2b 2,096 1.00/1.00 vMB 15
795,681 795,681 00000000000000000001c96e8a6b156325e3a4eba5be8e5f7a1733ffb5b174c6 2,368 1.00/1.00 vMB 12
795,680 795,680 000000000000000000013abe38bf82397aed66ff8252c45a46d832344bbe02da 1,821 1.00/1.00 vMB 16
795,679 795,679 00000000000000000003bfee1f8a86a5c93fc658fc4ac51b22e21155b553abf9 1,362 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.15 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: 653.02 GB
    • Received: 13.82 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.