Loading Tool

Explorer IconExplorer

Memory Pool

38,640 transactions
28.93 vMB
0.07449943 BTC
Random Selection Loading Transactions
Max Size: 145.92/200 MB

Candidate Block

Mining Attempt 95380b6328484b918f9ddb2f5790f1acc5b94a1cac8c7d9d94bd62821ad04b11
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root 0dee7884a6edc4b0dc68ab47c1b0c7cd1777c26817ebd18588e93b5fad8b2d6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,427
Size: 1.00 vMB
Total Fees: 0.01818623 BTC
Feerates: 75.76 > 1.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (23 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,506 914,506 0000000000000000000060e6b42c519f1600280c1d56df8b872ca0d7bb109b20 4,894 1.00/1.00 vMB 3
914,505 914,505 000000000000000000006a2e5341ed203f8d42e42841d7a28f8be282e3a525da 3,967 1.00/1.00 vMB 0
914,504 914,504 00000000000000000000e561b3d6bfdb209197f485d186b272268b299d0ce0a2 656 0.16/1.00 vMB 1
914,503 914,503 0000000000000000000040d6ef0476e56a5f4877678b47db3efec7d01f9c9912 2,973 1.00/1.00 vMB 3
914,502 914,502 000000000000000000014e79d01dbb2c534e8fbebfd9b049c29481e4f0d4235d 3,825 1.00/1.00 vMB 2
914,501 914,501 00000000000000000000c78ac01bc6de4341166accce32c41dd1feec8f577607 2,267 1.00/1.00 vMB 1
914,500 914,500 0000000000000000000027f10646a10b5efba6c9534cb2ab75fde3381e97b9ae 3,354 1.00/1.00 vMB 3
914,499 914,499 0000000000000000000125843996ba510aff6897669d1d413a568828e2ec36bb 3,508 1.00/1.00 vMB 6
914,498 914,498 0000000000000000000051c37b861c7bf429b2e91859f9ffd065f6499afeaedf 1,676 0.59/1.00 vMB 6
914,497 914,497 0000000000000000000189c491af2ac3f9de095618e157fedf514c56cef778c0 3,857 1.00/1.00 vMB 3
914,496 914,496 00000000000000000001f153be8400a938169c22122f44526eb6818272e825e6 3,444 1.00/1.00 vMB 1
914,495 914,495 0000000000000000000055880e256a4e50ecfa1ad00ad00ce1d4101e045ead07 4,115 1.00/1.00 vMB 3
914,494 914,494 000000000000000000002676d478c9574914ed77bfeec47951f2c436b01119ac 3,684 1.00/1.00 vMB 10
914,493 914,493 00000000000000000001dd13af50d570d39bbe125c122c99add1ef636948c08c 4,906 1.00/1.00 vMB 0
914,492 914,492 00000000000000000000f29e9dc159766c6968987068c6d6f5558a1c2165f1b0 3,574 1.00/1.00 vMB 3
914,491 914,491 00000000000000000000222279f35db39c4c1e723abe28171badb7bd3d2267db 6,244 1.00/1.00 vMB 0
914,490 914,490 00000000000000000001a5579d51eb8d7498999ca4d682d7ffacaa0dfbdabaec 4,660 1.00/1.00 vMB 2
914,489 914,489 000000000000000000002b78b1ebc895c40e145234886edd8073496dbf3cb297 2,824 0.79/1.00 vMB 2
914,488 914,488 000000000000000000007b4acda7a1f244486b309bf9a2b96a9bb81c576cc579 3,878 1.00/1.00 vMB 0
914,487 914,487 0000000000000000000015e765878e2ad355482d78f404e5c3e9e5116eccdee3 6,456 1.00/1.00 vMB 0
914,486 914,486 000000000000000000014dc98b1687a99f08f05b5afb6d47c8c1ab38b68fa281 4,934 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 781.55 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: 621.67 GB
    • Received: 11.24 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.