Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,879 transactions (2.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,691 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,115 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,690 (871,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,984 37,984 00000000738ab021d994a40caf7e9aade9ebc015fe449d5a2bd7abc119cbeccb 0.00 MB 1 0
37,983 37,983 00000000a7823ac020ee4862c1f320cb5d63de023ea39353fe0c807173378fe0 0.00 MB 1 0
37,982 37,982 000000003e1ca3d054a79a16f8e271d8d0af9c805b8135fb2cd7debcb3850605 0.00 MB 1 0
37,981 37,981 000000004c6395b4f3d8cc290b12f23db06bcd60d99a213643df8797e6f7d7ab 0.00 MB 1 0
37,980 37,980 0000000006a4bd093e253b73c0293be838f6436dea41c9c6f927231717de5d5b 0.00 MB 1 0
37,979 37,979 000000008363bc81f1cce34b6bdd57b3d33aed707847227e04bedf3c52c1e4c1 0.00 MB 1 0
37,978 37,978 000000000d502b24ffaa6a6f21c7b7d082cd5fe0955f5cfd09918a9473b2e4f1 0.00 MB 1 0
37,977 37,977 0000000047b28dad8a1ca7d773d7ce8287360b6257a6e1c7d4f0930f75401377 0.00 MB 1 0
37,976 37,976 000000000444d68bfcd714b54f6e367dbed07768fb5d18164d2565679fe3e4e6 0.00 MB 1 0
37,975 37,975 000000005ce42bd197d7aed16b552dea2129fd797d4acb1ef100181eba10985c 0.00 MB 1 0
37,974 37,974 000000009fbadc497b8682e61630a602cf235c20d39e3f68e0ed77d6e7427d84 0.00 MB 1 0
37,973 37,973 000000005999e9cfe4548d78b07744b0f0490dec485254b671c525531b102ac2 0.00 MB 1 0
37,972 37,972 00000000b85273d0514f09154ec1bbaf950d7ddeb05c03bb34e758deec483485 0.00 MB 1 0
37,971 37,971 0000000044460a743a472d7d0f9a5916e42d4eeeb1bf106c38aa9a2bc6e06cb4 0.00 MB 1 0
37,970 37,970 000000001590f4f3ee1a0a3891b3243ce7daba6b79a9b5dbb101298daef3b10f 0.00 MB 1 0
37,969 37,969 00000000aa11b20a4c1d74321c826bbb3c522bdad2247ad4836d4048b25ebb91 0.00 MB 1 0
37,968 37,968 00000000475a758b44b36c19201449906e6989a275d1bca08b0d7c60f4bf2a7f 0.00 MB 1 0
37,967 37,967 0000000001d87b5b24bc09dffc7d8d703f09ab7d175cb5d419fa59b6a9ffa546 0.00 MB 1 0
37,966 37,966 000000003c0e5e98c19c01bc37b12187a476e03e7a01c45f07472095f1b513e2 0.00 MB 1 0
37,965 37,965 0000000038ac67ebffa60c132cf0b84033b01a0730ef51ca0aebe68226a484ff 0.00 MB 1 0
37,964 37,964 000000006c79004690999bf9f2f285aa351609f12b1c40f71b85bed659b74974 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,150.12 GB sent, 112.49 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.