Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

936 transactions (0.50 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,619 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 928 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,618 (891,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,993 17,993 00000000196bc67799b7b64581d4a7881fec7ab09e7f6614ca6b34142dbaa1f2 0.00 MB 1 0
17,992 17,992 000000009a21bcc1625313a04350e9c5320ec94cb846d900b06dccb793ac4913 0.00 MB 1 0
17,991 17,991 0000000032f8c31644a4bee6f9445c614b14d515e31ec6a53bffeabb5db68d89 0.00 MB 1 0
17,990 17,990 000000007e80643f8c016b1066c8d715f60237e356c829d846c9813df38a29f9 0.00 MB 1 0
17,989 17,989 00000000587a42c09af0789c2ee421443bf80a102a255e46265508e24fc99d98 0.00 MB 1 0
17,988 17,988 00000000163bb068f8aed6be4a5077fbc1f7fc3d91956985462cda8217f6e3d4 0.00 MB 1 0
17,987 17,987 000000004fdb4b318fc276f340fc22103f79a6aa7647382e3b0c54964fbac5a2 0.00 MB 1 0
17,986 17,986 00000000b534c8885022c4ffe94544329679e3f66978108a8cb7a6a7efa72316 0.00 MB 1 0
17,985 17,985 0000000035af713264e1c74850c3b9db45224dabec2757eb542d2d0324f62cf1 0.00 MB 1 0
17,984 17,984 00000000a4cedff5f633d0a3c107351cd138d26263a57c3dd969e9c08cfd875d 0.00 MB 1 0
17,983 17,983 0000000056ef2f9fbe83622f94da04376e25f57a073fab95ad6fcadeef0cdf46 0.00 MB 1 0
17,982 17,982 00000000124952de9a3a68d4be47871fdaabe6084e4fd10ac65417b702d7e752 0.00 MB 1 0
17,981 17,981 000000001a439dd2c8f4e38bce212a1b3d9a48958d7c89a0a15eabd8bbad432d 0.00 MB 1 0
17,980 17,980 000000001bd7d1d1fb6b1aca6bc4fb0920beebdf3c7d418a11710eb2191d1b89 0.00 MB 1 0
17,979 17,979 00000000ff46da14afab04d1c02755b6f7784b28089dc4bd3ae83a9a08cd97d2 0.00 MB 1 0
17,978 17,978 000000007b0e5553ee1b076754d7986f62e46b2208dc59352f2cd991d32e8cd0 0.00 MB 1 0
17,977 17,977 000000001580439fd5ce5183b3071ad0cd52d7598f448798dc881f6061c3e777 0.00 MB 1 0
17,976 17,976 0000000014fd737b25054d787c464cd9465dc76822d8bd4f386539f12a29123e 0.00 MB 1 0
17,975 17,975 00000000b439a3b9109eefab77d353b7dcab75fe80b8902859b9c80c25706dc9 0.00 MB 1 0
17,974 17,974 00000000c37574c0c56e6c426a46e1e404a8013d7a3d1bea8e8c502cde0aafa0 0.00 MB 1 0
17,973 17,973 0000000014610eb4f3a978e4c502c19a25cd819cb61caf9ac65a2f045f438ca5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,102.58 GB sent, 111.81 GB received

Notes

  • This page updates every 5 seconds.
  • 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.