Loading Tool

Explorer IconExplorer

Memory Pool

43,339 transactions
27.97 vMB
0.06359425 BTC
Random Selection Loading Transactions
Max Size: 147.77/200 MB

Candidate Block

Mining Attempt 36043ecdaaff06e95eca7b7252ca79e3f71093fbff1a491650c8b37f9807e7da
Version 20000000
Previous Block 000000000000000000017e8e85165f86ccc44f5c406f63ccc3773389967d2705
Merkle Root fd4561c1f9426e0580071c3f82dab800a6ba3b96b2c5cdff8b6e0711940bc264
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,447
Size: 1.00 vMB
Total Fees: 0.01107528 BTC
Feerates: 92.00 > 1.11 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,838 (250,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,775 664,775 0000000000000000000a6ae8737bbe425061493fc7775f0ea739723737713c88 1,183 1.00/1.00 vMB 36
664,774 664,774 00000000000000000001b6b355d492d7bb647b1c6d2486a31f29100f9741118a 2,567 1.00/1.00 vMB 30
664,773 664,773 0000000000000000000aa9a25c25e0d930017d2fd5be74b7dd4fb0f270fe1841 2,951 1.00/1.00 vMB 46
664,772 664,772 00000000000000000007b2f489b14441e81f58c47869d1e8745e7cc467435d74 2,750 1.00/1.00 vMB 104
664,771 664,771 00000000000000000009356cd2692be5f8e9c1955c8bbfa4ec1456f155c7e692 2,404 1.00/1.00 vMB 47
664,770 664,770 000000000000000000038376dcc4ca197f7f034c66dbbebbd2fbb7dea6c63b89 1,375 1.00/1.00 vMB 99
664,769 664,769 0000000000000000000cb238f1610da485f55a85b7517d619e60baf687fc2427 2,491 1.00/1.00 vMB 45
664,768 664,768 0000000000000000000197f41e9f4d688ecd48b9d03b50477c4f789fd9c3edd8 2,510 1.00/1.00 vMB 30
664,767 664,767 0000000000000000000d1181eb4d95245f9310d3b8d6290df83a7e1049cedf6c 2,590 1.00/1.00 vMB 71
664,766 664,766 000000000000000000025a133d69868886b8a1c7cd428303e13f076b88447b74 2,191 1.00/1.00 vMB 41
664,765 664,765 00000000000000000004d7ef01769f869d3e581f64daa32e9d9d02eeb6e0e361 2,219 1.00/1.00 vMB 48
664,764 664,764 0000000000000000000ea01cd64c6c63c27ea4ead32c872cc6c22cb7839cc788 2,080 1.00/1.00 vMB 25
664,763 664,763 00000000000000000000494d4e875af38b933ff900c321c8b7c2289c669d1799 2,683 1.00/1.00 vMB 25
664,762 664,762 0000000000000000000d36b4ada174b0131c957b903c45c1a51d306328647d52 2,778 1.00/1.00 vMB 79
664,761 664,761 0000000000000000000748d6b2ccc29d8f6222dbf3739463405c2296992b0c78 2,376 1.00/1.00 vMB 66
664,760 664,760 00000000000000000008b7ec38e07e2fd6b3c1213f05a1890804196cf196375d 1,289 1.00/1.00 vMB 92
664,759 664,759 0000000000000000000ef9ead95f4303cb0c84195c61b43d114c3162d8c4836e 2,321 1.00/1.00 vMB 101
664,758 664,758 0000000000000000000ad057c821a3ba54b50e5e524980dc256054dba0782bdf 1,967 1.00/1.00 vMB 58
664,757 664,757 00000000000000000008ddbf1ff692efecfe2e6e8328182d2c098f4734027606 2,447 1.00/1.00 vMB 74
664,756 664,756 00000000000000000003720e22cf927903a1be6680d6f56f57bea366e02efdcf 2,889 1.00/1.00 vMB 88
664,755 664,755 000000000000000000084d4186e183442fab6cf283b9a208b34f195404be5800 1,964 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.10 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 651.74 GB
    • Received: 13.64 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.