Loading Tool

Explorer IconExplorer

Memory Pool

83,152 transactions
30.54 vMB
0.11076953 BTC
Random Selection Loading Transactions
Max Size: 184.05/200 MB

Candidate Block

Mining Attempt 8277f4d7ac01a35c8439baa2cfd51e3163065b4f20a3a578964f44784a1fa4e1
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root aa3252254a701db861206c4949cb11de8d8bd51cfd3ca14c8732384a5c9cb1ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,613
Size: 1.00 vMB
Total Fees: 0.04744819 BTC
Feerates: 526.32 > 4.75 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (236,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,976 677,976 0000000000000000000c02f61ea119cda8f047a63c21e65edab299a4b4a32bdd 2,565 1.00/1.00 vMB 87
677,975 677,975 00000000000000000007e588f03d6717bf22ec37d5de64538a66d6f66c0505bc 2,267 1.00/1.00 vMB 80
677,974 677,974 000000000000000000063264719ca6a0cbe044b689ded6a8be10ed0e6baceac8 1,758 1.00/1.00 vMB 25
677,973 677,973 0000000000000000000750c79011dc121517de8ff0622df89c09e71ea6266948 1,276 1.00/1.00 vMB 47
677,972 677,972 000000000000000000050c4a6c6211d10fc8b1417fefdc6afc1660fec2a030b0 1,851 1.00/1.00 vMB 73
677,971 677,971 00000000000000000002b0ae86981f0d78a5c02cb40bf80102422d980f8b4b15 1,581 1.00/1.00 vMB 86
677,970 677,970 000000000000000000029e73720c1de7e8ba789601378831a8f4f43d95873846 1,703 1.00/1.00 vMB 52
677,969 677,969 00000000000000000008fae0c5588f69075867c64868e7447516a29289f05798 1,043 1.00/1.00 vMB 70
677,968 677,968 0000000000000000000b2828d8b2e2cedf785237f830c77c06b5e9bdd6d9a570 2,322 1.00/1.00 vMB 82
677,967 677,967 00000000000000000009b41b0b6b031a1b585441f90a1bd9eea70c1d7623f143 2,004 1.00/1.00 vMB 48
677,966 677,966 000000000000000000019b996c5cff4bb7d5b2a091a4d31022e5db18223623bf 1,212 1.00/1.00 vMB 20
677,965 677,965 0000000000000000000927d50a1da1647775b1769a2a19ad991ff3a9ba8b0af4 1,178 1.00/1.00 vMB 32
677,964 677,964 00000000000000000001aeb00eb81379ee269fd440ef6e46abe2c3573b3eda38 2,077 1.00/1.00 vMB 65
677,963 677,963 0000000000000000000a591a8f4ec52aabc666caee2b4c7437ac087b7a60f079 1,379 1.00/1.00 vMB 16
677,962 677,962 00000000000000000005444207fc747073ee4a7c5f026b358178f16718608870 1,196 1.00/1.00 vMB 11
677,961 677,961 00000000000000000007e037d7b7db0629f71e9b074e902ee83d29412b8171f3 1,823 1.00/1.00 vMB 28
677,960 677,960 000000000000000000070e2e1fa0e2180be13689fc6edbe5a573650b2cde114d 1,835 1.00/1.00 vMB 18
677,959 677,959 000000000000000000056859688adadf8b15c3f3900d02514d94183aa07a41fc 1,406 1.00/1.00 vMB 52
677,958 677,958 00000000000000000004ca7691aca8f15fbb19bf27c89055855dc37c4c67d688 1,246 1.00/1.00 vMB 24
677,957 677,957 000000000000000000058d088bd5c9aaa7939e54428ce41ae6b2adb6dcd266e9 1,874 1.00/1.00 vMB 23
677,956 677,956 0000000000000000000492345811f5d45a926b17680d307004cebcc677e9e0ac 2,075 1.00/1.00 vMB 50
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.42 GB
    • Received: 14.73 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.