Loading Tool

Explorer IconExplorer

Memory Pool

85,733 transactions
31.45 vMB
0.13564575 BTC
Random Selection Loading Transactions
Max Size: 189.62/200 MB

Candidate Block

Mining Attempt 41188e3b521a0e14d0e5d96d4c8020ceedc4e499c2ac8b5356621b626ea3ae93
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 759dd139c9e59a7eb0654dfbb099c7ee40006ce507f44da46c55b0b5b0556264
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,769
Size: 1.00 vMB
Total Fees: 0.05840338 BTC
Feerates: 214.31 > 5.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (250,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,735 664,735 00000000000000000000d8de2e8cd2882a591d5ba7e38cbf2828189dda7e0c2d 2,327 1.00/1.00 vMB 66
664,734 664,734 000000000000000000000389540f5f673f046c3239c5c3e16a3f90156358d741 2,764 1.00/1.00 vMB 100
664,733 664,733 00000000000000000006b180d05628b2e45f5fcb7ea37d8a1263418e69911669 2,464 1.00/1.00 vMB 64
664,732 664,732 0000000000000000000bf3bf35fc6667edb6f02e1e72fb6b88bb5c003ec85839 1,911 1.00/1.00 vMB 75
664,731 664,731 000000000000000000075f8d9de52105c21849080d1e6266362368dbd17c8ca4 1,441 1.00/1.00 vMB 95
664,730 664,730 000000000000000000035239b02145481b2ff89ad9e2707ccd8685b02130ae96 2,345 1.00/1.00 vMB 31
664,729 664,729 0000000000000000000d68c2039bc7352afcbb04794313f75431aede87db799b 2,009 1.00/1.00 vMB 46
664,728 664,728 00000000000000000007638b4d9896bc6b6f9d5c49b1f69624b9a9674c08bb9d 2,320 1.00/1.00 vMB 55
664,727 664,727 0000000000000000000bbd27b15ff4290b99734679afb500cf43c61b2424151d 2,077 1.00/1.00 vMB 53
664,726 664,726 00000000000000000004105da9a972fd99bbeed0ad9e28a6f7c0e90e1823f970 2,351 1.00/1.00 vMB 70
664,725 664,725 00000000000000000009320aa0a60247c7ddbaf7b4700aa1ba862398dd9894f2 1,703 1.00/1.00 vMB 50
664,724 664,724 000000000000000000022a1f91ad7648f4ff2d6929b969bdd58b867b42c1d8c9 2,290 1.00/1.00 vMB 72
664,723 664,723 0000000000000000000f17e09d7e9294fe49bd3dc854486bf947b110e7754b0d 1,561 1.00/1.00 vMB 77
664,722 664,722 00000000000000000005ef743b213f34cfe153581d336ac1634aa9e1cd1c2783 3,018 1.00/1.00 vMB 109
664,721 664,721 0000000000000000000c1bb9ba19d9ae4cbad376acb6085027480dcf1cca2587 1,345 1.00/1.00 vMB 35
664,720 664,720 00000000000000000004db0292d1defb6ef8b136736fa0ecbc6857b1e95373e9 2,026 1.00/1.00 vMB 84
664,719 664,719 0000000000000000000a6b90f3b0e24108d1ffd594b16e84c5160129a7f868ce 1,276 1.00/1.00 vMB 93
664,718 664,718 0000000000000000000395fcfd09eff082c70d43d3eb9996582fada4c9ac7303 1,501 1.00/1.00 vMB 36
664,717 664,717 0000000000000000000d05b6a62f37f26fe63f23798f9611fea7d983945c110b 1,379 1.00/1.00 vMB 57
664,716 664,716 00000000000000000000b06eeedba67f243b8463fa4e4ab7ee756cbf29eb9fbc 2,026 1.00/1.00 vMB 51
664,715 664,715 000000000000000000086759877301e56f745bbd6b5c837089debfcd185a3fa2 2,103 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.33 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: 660.69 GB
    • Received: 14.77 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.