Loading Tool

Explorer IconExplorer

Memory Pool

39,619 transactions
26.37 vMB
0.08057911 BTC
Random Selection Loading Transactions
Max Size: 136.90/200 MB

Candidate Block

Mining Attempt 95a5b8022ffb34f6fe26318636f27f28847fdbc84b33b80d8e5794c930eb49da
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 50fa37f8ad2bead9e74621cf08b2a514675046a31b642a555b398632b44e7a43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,075
Size: 1.00 vMB
Total Fees: 0.03220787 BTC
Feerates: 502.65 > 3.23 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (854,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,979 59,979 0000000002bf1988343044b652f4dab0a61bc8203c2d11b22e82fe334c4520eb 1 0.00/1.00 vMB 0
59,978 59,978 000000000afa0d42284ac2bf07bbfc69a5b81c09cf7a22712987e27dad2e1674 1 0.00/1.00 vMB 0
59,977 59,977 00000000034f3285214d6ea57ed08885239aa46b3422a8b612b604b6564ddff3 1 0.00/1.00 vMB 0
59,976 59,976 000000000bf5233e81c57f33de61afc7e1d53da9d11b16048bed8d83b5ec8187 2 0.00/1.00 vMB 0
59,975 59,975 000000000a1b81ce861281a04cc94a35e1655443eed04c4080b06a89a496fb3c 1 0.00/1.00 vMB 0
59,974 59,974 000000000bf4f8afb5777ffaa75a9df68858764b70e907f720c899a6e8ea947a 1 0.00/1.00 vMB 0
59,973 59,973 000000000ba54400db928a1a1830c63d74da69708fbf1370f12f5f54725f4e2e 1 0.00/1.00 vMB 0
59,972 59,972 0000000003fcd0b5fb6f3e758577f4797af0522832292c877c56bee643ab23d9 1 0.00/1.00 vMB 0
59,971 59,971 0000000008b632f8ae5ffa8fd01742a7b3224e6abfeccea0943e03fcac2f41ab 1 0.00/1.00 vMB 0
59,970 59,970 00000000044f827124965c04fddbc42d1bef55e259e5b7fb27b28c3d9bed4532 1 0.00/1.00 vMB 0
59,969 59,969 0000000006d321817f74592530b14aaa2a4e43e0863f69ab4f39174621a0de04 2 0.00/1.00 vMB 0
59,968 59,968 0000000002c709c0ae5545378531bb535b86166a5bf2bd7a2b72ad06a0963ef9 1 0.00/1.00 vMB 0
59,967 59,967 00000000092bdc736b596050871b43a0eeea20d51b1bd554acba0ca06371cb5b 1 0.00/1.00 vMB 0
59,966 59,966 000000000af34f78fc564848b46dffa662c5a5df4b3fbf55cf754a89459c381c 1 0.00/1.00 vMB 0
59,965 59,965 000000000698cc5f5ce32c20045349c95d3e6d07a4563e0a278701418064696e 2 0.00/1.00 vMB 0
59,964 59,964 000000000b68c5378fe5ddfa35f467883aab789e0ed9c18fa0a3f0c89beadc1c 2 0.00/1.00 vMB 0
59,963 59,963 0000000009b6830e279cb3a063d86a9beb88aa460a47f5b7b3d90527ef235740 1 0.00/1.00 vMB 0
59,962 59,962 000000000c136c2fcf32683ef7f7e34b5f622b0781cc267ad3bad4a60aed6ddf 1 0.00/1.00 vMB 0
59,961 59,961 000000000595a465f265d2e8513dd62120327b01cfaa090a2dfa932882df6605 2 0.00/1.00 vMB 0
59,960 59,960 0000000006ecdb885efd0adc4ab54ab8a29e8bfdd32d2ac5b8eeba5e9149bd70 2 0.00/1.00 vMB 0
59,959 59,959 000000000468e085dfc88d2a3c2803081e73e7c3d2880c6bf4f1d3a87e9889a4 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.