Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,720 transactions (1.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,659 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,846 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,658 (667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,991 909,991 0000000000000000000098d18a9b68c939919e156811de3313b619de2a33eac0 1.67 MB 4,188 1
909,990 909,990 00000000000000000001886aefff63baa1834b50ccd55df9f944bda1dc3fff7b 3.46 MB 1,653 0
909,989 909,989 00000000000000000001c41f0996ba26d4d3c2d8fd6deeea02f26e36a39dd0d3 3.45 MB 1,028 0
909,988 909,988 0000000000000000000195593c94e186774995ee5ee7f89995f7db159068b888 1.69 MB 6,219 0
909,987 909,987 000000000000000000018855d29c9275d73ab749492b512ecbdd7096fe963c23 0.25 MB 502 3
909,986 909,986 00000000000000000000deb355b20cf955c3bc930f5b1deb4935989d942cd8ea 1.57 MB 3,566 2
909,985 909,985 00000000000000000001a6645dd0f9b2715e6c9c708973af1419c938b3199644 1.77 MB 5,535 0
909,984 909,984 00000000000000000000b2d9ca825afa459d274f78a17479543da49f9c13767c 1.28 MB 1,942 3
909,983 909,983 000000000000000000011fb75071d931b038b0dc23f89853b6530cfc7bcc5e6b 1.81 MB 4,946 0
909,982 909,982 000000000000000000005980551e05ac5c0fa75370641460de10d8f84141b318 0.25 MB 537 2
909,981 909,981 0000000000000000000078027ec2d0a3874b9460a0b0bf84c2ec2d08559a6e0c 0.00 MB 5 13
909,980 909,980 000000000000000000015b764e3f49c2e24c1772096b5453a1baf9ba35b70410 0.65 MB 1,626 2
909,979 909,979 00000000000000000001e99a191bb8eeebf81a4fbb6409397557710bb3f26620 1.81 MB 4,906 0
909,978 909,978 00000000000000000001817fdedf78bc7f606f8645fba2c9ed59a0870e6a39a0 1.68 MB 5,708 0
909,977 909,977 0000000000000000000082bd5eb1c0c9859b91ea7260d45c97708ad4dfebde19 1.51 MB 2,417 2
909,976 909,976 000000000000000000019e914b315e3b1c5b944d9141076b73a94b95ea2670aa 0.08 MB 248 2
909,975 909,975 0000000000000000000098bb46ff96714f7c8f784b8ef35d6d3f66317efc42c5 0.06 MB 190 3
909,974 909,974 000000000000000000016f68578b59dcccbb77675ad21af44c9e345ae0feaec3 0.04 MB 71 4
909,973 909,973 0000000000000000000043c801e601e4c15380debd1f3f947e3db8d2b414832c 1.91 MB 3,085 1
909,972 909,972 000000000000000000004e7a37e42db07be1d9a19b51924416a6730059ee6196 2.95 MB 1,329 1
909,971 909,971 0000000000000000000157784c40ecb4c7e88d376065242637877dbb7e6e616f 3.25 MB 1,233 0
Previous 10 blocks ↓
Total Size: 774.59 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,281.06 GB sent, 121.56 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.