Loading Tool

Explorer IconExplorer

Memory Pool

78,968 transactions
30.15 vMB
0.11863534 BTC
Random Selection Loading Transactions
Max Size: 179.46/200 MB

Candidate Block

Mining Attempt 75dd8d9c16ab826cd9a2d9c863996bd3bcc4818734bcec653895c1321946ff42
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root c8d530dbe4442a0a16e45a1e25437ab61e600f3b6a8e4337eee3e92d2d9d0956
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,350
Size: 1.00 vMB
Total Fees: 0.02868551 BTC
Feerates: 109.82 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (396,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
518,510 518,510 0000000000000000002d6acfdcf85a7727ab58ee7f8716402f56b24bc9f30a2a 1,813 1.00/1.00 vMB 10
518,509 518,509 00000000000000000012755db71c84c2aacd77ab2421287d73ba0efcd35a4a94 2,210 1.00/1.00 vMB 35
518,508 518,508 000000000000000000190b7746a928ceaf7edeb6ae1b5225353a95d77bea0656 2,152 1.00/1.00 vMB 16
518,507 518,507 0000000000000000004908449d2bbcbbdfec4a20daf0d9fadab56380667f6871 2,112 1.00/1.00 vMB 17
518,506 518,506 000000000000000000297e179507b49f48bc1e1e1c1d919722ba6c51dd90b9ad 1,422 1.00/1.00 vMB 15
518,505 518,505 00000000000000000006e3c4f311ebb3780ecd1794a10ea2c077f4447f7f11f7 2,387 1.00/1.00 vMB 10
518,504 518,504 0000000000000000000f578eb8fad91dd8892dea7426fda4d6637f93f80e80e9 2,674 1.00/1.00 vMB 34
518,503 518,503 000000000000000000295fa19c97d2d6252f7670e41a146ca4fee6dfbd675e5d 1,942 1.00/1.00 vMB 29
518,502 518,502 0000000000000000002440626f17e0966235e0c7d4b5e40433274b786d69f4f9 917 1.00/1.00 vMB 10
518,501 518,501 00000000000000000008530314ea26aac04ad0b2b5595c69e2d2f2d18c1d7fbd 1,564 1.00/1.00 vMB 21
518,500 518,500 0000000000000000002deaa05c9c7709748e10f47ba8754cbc4d019e49dea1d6 1,959 1.00/1.00 vMB 9
518,499 518,499 00000000000000000012f9730cb0b4ad4cad92cd4a56085091170a01ec51a22f 2,335 1.00/1.00 vMB 27
518,498 518,498 0000000000000000000d2e7c01923c8d867c86fabfaf7f131aeaabc9f3773867 2,781 1.00/1.00 vMB 33
518,497 518,497 00000000000000000016c5e6cf57157e46951c85d125c5c733558a00505877e7 2,573 1.00/1.00 vMB 17
518,496 518,496 00000000000000000045927615fc2d774578106030144d62224c6c8c883650d0 2,115 1.00/1.00 vMB 11
518,495 518,495 000000000000000000374d6894f99187bca9b10d61f96976caeef5f70c144ecf 2,298 0.99/1.00 vMB 26
518,494 518,494 0000000000000000000328c28785ede49fc0b25d21722b67fe7d0b25a12dc597 2,652 1.00/1.00 vMB 37
518,493 518,493 0000000000000000003bf70b71b613ee82c53175f8c940772dfff9b6de75a55d 2,541 1.00/1.00 vMB 51
518,492 518,492 000000000000000000048981c5174773ac73351add66887fe5e75db3961f9399 2,274 1.00/1.00 vMB 7
518,491 518,491 000000000000000000007a3bf738846c2c285394d765f1c946f0fa6a7eef1165 1,331 1.00/1.00 vMB 12
518,490 518,490 0000000000000000000b5f738e14d7aa4f8026219b0c6e2be4252130fa371753 2,635 1.00/1.00 vMB 38
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: 714.20 GB
    • Received: 17.52 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.