Loading Tool

Explorer IconExplorer

Memory Pool

78,534 transactions
29.43 vMB
0.06730863 BTC
Random Selection Loading Transactions
Max Size: 176.89/200 MB

Candidate Block

Mining Attempt f5f364081ec9662a7dae3ed16883d131a69f6dff2203c0253c2d038365a5273a
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 814b806424a9fc36525c799291cfdca60a694c15221503d865163eb497f98a60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,114
Size: 1.00 vMB
Total Fees: 0.00744855 BTC
Feerates: 50.25 > 0.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (250,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
664,714 664,714 0000000000000000000a7f6c50ab917b9d18bdb1f234655af27a5a6b4df267dc 2,092 1.00/1.00 vMB 63
664,713 664,713 0000000000000000000e4a12c25f3456eeeabae08753e1a9a92c0ff086d0c7c0 1,855 1.00/1.00 vMB 55
664,712 664,712 00000000000000000005507747ff6c860bd3b52a492832337f55e1da8d9f54f0 2,283 1.00/1.00 vMB 101
664,711 664,711 00000000000000000006b17987512f9cf41a81538470ed785835cbe3261e8335 1,424 1.00/1.00 vMB 48
664,710 664,710 000000000000000000094253570e6f6ee2feaa476afcc1fc6bc8d3bd85179842 2,297 1.00/1.00 vMB 84
664,709 664,709 0000000000000000000ea9392aecddeedc714734561d3c27b7a0321b189a41f2 1,988 1.00/1.00 vMB 80
664,708 664,708 0000000000000000000934a05cef88a4769edadba8bba4504502613b1524fe6d 2,019 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.