Loading Tool

Explorer IconExplorer

Memory Pool

80,806 transactions
29.92 vMB
0.12213231 BTC
Random Selection Loading Transactions
Max Size: 180.23/200 MB

Candidate Block

Mining Attempt ad0233e60faec1d6eae24510368ab5120c3154a01028fc66909ec203ee6b5460
Version 20000000
Previous Block 00000000000000000001da0a60f0698b1c5dd5ff7d15014352ab111436e992fd
Merkle Root 82a6254fc360c65c63c74fb965808c6c06616dd08ad403f7a2b25d58c8fd47e9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,007
Size: 1.00 vMB
Total Fees: 0.03433212 BTC
Feerates: 149.47 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,300 (575,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
339,694 339,694 000000000000000016cb66453db7adf2b143836d4d28a0d90431722a45d5335e 1,627 0.79/1.00 vMB 33
339,693 339,693 00000000000000001729d2ff70436f4371f0c2c9e70c86c35c84d139f796926b 1,274 0.69/1.00 vMB 29
339,692 339,692 000000000000000012bc9fec56e4f73bae779182c133bc77a1a946675e9a8ce4 61 0.02/1.00 vMB 9
339,691 339,691 0000000000000000084199fbee017241d2db414ebcdf8575e7ebf53b94b2be6b 583 0.42/1.00 vMB 21
339,690 339,690 000000000000000015fe7b32a6c065ef4ac9798cabc6b1d4e231147b457b04e1 1,024 0.35/1.00 vMB 38
339,689 339,689 00000000000000000fbce81a5c1457f5cf720541454c58d62eb4e777c14f2af4 739 0.35/1.00 vMB 26
339,688 339,688 000000000000000009e1cc70b4e19e7f031b2e3aa0de38cf72e4a87802864887 124 0.09/1.00 vMB 13
339,687 339,687 000000000000000005737ecae89bdadbe6eb9a3d1710b101b83ce0fd28410f23 369 0.23/1.00 vMB 24
339,686 339,686 000000000000000008a41249e3270e550e07c77bc939d7920d638eb7fb8d9a4e 351 0.16/1.00 vMB 30
339,685 339,685 00000000000000000301f5d8111767a37a888add1e259cbd0394abe396859aa4 1,567 0.75/1.00 vMB 26
339,684 339,684 000000000000000013f1a60f8d7c3bf5aedf99e88f0c27526751f7dcd0ea1073 109 0.08/1.00 vMB 10
339,683 339,683 00000000000000000803b8814a659c7215e009e4db7ae001026f347d01443e61 1,317 0.69/1.00 vMB 26
339,682 339,682 00000000000000000e5e80a5656a56eb5e783d5619191cde6dbfb496171bea9d 604 0.39/1.00 vMB 19
339,681 339,681 0000000000000000003b3cd2b1e0015cc706157f38ac5461deebb9fe31351ac4 285 0.13/1.00 vMB 28
339,680 339,680 0000000000000000018ecfdf24d6806273b3369833ab2fd2df6a49f9af52267f 1,032 0.54/1.00 vMB 27
339,679 339,679 0000000000000000037f3c246b0e48e25435b0f5f36889feb12a9364fa76ffa6 333 0.24/1.00 vMB 19
339,678 339,678 00000000000000000ab3a31f87859c416d6e92139efd2ba3fe8f5bc5b880a919 591 0.49/1.00 vMB 17
339,677 339,677 000000000000000007a5e554ae6d74ee9c2bab95ee7a7e19b80f796b60eb5ac8 776 0.25/1.00 vMB 38
339,676 339,676 000000000000000018d82618e27ce7afd5b3cce847ce3f8029feb9032071d0ff 1,384 0.69/1.00 vMB 25
339,675 339,675 0000000000000000155e2b8911dc144c79f35d1e4d74cd4e6d0c7baa8e0f641d 1,348 1.00/1.00 vMB 27
339,674 339,674 000000000000000000371f8dd918d7b6b9be783afc604fbfbeec324aff058d94 935 0.75/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.91 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: 713.85 GB
    • Received: 17.49 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.