Loading Tool

Explorer IconExplorer

Memory Pool

80,954 transactions
29.67 vMB
0.12526751 BTC
Random Selection Loading Transactions
Max Size: 179.89/200 MB

Candidate Block

Mining Attempt 727d2e507a7da5b82c59c6ec2e3e18a5d9c504f8618dc9debb647385fb2e9d89
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 7c17b713b154c9d92fbf25d599ceb6e4bdef3e34df546f2ca5ae6033344cfb0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,838
Size: 1.00 vMB
Total Fees: 0.05943220 BTC
Feerates: 151.07 > 5.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (353,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,609 561,609 00000000000000000027712b13f82244703bca05913d4b665130283228aad580 2,921 1.00/1.00 vMB 14
561,608 561,608 0000000000000000000cd9c7c3fd6359d399a7ff1a9d341542cb7401966c6757 3,084 1.00/1.00 vMB 15
561,607 561,607 0000000000000000000828009ae40c679d1864f6b10c9d672d962a66fb383d0c 538 0.19/1.00 vMB 6
561,606 561,606 000000000000000000059e40d8d37bfcd2ff8f9870b5800242852565e55d9ae9 2,603 0.93/1.00 vMB 7
561,605 561,605 0000000000000000001495885e30671c2bfddf6e1ddc53a60db662938560124b 2,513 1.00/1.00 vMB 5
561,604 561,604 000000000000000000201ff1449b283dfbb2b391d76f6e3f0d6987bc1991f98c 2,907 1.00/1.00 vMB 20
561,603 561,603 00000000000000000010a85c81259a34d6843c28aa0194b40df4bc0e33ee6da1 127 0.08/1.00 vMB 5
561,602 561,602 0000000000000000002c9a7bf6027de8a5a9f99c22cc70b161e78eafae00cfc2 2,070 0.73/1.00 vMB 7
561,601 561,601 0000000000000000001718c7335cf0dda5e0e31f735b11039cc1c87793778fa1 1,937 0.65/1.00 vMB 8
561,600 561,600 0000000000000000002ca93e6e3a2bbf0fb1cdd26c3808ae30f8c28f46dde03e 2,446 0.72/1.00 vMB 11
561,599 561,599 0000000000000000001dc03f496666e75d920c2193618fa287a45c7f0e7e3e5d 956 0.41/1.00 vMB 13
561,598 561,598 00000000000000000004e49552974af1df3fd45a4838fef88bdae87c81c11906 1,884 0.56/1.00 vMB 9
561,597 561,597 0000000000000000000f1fccc87fd475c0cc831d18142e6c1ed274f5f64e21b0 3,148 1.00/1.00 vMB 13
561,596 561,596 0000000000000000000faed2b6a84062abda9c83d7cd04cdcad14cd8ee50c6bc 1,487 0.49/1.00 vMB 8
561,595 561,595 0000000000000000002bc99ed6af1aaaa0715f47fca349d31b95227409b0fa47 3,152 1.00/1.00 vMB 6
561,594 561,594 0000000000000000000a4193cf62f2fe7bca8e10eb6bfd5d203757a1a00d21d9 3,249 1.00/1.00 vMB 18
561,593 561,593 0000000000000000002ee4524bbe1eb7d71f5207d8acb26fc7a4d6e1075221b8 2,142 0.64/1.00 vMB 11
561,592 561,592 00000000000000000030539020d7838e5cfa324c6af5b56be857ede6c9229009 2,798 1.00/1.00 vMB 9
561,591 561,591 0000000000000000000e1d17c62c6dc0039c38d46a6526cc41ea8ba33c78846a 2,476 1.00/1.00 vMB 12
561,590 561,590 0000000000000000001e102487d43cd6a5726570b58478bc65e27f7eda8f9e47 3,052 1.00/1.00 vMB 11
561,589 561,589 0000000000000000002499a3363f491ed3d6bd57e6be913a0de99eb2973161af 2,918 0.86/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.59 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: 671.64 GB
    • Received: 15.98 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.